Lines Matching refs:team
95 team_id team = (team_id)(uintptr_t)teamList.ItemAt(0); in CmdActivate() local
96 status_t error = roster.ActivateApp(team); in CmdActivate()
99 ": %s\n", team, strerror(error)); in CmdActivate()
147 team_id team = -1; in ParseTeamList() local
148 if (sscanf(arg.c_str(), "%" B_PRId32, &team) > 0) in ParseTeamList()
149 teamList->AddItem((void*)(addr_t)team); in ParseTeamList()
170 team_id team = (team_id)(uintptr_t)teamList.ItemAt(i); in CmdList() local
172 status_t error = roster.GetRunningAppInfo(team, &info); in CmdList()
174 printf("%-8" B_PRId32 "%-40s\n", team, info.signature); in CmdList()
176 printf("%-8" B_PRId32 "failed to get the app_info: %s\n", team, in CmdList()
198 team_id team = (team_id)(uintptr_t)teamList.ItemAt(i); in CmdListLong() local
199 printf("team %8" B_PRId32 "\n", team); in CmdListLong()
202 status_t error = roster.GetRunningAppInfo(team, &info); in CmdListLong()
235 team_id team = (team_id)(uintptr_t)teamList.ItemAt(i); in CmdQuit() local
237 BMessenger messenger(NULL, team, &error); in CmdQuit()
242 "message to team %" B_PRId32 "\n", team); in CmdQuit()
247 "\n", team); in CmdQuit()