Searched refs:DefaultNotificationService (Results 1 – 8 of 8) sorted by relevance
/haiku/src/system/kernel/events/ |
H A D | Notifications.cpp | 154 DefaultNotificationService::DefaultNotificationService(const char* name) in DefaultNotificationService() function in DefaultNotificationService 162 DefaultNotificationService::~DefaultNotificationService() in ~DefaultNotificationService() 174 DefaultNotificationService::NotifyLocked(const KMessage& event, uint32 eventMask) in NotifyLocked() 196 DefaultNotificationService::AddListener(const KMessage* eventSpecifier, in AddListener() 225 DefaultNotificationService::UpdateListener(const KMessage* eventSpecifier, in UpdateListener() 233 DefaultNotificationService::RemoveListener(const KMessage* eventSpecifier, in RemoveListener() 255 DefaultNotificationService::Register() in Register() 262 DefaultNotificationService::Unregister() in Unregister() 269 DefaultNotificationService::ToEventMask(const KMessage& eventSpecifier, in ToEventMask() 277 DefaultNotificationService::FirstAdded() in FirstAdded() [all …]
|
/haiku/headers/private/kernel/ |
H A D | Notifications.h | 130 class DefaultNotificationService : public NotificationService { 132 DefaultNotificationService(const char* name); 133 virtual ~DefaultNotificationService(); 170 class DefaultUserNotificationService : public DefaultNotificationService, 257 DefaultNotificationService::Notify(const KMessage& event, uint32 eventMask) in Notify()
|
/haiku/src/system/kernel/device_manager/ |
H A D | IOSchedulerRoster.h | 61 DefaultNotificationService fNotificationService;
|
H A D | IOSchedulerRoster.cpp | 59 AutoLocker<DefaultNotificationService> locker(fNotificationService); in Notify()
|
/haiku/src/system/kernel/ |
H A D | image.cpp | 54 class ImageNotificationService : public DefaultNotificationService { 57 : DefaultNotificationService("images") in ImageNotificationService() 70 DefaultNotificationService::Notify(event, eventCode); in Notify()
|
H A D | port.cpp | 233 class PortNotificationService : public DefaultNotificationService { 483 DefaultNotificationService("ports") in PortNotificationService() 497 DefaultNotificationService::Notify(event, opcode); in Notify()
|
H A D | thread.cpp | 118 class ThreadNotificationService : public DefaultNotificationService { 121 : DefaultNotificationService("threads") in ThreadNotificationService() 137 DefaultNotificationService::Notify(event, eventCode); in Notify()
|
H A D | team.cpp | 97 class TeamNotificationService : public DefaultNotificationService { 406 : DefaultNotificationService("teams") in TeamNotificationService() 421 DefaultNotificationService::Notify(event, eventCode); in Notify()
|