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

/haiku-fatelf/src/servers/notification/
H A DNotificationView.cpp337 BMessage refMsg(B_REFS_RECEIVED);
357 refMsg.AddRef("refs", fNotification->OnClickRefAt(i));
358 messages.AddItem((void*)&refMsg);
/haiku-fatelf/src/tests/kits/app/broster/
H A DGetRecentTester.cpp141 status_t check_ref_count(BMessage *refMsg, int32 count);
161 check_ref_count(BMessage *refMsg, int32 count) argument
165 status_t err = refMsg ? B_OK : B_BAD_VALUE;
168 err = refMsg->GetInfo("refs", &type, &realCount);

Completed in 65 milliseconds