Searched refs:MSG_MESSAGE_RECEIVED (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/tests/kits/app/broster/
H A DRosterTestAppDefs.h14 MSG_MESSAGE_RECEIVED = 'mesg', // "message": B_MESSAGE_TYPE enumerator in enum:__anon5790
H A DBroadcastTester.cpp196 context.WaitForMessage(team1, MSG_MESSAGE_RECEIVED);
197 context.WaitForMessage(team2, MSG_MESSAGE_RECEIVED);
198 context.WaitForMessage(team3, MSG_MESSAGE_RECEIVED);
199 context.WaitForMessage(team4, MSG_MESSAGE_RECEIVED);
296 context.WaitForMessage(team1, MSG_MESSAGE_RECEIVED);
297 context.WaitForMessage(team2, MSG_MESSAGE_RECEIVED);
298 context.WaitForMessage(team3, MSG_MESSAGE_RECEIVED);
299 context.WaitForMessage(team4, MSG_MESSAGE_RECEIVED);
382 context.WaitForMessage(team1, MSG_MESSAGE_RECEIVED);
383 context.WaitForMessage(team2, MSG_MESSAGE_RECEIVED);
[all...]
H A DRosterWatchingTester.cpp115 CHK(context.WaitForMessage(team, MSG_MESSAGE_RECEIVED, false,
119 CHK(container->what == MSG_MESSAGE_RECEIVED);
H A DLaunchTesterHelper.cpp236 //if (message->what == MSG_MESSAGE_RECEIVED) {
251 case MSG_MESSAGE_RECEIVED:
549 bool result = (message && message->what == MSG_MESSAGE_RECEIVED);
/haiku-fatelf/src/tests/kits/app/broster/testapps/
H A DRosterBroadcastTestApp1.cpp113 BMessage message(MSG_MESSAGE_RECEIVED);
H A DRosterLaunchTestApp1.cpp113 BMessage message(MSG_MESSAGE_RECEIVED);
H A DRosterWatchingTestApp1.cpp113 BMessage message(MSG_MESSAGE_RECEIVED);

Completed in 104 milliseconds