Home
last modified time | relevance | path

Searched refs:caller3 (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tests/kits/app/broster/
H A DBroadcastTester.cpp179 SimpleAppLauncher caller3(ref3); in BroadcastTestA2() local
181 CHK(context(caller3, appType3, &team3) == B_OK); 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()
228 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_TERMINATED)); in BroadcastTestA2()
278 SimpleAppLauncher caller3(ref3); in BroadcastTestB2() local
[all …]
H A DRosterWatchingTester.cpp269 SimpleAppLauncher caller3(ref3); in WatchingTest2() local
271 CHK(context(caller3, appType3, &team3) == B_OK); 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()
349 CHK(context.CheckNextMessage(caller3, team3, cookie3, MSG_QUIT_REQUESTED)); in WatchingTest2()
350 CHK(context.CheckNextMessage(caller3, team3, cookie3, MSG_TERMINATED)); in WatchingTest2()
407 SimpleAppLauncher caller3(ref3); in WatchingTest3() local
409 CHK(context(caller3, appType3, &team3) == B_OK); in WatchingTest3()
415 CHK(context.CheckNextMessage(caller3, team3, cookie3, MSG_STARTED)); in WatchingTest3()
[all …]