Home
last modified time | relevance | path

Searched refs:SetMessageID (Results 1 – 10 of 10) sorted by relevance

/haiku/headers/os/app/
H A DNotification.h52 void SetMessageID(const BString& id);
/haiku/src/servers/mail/
H A DDefaultNotifier.cpp44 fNotification.SetMessageID(identifier); in DefaultNotifier()
H A DMailDaemonApplication.cpp204 fNotification->SetMessageID("daemon_status"); in ReadyToRun()
/haiku/docs/user/app/
H A DNotification.dox103 - A \link BNotification::SetMessageID() message identifier\endlink that
121 notification.SetMessageID("mainwindow_progress");
129 \link BNotification::SetMessageID message identifier\endlink, which will
156 functionality and the \link BNotification::SetMessageID() message
339 \see BNotification::SetMessageID() for the purpose of having an identifier.
348 \fn void BNotification::SetMessageID(const BString& id)
561 update the notification. See BNotification::SetMessageID() about updating
/haiku/src/kits/app/
H A DNotification.cpp94 SetMessageID(messageID); in BNotification()
304 BNotification::SetMessageID(const BString& id) in SetMessageID() function in BNotification
/haiku/src/preferences/notifications/
H A DPrefletWin.cpp257 notification.SetMessageID(kSampleMessageID); in _SendExampleNotification()
/haiku/src/bin/
H A Dnotify.cpp240 notification.SetMessageID(fMsgId); in ReadyToRun()
/haiku/src/apps/softwareupdater/
H A DCheckManager.cpp316 notification.SetMessageID(fNotificationId); in _SendNotification()
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp538 notification.SetMessageID(interface.Name()); in _Update()
/haiku/src/kits/media/
H A DMediaDefs.cpp1267 notification.SetMessageID(MEDIA_SERVICE_NOTIFICATION_ID); in notify_system()