Home
last modified time | relevance | path

Searched refs:MessageID (Results 1 – 6 of 6) sorted by relevance

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