Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp335 ServiceManager::GetInstance().ForEachService([&kill_after_apps, &to_starts](Service* s) { in DoReboot()
358 ServiceManager::GetInstance().ForEachService([](Service* s) { in DoReboot()
369 ServiceManager::GetInstance().ForEachService([&service_count](Service* s) { in DoReboot()
394 ServiceManager::GetInstance().ForEachService([](Service* s) { in DoReboot()
408 ServiceManager::GetInstance().ForEachService([&kill_after_apps](Service* s) { in DoReboot()
Dkeychords.cpp93 ServiceManager::GetInstance().ForEachService(add_service_keycodes); in keychord_init()
Dservice.h199 void ForEachService(const std::function<void(Service*)>& callback) const;
Dservice.cpp1002 void ServiceManager::ForEachService(const std::function<void(Service*)>& callback) const { in ForEachService() function in ServiceManager