Searched refs:GetRunningAppInfo (Results 1 - 25 of 35) sorted by relevance

12

/haiku/src/tests/kits/app/broster/
H A DGetAppInfoTester.cpp207 status_t GetRunningAppInfo(team_id team, app_info *info) const
217 CHK(roster.GetRunningAppInfo(-1, NULL) == B_BAD_VALUE);
221 CHK(roster.GetRunningAppInfo(runner.Team(), NULL) == B_BAD_VALUE);
227 status_t GetRunningAppInfo(team_id team, app_info *info) const
237 CHK(roster.GetRunningAppInfo(-1, &info) == B_ERROR);
239 CHK(roster.GetRunningAppInfo(-1, &info) == B_BAD_TEAM_ID);
241 CHK(roster.GetRunningAppInfo(-2, &info) == B_BAD_TEAM_ID);
247 CHK(roster.GetRunningAppInfo(team, &info) == B_BAD_TEAM_ID);
251 status_t GetRunningAppInfo(team_id team, app_info *info) const
265 CHK(roster.GetRunningAppInfo(runne
[all...]
/haiku/src/apps/switcher/
H A DApplicationsView.cpp40 if (be_roster->GetRunningAppInfo(team, &appInfo) == B_OK)
H A DWindowsView.cpp279 be_roster->GetRunningAppInfo(team, &info);
H A DLaunchButton.cpp131 && be_roster->GetRunningAppInfo(team,
/haiku/src/add-ons/input_server/filters/minimize_all/
H A DMinimizeAllInputFilter.cpp68 be_roster->GetRunningAppInfo(teamInfo.team, &appInfo);
/haiku/src/apps/cortex/InfoView/
H A DAppNodeInfoView.cpp88 && (be_roster->GetRunningAppInfo(portInfo.team, &appInfo) == B_OK))
H A DInfoWindowManager.cpp360 && (be_roster->GetRunningAppInfo(portInfo.team, &appInfo) == B_OK)) {
/haiku/src/kits/print/
H A DBeUtils.cpp95 if (be_roster->GetRunningAppInfo(team, &info) == B_OK) {
/haiku/src/bin/
H A Droster.cpp65 if (be_roster->GetRunningAppInfo(id, &info) != B_OK)
/haiku/src/apps/deskbar/
H A DShowHideMenuItem.cpp129 be_roster->GetRunningAppInfo(team, &aInfo);
/haiku/src/servers/media/
H A DAppManager.cpp143 be_roster->GetRunningAppInfo(iterator->first, &info);
/haiku/src/tests/servers/registrar/
H A DRosterShell.cpp172 status_t error = roster.GetRunningAppInfo(team, &info);
202 status_t error = roster.GetRunningAppInfo(team, &info);
/haiku/src/servers/keystore/
H A DAppAccessRequestWindow.cpp193 be_roster->GetRunningAppInfo(teamInfo.team, &appInfo);
H A DKeyStoreServer.cpp626 status_t result = be_roster->GetRunningAppInfo(callingTeam,
/haiku/headers/build/os/app/
H A DRoster.h94 status_t GetRunningAppInfo(team_id team, app_info *info) const;
/haiku/src/apps/processcontroller/
H A DUtilities.cpp43 status_t status = be_roster->GetRunningAppInfo(infoPack.team_info.team, &info);
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp43 if (be_roster->GetRunningAppInfo(fTeamInfo.team, &fAppInfo) != B_OK)
/haiku/headers/os/app/
H A DRoster.h78 status_t GetRunningAppInfo(team_id team,
/haiku/src/tests/kits/support/barchivable/
H A DInstantiateObjectTester.cpp524 // It seems that this call to GetRunningAppInfo() is not working because we
527 err = Roster.GetRunningAppInfo(team, &ai);
/haiku/src/kits/app/
H A DMessenger.cpp347 result = be_roster->GetRunningAppInfo(team, &info);
H A DNotification.cpp40 be_roster->GetRunningAppInfo(teamInfo.team, &appInfo);
H A DRoster.cpp730 BRoster::GetRunningAppInfo(team_id team, app_info* info) const function in class:BRoster
1217 error = GetRunningAppInfo(be_app->Team(), &info);
1264 error = GetRunningAppInfo(be_app->Team(), &info);
2621 error = GetRunningAppInfo(team, &info);
/haiku/src/apps/cortex/support/
H A DMediaIcon.cpp177 && (be_roster->GetRunningAppInfo(portInfo.team, &appInfo) == B_OK)) {
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp133 && be_roster->GetRunningAppInfo(team,
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp229 status_t status = be_roster->GetRunningAppInfo(fTeamInfo.TeamID(),

Completed in 193 milliseconds

12