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);
562 new (&sSystemNotificationService) SystemNotificationService;
564 status_t error = sSystemNotificationService.Init();
654 return sSystemNotificationService.StartListening(object, flags, port,
663 return sSystemNotificationService.StopListening(object, flags, port, token);

Completed in 33 milliseconds