Searched refs:FindApp (Results 1 - 25 of 28) sorted by relevance

12

/haiku/src/apps/processcontroller/
H A DAutoIcon.cpp34 be_roster->FindApp (fSignature, &ref);
/haiku/src/tests/kits/app/broster/
H A DFindAppTester.cpp588 status_t FindApp(const char *mimeType, entry_ref *app) const
595 CHK(roster.FindApp((const char*)NULL, NULL) == B_BAD_VALUE);
598 CHK(roster.FindApp("image/gif", NULL) == B_BAD_VALUE);
601 CHK(roster.FindApp((const char*)NULL, &ref) == B_BAD_VALUE);
605 status_t FindApp(const char *mimeType, entry_ref *app) const
613 CHK(roster.FindApp("invalid/mine/type", &ref) == B_BAD_VALUE);
622 return roster.FindApp(type, ref);
627 status_t FindApp(const char *mimeType, entry_ref *app) const
628 @case 3 FindApp(const char*, entry_ref*) cases 3-16
643 status_t FindApp(entry_re
[all...]
/haiku/src/tests/apps/fake_app_server/
H A DAppServer.h55 ServerApp* FindApp(const char *sig);
H A DAppServer.cpp364 AppServer::FindApp(const char *sig) function in class:AppServer
/haiku/src/apps/autoraise/
H A DAutoRaiseApp.cpp67 roster.FindApp(APP_SIG, &ref);
/haiku/headers/build/os/app/
H A DRoster.h98 status_t FindApp(const char *mimeType, entry_ref *app) const;
99 status_t FindApp(entry_ref *ref, entry_ref *app) const;
/haiku/headers/os/app/
H A DRoster.h83 status_t FindApp(const char* mimeType,
85 status_t FindApp(entry_ref* ref, entry_ref* app) const;
/haiku/src/apps/cortex/NodeManager/
H A DAddOnHost.cpp106 err = be_roster->FindApp(addon_host::g_appSignature, &appRef);
/haiku/src/bin/desklink/
H A Ddesklink.cpp132 if (be_roster->FindApp(argv[i], &ref) != B_OK) {
/haiku/src/kits/interface/
H A DAboutWindow.cpp245 if (be_roster->FindApp(signature, &ref) != B_OK)
306 if (be_roster->FindApp(signature, &ref) != B_OK)
/haiku/src/preferences/printers/
H A DJobListView.cpp184 if (fIcon == NULL && be_roster->FindApp(mimeType.String(), &ref) == B_OK) {
/haiku/src/servers/notification/
H A DNotificationView.cpp368 && be_roster->FindApp(fNotification->OnClickApp(), &appRef)
374 && be_roster->FindApp(
/haiku/src/apps/switcher/
H A DLaunchButton.cpp298 if (be_roster->FindApp(fAppSig, &ref) == B_OK)
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp341 if (be_roster->FindApp(fAppSig, &ref) == B_OK)
/haiku/src/kits/locale/
H A DLocaleRoster.cpp508 status = roster.FindApp(signature, &catalogRef);
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp415 if (be_roster->FindApp(fCurrentType.Type(), &ref) == B_OK) {
/haiku/src/apps/diskusage/
H A DPieView.cpp79 if (be_roster->FindApp(appSig, &fAppRef) == B_NO_ERROR) {
/haiku/src/kits/support/
H A DArchivable.cpp669 // use BRoster::FindApp() to locate an app or add-on with the symbol
672 err = Roster.FindApp(signature, &ref);
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp447 status_t status = roster.FindApp(B_MAIL_DAEMON_SIGNATURE, &ref);
/haiku/src/kits/tracker/
H A DOpenWithWindow.cpp632 if (be_roster->FindApp(model.PreferredAppSignature(), &preferredRef)
649 if (be_roster->FindApp(mimeType.String(), &preferredRef) == B_OK)
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp963 be_roster->FindApp(kSignature, &ref);
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp270 err = be_roster->FindApp(signature, &entry);
/haiku/src/kits/app/
H A DRoster.cpp778 BRoster::FindApp(const char* mimeType, entry_ref* app) const function in class:BRoster
788 BRoster::FindApp(entry_ref* ref, entry_ref* app) const function in class:BRoster
1818 The application to be started is searched the same way FindApp() does it.
2090 \see FindApp() for how the application is searched.
2115 \see FindApp() for other error codes.
2205 \see FindApp() for how the application is searched.
2225 \see FindApp() for other error codes.
2350 \see FindApp() for how the application is searched.
2365 \see FindApp() for other error codes.
/haiku/src/apps/deskcalc/
H A DCalcView.cpp1471 status_t status = be_roster->FindApp(kSignature, &appRef);
/haiku/src/apps/text_search/
H A DGrepWindow.cpp1590 if (be_roster->FindApp(editorSig, &editor) != B_OK)

Completed in 347 milliseconds

12