Searched refs:caller4 (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/kits/app/broster/
H A DBroadcastTester.cpp184 SimpleAppLauncher caller4(ref4);
186 CHK(context(caller4, appType4, &team4) == B_OK);
231 CHK(context.CheckNextMessage(caller4, team4, cookie, MSG_STARTED));
232 CHK(context.CheckMainArgsMessage(caller4, team4, cookie, &ref4, false));
233 CHK(context.CheckNextMessage(caller4, team4, cookie, MSG_READY_TO_RUN));
234 CHK(context.CheckMessageMessage(caller4, team4, cookie, &message));
235 CHK(context.CheckNextMessage(caller4, team4, cookie, MSG_2));
236 CHK(context.CheckNextMessage(caller4, team4, cookie, MSG_QUIT_REQUESTED));
237 CHK(context.CheckNextMessage(caller4, team4, cookie, MSG_TERMINATED));
283 SimpleAppLauncher caller4(ref
[all...]
H A DRosterWatchingTester.cpp289 SimpleAppLauncher caller4(ref4);
291 CHK(context(caller4, appType4, &team4) == B_OK);
297 CHK(context.CheckNextMessage(caller4, team4, cookie4, MSG_STARTED));
298 CHK(context.CheckMainArgsMessage(caller4, team4, cookie4, &ref4, false));
299 CHK(context.CheckNextMessage(caller4, team4, cookie4, MSG_READY_TO_RUN));
352 CHK(context.CheckNextMessage(caller4, team4, cookie4, MSG_QUIT_REQUESTED));
353 CHK(context.CheckNextMessage(caller4, team4, cookie4, MSG_TERMINATED));
/haiku/src/tests/kits/app/bmessenger/
H A DLockTargetTester.cpp244 TC *caller4 = new TC("BMessenger::LockTargetTest4", test4); local
245 caller4->addThread("A", &LockTargetTester::LockTargetTest4A);
246 caller4->addThread("B", &LockTargetTester::LockTargetTest4B);
247 testSuite->addTest(caller4);
H A DLockTargetWithTimeoutTester.cpp324 TC *caller4 = new TC("BMessenger::LockTargetWithTimeoutTest4", test4); local
325 caller4->addThread("A",
327 caller4->addThread("B",
329 testSuite->addTest(caller4);

Completed in 71 milliseconds