Searched refs:GetAppInfo (Results 1 - 25 of 58) sorted by path

123

/haiku/headers/build/os/app/
H A DApplication.h24 status_t GetAppInfo(app_info* info);
/haiku/headers/os/app/
H A DApplication.h81 status_t GetAppInfo(app_info* info) const;
/haiku/headers/private/shared/
H A DTrackerAddOnAppLaunch.h63 if (be_roster->GetAppInfo(&addonRef, &appInfo) != B_OK)
/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp86 be_app->GetAppInfo(&appInfo);
/haiku/src/apps/cortex/InfoView/
H A DInfoWindowManager.cpp362 if ((be_app->GetAppInfo(&thisAppInfo) != B_OK)
/haiku/src/apps/haiku3d/mesh/
H A DStaticMesh.cpp126 be_app->GetAppInfo(&info);
/haiku/src/apps/haikudepot/ui_generic/
H A Dsupport.cpp86 status_t status = be_app->GetAppInfo(&info);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp325 status = be_app->GetAppInfo(&info);
344 printf("IconButton::SetIcon() - be_app->GetAppInfo() failed: %s\n", strerror(status));
/haiku/src/apps/resedit/
H A DResourceRoster.cpp113 be_app->GetAppInfo(&info);
/haiku/src/kits/app/
H A DApplication.cpp570 status = GetAppInfo(&info);
1015 BApplication::GetAppInfo(app_info* info) const function in class:BApplication
1683 // GetAppInfo()
1685 if (be_app && be_app->GetAppInfo(&appInfo) == B_OK) {
H A DMessenger.cpp335 result = be_roster->GetAppInfo(signature, &info);
/haiku/src/kits/interface/
H A DPrintJob.cpp311 be_app->GetAppInfo(&appInfo);
/haiku/src/kits/shared/
H A DAboutMenuItem.cpp30 if (be_app != NULL && be_app->GetAppInfo(&info) == B_OK)
/haiku/src/kits/translation/
H A DTranslationUtils.cpp213 if (be_app->GetAppInfo(&info) != B_OK)
/haiku/src/preferences/locale/
H A DLocalePreflet.cpp106 status_t status = be_roster->GetAppInfo(signature, &info);
/haiku/src/preferences/mail/
H A DConfigWindow.cpp360 if (be_app->GetAppInfo(&info) == B_OK) {
/haiku/src/preferences/media/
H A DMediaIcons.cpp34 be_app->GetAppInfo(&info);
/haiku/src/servers/bluetooth/
H A DBluetoothServer.cpp555 be_app->GetAppInfo(&appInfo);
/haiku/src/servers/mail/
H A DDefaultNotifier.cpp49 be_roster->GetAppInfo(B_MAIL_DAEMON_SIGNATURE, &info);
/haiku/src/servers/midi/
H A DDeviceWatcher.cpp63 be_app->GetAppInfo(&info);
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_modules.cpp278 be_app->GetAppInfo(&ai);
643 be_app->GetAppInfo(&ai);
/haiku/src/tests/kits/app/broster/
H A DGetAppInfoTester.cpp68 status_t GetAppInfo(const char *signature, app_info *info) const
76 CHK(roster.GetAppInfo((const char*)NULL, NULL) == B_BAD_VALUE);
77 CHK(roster.GetAppInfo((const char*)NULL, &info) == B_BAD_VALUE);
80 CHK(roster.GetAppInfo("application/x-vnd.obos-app-run-testapp1",
86 status_t GetAppInfo(const char *signature, app_info *info) const
95 CHK(roster.GetAppInfo("application/x-vnd.obos-app-run-testapp1", &info)
100 status_t GetAppInfo(const char *signature, app_info *info) const
122 CHK(roster.GetAppInfo(signature, &info1) == B_OK);
128 CHK(roster.GetAppInfo(signature, &info2) == B_OK);
132 CHK(roster.GetAppInfo(signatur
[all...]
/haiku/src/tests/kits/interface/balert/alert_manual_test/
H A DAlertTestWindow.cpp26 if (be_app->GetAppInfo(&info) >= B_OK) {
/haiku/src/tests/kits/interface/bwindowstack/
H A DWindowStackTest.cpp115 if (be_app->GetAppInfo(&appInfo) != B_OK)
/haiku/src/tests/kits/locale/
H A DcatalogSpeed.cpp182 be_app->GetAppInfo(&appInfo);

Completed in 169 milliseconds

123