Searched refs:GetAppInfo (Results 1 - 25 of 58) sorted by last modified time

123

/haiku/src/preferences/screen/
H A DScreenWindow.cpp1167 be_roster->GetAppInfo(kBackgroundsSignature, &info);
/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp874 if (be_app->GetAppInfo(&info) == B_OK) {
H A DTracker.cpp179 if (be_app->GetAppInfo(&info) == B_OK
H A DFavoritesMenu.cpp206 be_app->GetAppInfo(&info);
254 be_app->GetAppInfo(&info);
/haiku/src/apps/terminal/
H A DTermWindow.cpp756 be_app->GetAppInfo(&info);
/haiku/src/apps/haikudepot/util/
H A DAppUtils.cpp101 if (be_app->GetAppInfo(&info) != B_OK) {
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp89 if (be_app->GetAppInfo(&info) == B_OK
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatWriter.cpp305 if (be_app->GetAppInfo(&appInfo) == B_OK) {
/haiku/src/apps/mail/
H A DMailWindow.cpp2443 if (be_app->GetAppInfo(&appInfo) == B_OK) {
/haiku/headers/os/app/
H A DRoster.h73 status_t GetAppInfo(const char* signature,
75 status_t GetAppInfo(entry_ref* ref,
/haiku/src/apps/deskbar/
H A DBarApp.cpp1067 if (be_roster->GetAppInfo(barInfo->sig, &appInfo) == B_OK) {
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp220 be_roster->GetAppInfo(B_MAIL_DAEMON_SIGNATURE, &info);
/haiku/src/kits/interface/
H A DWindow.cpp982 be_app->GetAppInfo(&info);
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp106 if (be_app->GetAppInfo(&info) == B_OK
/haiku/src/preferences/input/
H A DInputIcons.cpp33 be_app->GetAppInfo(&info);
/haiku/src/apps/processcontroller/
H A DUtilities.cpp127 be_roster->GetAppInfo(kSignature, &appInfo);
/haiku/src/kits/shared/
H A DIconButton.cpp300 status_t status = be_app->GetAppInfo(&info);
341 status = be_app->GetAppInfo(&info);
366 printf("BIconButton::SetIcon() - be_app->GetAppInfo() failed: "
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp690 if (be_app->GetAppInfo(&appInfo) != B_OK)
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp454 status = be_roster->GetAppInfo(&ref, &appInfo);
472 status = be_roster->GetAppInfo(signature, &appInfo);
/haiku/src/tests/servers/input/replicant/
H A Dmain.cpp39 app.GetAppInfo(&info);
/haiku/headers/build/os/app/
H A DRoster.h92 status_t GetAppInfo(const char *sig, app_info *info) const;
93 status_t GetAppInfo(entry_ref *ref, app_info *info) const;
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoWindow.cpp604 if( (be_app->GetAppInfo(&ai) != B_OK)
/haiku/src/kits/media/
H A DMediaDefs.cpp1273 be_app->GetAppInfo(&info);
/haiku/src/apps/cortex/support/
H A DMediaIcon.cpp180 if ((be_app->GetAppInfo(&thisAppInfo) != B_OK)
/haiku/src/servers/input/
H A DAddOnManager.cpp589 be_app->GetAppInfo(&info);

Completed in 390 milliseconds

123