Home
last modified time | relevance | path

Searched refs:refMsg (Results 1 – 3 of 3) sorted by relevance

/haiku/src/preferences/media/
H A DMidiSettingsView.cpp150 BMessage refMsg(B_REFS_RECEIVED); in MessageReceived() local
151 refMsg.AddRef("refs",&folderRef); in MessageReceived()
152 msgr.SendMessage(&refMsg); in MessageReceived()
/haiku/src/servers/notification/
H A DNotificationView.cpp361 BMessage refMsg(B_REFS_RECEIVED); in MouseDown() local
381 refMsg.AddRef("refs", fNotification->OnClickRefAt(i)); in MouseDown()
382 messages.AddItem((void*)&refMsg); in MouseDown()
/haiku/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) in check_ref_count() argument
165 status_t err = refMsg ? B_OK : B_BAD_VALUE; in check_ref_count()
168 err = refMsg->GetInfo("refs", &type, &realCount); in check_ref_count()