Searched refs:get_team_info (Results 26 - 34 of 34) sorted by relevance

12

/haiku/src/tests/kits/app/broster/
H A DLaunchTesterHelper.cpp712 allGone &= (get_team_info(info->Team(), &teamInfo) != B_OK);
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp519 status_t result = get_team_info(fTeamID, &teamInfo);
/haiku/src/bin/debug/profile/
H A Dprofile.cpp946 if (get_team_info(message.origin.team, &teamInfo) == B_OK
/haiku/src/apps/processcontroller/
H A DProcessController.cpp308 if (get_team_info(team, &infos.team_info) == B_OK) {
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp545 get_team_info(B_CURRENT_TEAM, &teamInfo);
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp896 return get_team_info(fTeam->id, &fTeamInfo);
/haiku/src/servers/registrar/
H A DTRoster.cpp1424 if (get_team_info(B_SYSTEM_TEAM, &teamInfo) == B_OK)
/haiku/src/apps/terminal/
H A DTermView.cpp2944 return get_team_info(pid, &info) == B_BAD_TEAM_ID;
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp4715 if (get_team_info (RemoteTeam, &RemoteInfo) == B_OK &&

Completed in 106 milliseconds

12