Home
last modified time | relevance | path

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

/haiku/src/system/kernel/
H A Dsystem_info.cpp399 static SystemNotificationService sSystemNotificationService; variable
405 sSystemNotificationService._RemoveObsoleteListener(this); in OwnerDeleted()
562 new (&sSystemNotificationService) SystemNotificationService; in system_notifications_init()
564 status_t error = sSystemNotificationService.Init(); in system_notifications_init()
654 return sSystemNotificationService.StartListening(object, flags, port, in _user_start_watching_system()
663 return sSystemNotificationService.StopListening(object, flags, port, token); in _user_stop_watching_system()