Lines Matching refs:GetInstance

90     for (const auto& s : ServiceList::GetInstance()) {  in GetPostDataDebuggingServices()
192 Service* service = ServiceList::GetInstance().FindService("blank_screen"); in TurnOffBacklight()
525 for (const auto& s : ServiceList::GetInstance().services_in_shutdown_order()) { in StopServices()
552 for (const auto& s : ServiceList::GetInstance()) { in StopServicesAndLogViolations()
640 for (const auto& s : ServiceList::GetInstance()) { in DoReboot()
666 Service* boot_anim = ServiceList::GetInstance().FindService("bootanim"); in DoReboot()
667 Service* surface_flinger = ServiceList::GetInstance().FindService("surfaceflinger"); in DoReboot()
679 for (const auto& service : ServiceList::GetInstance()) { in DoReboot()
710 Service* vold_service = ServiceList::GetInstance().FindService("vold"); in DoReboot()
764 for (const auto& s : ServiceList::GetInstance()) { in EnterShutdown()
807 for (const auto& s : ServiceList::GetInstance().services_in_shutdown_order()) { in DoUserspaceReboot()
833 for (const auto& s : ServiceList::GetInstance()) { in DoUserspaceReboot()
855 for (const auto& s : ServiceList::GetInstance()) { in DoUserspaceReboot()
878 ServiceList::GetInstance().RemoveServiceIf([](const std::unique_ptr<Service>& s) -> bool { in DoUserspaceReboot()
886 for (const auto& s : ServiceList::GetInstance()) { in DoUserspaceReboot()
892 ServiceList::GetInstance().ResetState(); in DoUserspaceReboot()
894 ActionManager::GetInstance().QueueEventTrigger("userspace-reboot-resume"); in DoUserspaceReboot()
943 auto& am = ActionManager::GetInstance(); in HandleUserspaceReboot()
1071 ActionManager::GetInstance().ClearQueue(); in HandlePowerctlMessage()
1073 ActionManager::GetInstance().QueueEventTrigger("shutdown"); in HandlePowerctlMessage()
1079 ActionManager::GetInstance().QueueBuiltinAction(shutdown_handler, "shutdown_done"); in HandlePowerctlMessage()