Home
last modified time | relevance | path

Searched defs:svc (Results 1 – 8 of 8) sorted by relevance

/system/core/init/
Dservice_list.h49 auto svc = std::find_if(services_.begin(), services_.end(), variable
62 for (const auto& svc : services_) { in FindServicesByApexName() local
71 for (const auto& svc : services_) { in FindInterface() local
Dbuiltins.cpp233 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_enable() local
371 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_restart() local
378 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_start() local
387 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_stop() local
742 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_start() local
752 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_stop() local
769 Service* svc = ServiceList::GetInstance().FindService(classname); in do_restart() local
Dlmkd_service.cpp83 auto svc = service.get(); in RegisterServices() local
Dservice_list.cpp54 void ServiceList::RemoveService(const Service& svc) { in RemoveService()
Dinit_test.cpp250 for (auto const& svc : service_names) { in TestStartApexServices() local
269 for (auto const& svc : service_names) { in TestStopApexServices() local
277 for (auto const& svc : service_names) { in TestRemoveApexService() local
Dservice_test.cpp156 auto svc = std::move(*service_ret); in Test_make_temporary_oneshot_service() local
Dinit.cpp811 auto svc = service.get(); in HandleKeychord() local
909 auto svc = ServiceList::GetInstance().FindService("snapuserd"); in ConnectEarlyStageSnapuserdAction() local
1079 for (const auto& svc : ServiceList::GetInstance()) { in SecondStageMain() local
/system/logging/logd/integration_test/
Dlogd_integration_test.py42 def get_service_pid(svc): argument