Home
last modified time | relevance | path

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

/system/core/init/
Dbuiltins.cpp133 ForEachServiceInClass(args[1], [] (Service* s) { s->StartIfNotDisabled(); }); in do_class_start()
139 ForEachServiceInClass(args[1], [] (Service* s) { s->Stop(); }); in do_class_stop()
145 ForEachServiceInClass(args[1], [] (Service* s) { s->Reset(); }); in do_class_reset()
151 ForEachServiceInClass(args[1], [] (Service* s) { s->Restart(); }); in do_class_restart()
Dservice.h212 void ForEachServiceInClass(const std::string& classname,
Dreboot.cpp390 ServiceManager::GetInstance().ForEachServiceInClass("animation", [](Service* s) { in DoReboot()
Dservice.cpp1121 void ServiceManager::ForEachServiceInClass(const std::string& classname, in ForEachServiceInClass() function in android::init::ServiceManager