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

/haiku/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/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/src/apps/deskbar/
H A DDeskbarMenu.h56 const char* signature = NULL, entry_ref* appRef = NULL);
H A DDeskbarMenu.cpp437 const char* signature, entry_ref* appRef)
465 if (appRef != NULL)
466 fAppRef = new entry_ref(*appRef);
436 TRecentsMenu(const char* name, TBarView* bar, int32 which, const char* signature, entry_ref* appRef) argument
/haiku/src/kits/app/
H A DRoster.cpp311 \param appRef A pointer to a pre-allocated entry_ref to be filled with
316 \retval B_BAD_VALUE: \c NULL \a signature or \a appRef.
321 query_for_app(const char* signature, entry_ref* appRef) argument
323 if (signature == NULL || appRef == NULL)
381 if ((!appFound || compare_queried_apps(appRef, &ref) < 0)
383 *appRef = ref;
436 const entry_ref* appRef,
478 of the entry \a appRef refers to, then follow all elements of \a args
482 vector contains only one element, the path associated with \a appRef.
486 \param appRef entry_re
498 Init(int argc, const char* const* args, const entry_ref* appRef, const entry_ref* docRef) argument
1916 entry_ref appRef; local
2129 entry_ref appRef; local
2228 _TranslateRef(entry_ref* ref, BMimeType* appMeta, entry_ref* appRef, BFile* appFile, bool* _wasDocument) const argument
2368 _TranslateType(const char* mimeType, BMimeType* appMeta, entry_ref* appRef, BFile* appFile) const argument
[all...]
/haiku/src/kits/tracker/
H A DFSUtils.h247 status_t TrackerLaunch(const entry_ref* appRef, bool async);
250 status_t TrackerLaunch(const entry_ref* appRef, const BMessage* refs,
274 _IMPEXP_TRACKER void FSLaunchItem(const entry_ref* appRef,
276 _IMPEXP_TRACKER status_t FSLaunchItem(const entry_ref* appRef,
H A DFSUtils.cpp3428 const entry_ref* appRef, const BMessage* refs, bool openWithOK)
3434 if (appRef != NULL)
3435 task->AddRef("appRef", appRef);
3478 _TrackerLaunchAppWithDocuments(const entry_ref* appRef, const BMessage* refs, argument
3487 error = be_roster->Launch(appRef, refs, &team);
3515 alertString.ReplaceFirst("%name", appRef->name);
3869 TrackerLaunch(const entry_ref* appRef, const BMessage* refs, bool async, argument
3873 _TrackerLaunchAppWithDocuments(appRef, refs, openWithOK);
3875 AsynchLaunchBinder(&_TrackerLaunchAppWithDocuments, appRef, ref
3427 AsynchLaunchBinder(void (*func)(const entry_ref*, const BMessage*, bool on), const entry_ref* appRef, const BMessage* refs, bool openWithOK) argument
3883 TrackerLaunch(const entry_ref* appRef, bool async) argument
3964 FSLaunchItem(const entry_ref* appRef, BMessage* refs, int32, bool async) argument
3977 FSLaunchItem(const entry_ref* appRef, BMessage* refs, int32 workspace) argument
[all...]
H A DOpenWithWindow.cpp229 const entry_ref* appRef = (const entry_ref*)castToEntryRef; local
237 BFile appFile(appRef, O_RDONLY);
253 mime.SetAppHint(appRef);
256 BEntry debugEntry(appRef);
H A DTracker.cpp134 entry_ref appRef; local
143 if (message->FindRef("appRef", &appRef) == B_OK)
144 function(&appRef, &refs, openWithOK);
/haiku/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/headers/os/app/
H A DRoster.h199 entry_ref* appRef,
205 BMimeType* appMeta, entry_ref* appRef,
209 BMimeType* appMeta, entry_ref* appRef,
/haiku/src/servers/notification/
H A DNotificationView.cpp362 entry_ref appRef; local
368 && be_roster->FindApp(fNotification->OnClickApp(), &appRef)
375 (entry_ref*)fNotification->OnClickFile(), &appRef)
388 BPath p(&appRef);
/haiku/src/apps/diskusage/
H A DPieView.cpp751 PieView::_Launch(FileInfo* info, const entry_ref* appRef) argument
756 if (appRef == NULL) {
763 be_roster->Launch(appRef, &msg);
/haiku/src/kits/translation/
H A DTranslationUtils.cpp215 BEntry appRef(&info.ref);
216 if (path.SetTo(&appRef) != B_OK)
/haiku/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/src/apps/deskcalc/
H A DCalcView.cpp1470 entry_ref appRef; local
1471 status_t status = be_roster->FindApp(kSignature, &appRef);
1473 BFile file(&appRef, B_READ_ONLY);
/haiku/src/apps/mail/
H A DContent.cpp1817 entry_ref appRef;
1818 if (be_roster->FindApp(handlerToLaunch, &appRef) != B_OK)

Completed in 232 milliseconds