Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dinit_test.cpp266 void TestStopApexServices(const std::vector<std::string>& service_names, bool expect_to_run) { in TestStopApexServices() function
321 TestStopApexServices(apex_services, /*expect_to_run=*/ false); in TestApexServicesInit()
322 TestStopApexServices(other_apex_services, /*expect_to_run=*/ true); in TestApexServicesInit()
323 TestStopApexServices(non_apex_services, /*expect_to_run=*/ true); in TestApexServicesInit()