Searched refs:appMsg (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/input/
H A DInputServer.cpp1041 BMessage appMsg(B_KEY_MAP_LOADED);
1042 be_roster->Broadcast(&appMsg);
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp2306 BMessage appMsg; local
2310 CHK(supportedType.GetSupportingApps(&appMsg) == B_OK);
2314 // appMsg.PrintToStream();
2318 CHK(appMsg.FindInt32("be:sub", &directlySupportingAppsCount) == B_OK);
2323 && appMsg.FindString(applicationsField, &supportingApp) == B_OK;

Completed in 33 milliseconds