Searched refs:_SendNotification (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/softwareupdater/
H A DCheckManager.cpp114 _SendNotification(header.String(), text.String());
134 _SendNotification(title, text);
166 _SendNotification(title.String(), text.String());
191 _SendNotification(fHeaderChecking.String(), fTextContacting.String());
267 _SendNotification(fHeaderChecking.String(), title);
308 CheckManager::_SendNotification(const char* title, const char* text) function in class:CheckManager
H A DCheckManager.h65 void _SendNotification(const char* title,
/haiku/src/servers/midi/
H A DMidiServerApp.h64 bool _SendNotification(app_t* app, BMessage* msg);
H A DMidiServerApp.cpp154 if (_SendNotification(app, &reply)) {
396 if (!_SendNotification(app, &notify))
422 if (!_SendNotification(app, &notify))
625 if (app != except && !_SendNotification(app, msg)) {
640 MidiServerApp::_SendNotification(app_t* app, BMessage* msg) function in class:MidiServerApp

Completed in 43 milliseconds