Searched refs:NotifyWatchers (Results 1 - 8 of 8) sorted by relevance

/haiku/src/servers/registrar/
H A DClipboard.cpp46 NotifyWatchers();
101 // NotifyWatchers
106 Clipboard::NotifyWatchers() function in class:Clipboard
109 fWatchingService.NotifyWatchers(&message, NULL);
H A DPackageWatchingManager.h18 void NotifyWatchers(BMessage* message);
H A DClipboard.h24 void NotifyWatchers();
H A DWatchingService.h47 void NotifyWatchers(BMessage *message, WatcherFilter *filter = NULL);
H A DPackageWatchingManager.cpp51 PackageWatchingManager::NotifyWatchers(BMessage* message) function in class:PackageWatchingManager
70 fWatchingService.NotifyWatchers(message, &filter);
H A DWatchingService.cpp42 unregistered via RemoveRegister(). NotifyWatchers() sends a specified
187 // NotifyWatchers
204 WatchingService::NotifyWatchers(BMessage *message, WatcherFilter *filter) function in class:WatchingService
H A DRegistrar.cpp359 fPackageWatchingManager->NotifyWatchers(message);
H A DTRoster.cpp1540 fWatchingService.NotifyWatchers(&message, &filter);
1560 fWatchingService.NotifyWatchers(&message, &filter);
1585 fWatchingService.NotifyWatchers(&watcherMessage, &filter);

Completed in 65 milliseconds