Searched refs:team3 (Results 1 – 2 of 2) sorted by relevance
/haiku/src/tests/kits/app/broster/ |
H A D | BroadcastTester.cpp | 180 team_id team3; in BroadcastTestA2() local 181 CHK(context(caller3, appType3, &team3) == B_OK); in BroadcastTestA2() 190 context.WaitForMessage(team3, MSG_READY_TO_RUN); in BroadcastTestA2() 198 context.WaitForMessage(team3, MSG_MESSAGE_RECEIVED); in BroadcastTestA2() 222 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_STARTED)); in BroadcastTestA2() 223 CHK(context.CheckMainArgsMessage(caller3, team3, cookie, &ref3, false)); in BroadcastTestA2() 224 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_READY_TO_RUN)); in BroadcastTestA2() 225 CHK(context.CheckMessageMessage(caller3, team3, cookie, &message)); in BroadcastTestA2() 226 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_2)); in BroadcastTestA2() 227 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_QUIT_REQUESTED)); in BroadcastTestA2() [all …]
|
H A D | RosterWatchingTester.cpp | 270 team_id team3; in WatchingTest2() local 271 CHK(context(caller3, appType3, &team3) == B_OK); in WatchingTest2() 272 context.WaitForMessage(team3, MSG_READY_TO_RUN); in WatchingTest2() 273 BMessenger target3(NULL, team3); in WatchingTest2() 274 app_info appInfo3(app_info_for_team(team3)); in WatchingTest2() 278 CHK(context.CheckNextMessage(caller3, team3, cookie3, MSG_STARTED)); in WatchingTest2() 279 CHK(context.CheckMainArgsMessage(caller3, team3, cookie3, &ref3, false)); in WatchingTest2() 280 CHK(context.CheckNextMessage(caller3, team3, cookie3, MSG_READY_TO_RUN)); in WatchingTest2() 311 check_watching_message(context, team3, cookie3, appInfo4, in WatchingTest2() 324 check_watching_message(context, team3, cookie3, appInfo2, in WatchingTest2() [all …]
|