Searched refs:MessageID (Results 1 - 5 of 5) sorted by relevance

/haiku/src/servers/notification/
H A DNotificationView.h52 const char* MessageID() const;
H A DAppGroupView.cpp214 BString id = view->MessageID();
220 if (id == fInfo[i]->MessageID()) {
H A DNotificationView.cpp570 NotificationView::MessageID() const function in class:NotificationView
572 return fNotification->MessageID();
/haiku/headers/os/app/
H A DNotification.h51 const char* MessageID() const;
/haiku/src/kits/app/
H A DNotification.cpp183 if (status == B_OK && MessageID() != NULL)
184 status = archive->AddString("_messageID", MessageID());
295 BNotification::MessageID() const function in class:BNotification

Completed in 55 milliseconds