Searched refs:appRef (Results 1 - 17 of 17) sorted by relevance

/haiku-fatelf/src/tests/kits/app/broster/
H A DLaunchTesterHelper.h64 int32 &cookie, const entry_ref *appRef,
67 int32 &cookie, const entry_ref *appRef,
71 const entry_ref *appRef, bool useRef = true);
73 const entry_ref *appRef,
76 const entry_ref *appRef, const entry_ref *ref,
79 const entry_ref *appRef, const entry_ref *ref,
H A DLaunchTesterHelper.cpp407 int32 &cookie, const entry_ref *appRef,
416 return CheckMainArgsMessage(caller, team, cookie, appRef, argc, argv,
423 int32 &cookie, const entry_ref *appRef,
428 return CheckArgsMessage(caller, team, cookie, appRef, ref, argc, argv,
435 int32 &cookie, const entry_ref *appRef,
440 result = CheckArgvMessage(caller, team, cookie, appRef, kStandardArgc,
449 int32 &cookie, const entry_ref *appRef,
453 return CheckArgvMessage(caller, team, cookie, appRef, ref , argc, argv);
459 int32 &cookie, const entry_ref *appRef,
463 return CheckArgsMessage(caller, team, cookie, appRef, re
406 CheckMainArgsMessage(LaunchCaller &caller, team_id team, int32 &cookie, const entry_ref *appRef, bool useRef) argument
422 CheckMainArgsMessage(LaunchCaller &caller, team_id team, int32 &cookie, const entry_ref *appRef, int32 argc, const char **argv, bool useRef) argument
434 CheckArgvMessage(LaunchCaller &caller, team_id team, int32 &cookie, const entry_ref *appRef, bool useRef) argument
448 CheckArgvMessage(LaunchCaller &caller, team_id team, int32 &cookie, const entry_ref *appRef, int32 argc, const char **argv, bool useRef) argument
458 CheckArgvMessage(LaunchCaller &caller, team_id team, int32 &cookie, const entry_ref *appRef, const entry_ref *ref , int32 argc, const char **argv) argument
469 CheckArgsMessage(LaunchCaller &caller, team_id team, int32 &cookie, const entry_ref *appRef, const entry_ref *ref , int32 argc, const char **argv, uint32 messageCode) argument
[all...]
/haiku-fatelf/src/kits/app/
H A DRoster.cpp295 \param appRef A pointer to a pre-allocated entry_ref to be filled with
299 - \c B_BAD_VALUE: \c NULL \a signature or \a appRef.
305 query_for_app(const char* signature, entry_ref* appRef) argument
307 if (signature == NULL || appRef == NULL)
365 if ((!appFound || compare_queried_apps(appRef, &ref) < 0)
367 *appRef = ref;
424 const entry_ref* appRef,
468 of the entry \a appRef refers to, then follow all elements of \a args
472 vector contains only one element, the path associated with \a appRef.
476 \param appRef entry_re
488 Init(int argc, const char* const* args, const entry_ref* appRef, const entry_ref* docRef) argument
2186 entry_ref appRef; local
2376 entry_ref appRef; local
2472 _TranslateRef(entry_ref* ref, BMimeType* appMeta, entry_ref* appRef, BFile* appFile, bool* _wasDocument) const argument
2603 _TranslateType(const char* mimeType, BMimeType* appMeta, entry_ref* appRef, BFile* appFile) const argument
[all...]
/haiku-fatelf/src/apps/cortex/NodeManager/
H A DAddOnHost.cpp105 entry_ref appRef; local
106 err = be_roster->FindApp(addon_host::g_appSignature, &appRef);
114 &appRef,
/haiku-fatelf/src/apps/deskbar/
H A DDeskbarMenu.h56 const char* signature = NULL, entry_ref* appRef = NULL);
H A DDeskbarMenu.cpp444 const char* signature, entry_ref* appRef)
472 if (appRef != NULL)
473 fAppRef = new entry_ref(*appRef);
443 TRecentsMenu(const char* name, TBarView* bar, int32 which, const char* signature, entry_ref* appRef) argument
/haiku-fatelf/headers/build/os/app/
H A DRoster.h172 status_t resolve_app(const char *inType, entry_ref *ref, entry_ref *appRef,
176 entry_ref *appRef, BFile *appFile,
179 entry_ref *appRef, BFile *appFile) const;
/haiku-fatelf/headers/os/app/
H A DRoster.h153 status_t _ResolveApp(const char *inType, entry_ref *ref, entry_ref *appRef,
157 entry_ref *appRef, BFile *appFile,
160 entry_ref *appRef, BFile *appFile) const;
/haiku-fatelf/src/servers/notification/
H A DNotificationView.cpp338 entry_ref appRef; local
344 && be_roster->FindApp(fNotification->OnClickApp(), &appRef)
351 (entry_ref*)fNotification->OnClickFile(), &appRef)
364 BPath p(&appRef);
/haiku-fatelf/src/apps/diskusage/
H A DPieView.cpp742 PieView::_Launch(FileInfo* info, const entry_ref* appRef) argument
747 if (appRef == NULL) {
754 be_roster->Launch(appRef, &msg);
/haiku-fatelf/src/kits/translation/
H A DTranslationUtils.cpp213 BEntry appRef(&info.ref);
214 if (path.SetTo(&appRef) != B_OK)
/haiku-fatelf/src/kits/tracker/
H A DOpenWithWindow.cpp244 const entry_ref* appRef = (const entry_ref*)castToEntryRef; local
252 BFile appFile(appRef, O_RDONLY);
268 mime.SetAppHint(appRef);
271 BEntry debugEntry(appRef);
H A DFSUtils.cpp3178 const entry_ref* appRef, const BMessage* refs, bool openWithOK)
3184 if (appRef != NULL)
3185 task->AddRef("appRef", appRef);
3225 _TrackerLaunchAppWithDocuments(const entry_ref* appRef, const BMessage* refs, argument
3234 error = be_roster->Launch(appRef, refs, &team);
3259 alertString.ReplaceFirst("%name", appRef->name);
3586 TrackerLaunch(const entry_ref* appRef, const BMessage* refs, bool async, argument
3590 _TrackerLaunchAppWithDocuments(appRef, refs, openWithOK);
3592 AsynchLaunchBinder(&_TrackerLaunchAppWithDocuments, appRef, ref
3177 AsynchLaunchBinder(void (*func)(const entry_ref*, const BMessage*, bool on), const entry_ref* appRef, const BMessage* refs, bool openWithOK) argument
3600 TrackerLaunch(const entry_ref* appRef, bool async) argument
[all...]
H A DTracker.cpp125 entry_ref appRef; local
134 if (message->FindRef("appRef", &appRef) == B_OK)
135 function(&appRef, &refs, openWithOK);
/haiku-fatelf/src/apps/deskcalc/
H A DCalcView.cpp1379 entry_ref appRef; local
1380 status_t status = be_roster->FindApp(kSignature, &appRef);
1382 BFile file(&appRef, B_READ_ONLY);
/haiku-fatelf/src/tests/kits/storage/
H A DMimeTypeTest.cpp622 entry_ref appRef; local
624 CHK(entry.GetRef(&appRef) == B_OK);
661 CHK(mime.SetAppHint(&appRef) == B_OK);
664 CHK(ref == appRef);
683 CHK(mime.SetAppHint(&appRef) == B_OK);
686 CHK(ref == appRef);
704 CHK(mime.SetAppHint(&appRef) == B_OK);
707 CHK(ref == appRef);
724 CHK(mime.SetAppHint(&appRef) == B_OK);
726 CHK(ref == appRef);
[all...]
/haiku-fatelf/src/apps/mail/
H A DContent.cpp1882 entry_ref appRef;
1883 if (be_roster->FindApp(handlerToLaunch, &appRef) != B_OK)

Completed in 140 milliseconds