Home
last modified time | relevance | path

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

/system/core/init/
Dinit_test.cpp312 const std::vector<std::string> non_apex_services) { in TestApexServicesInit() argument
313 auto num_svc = apex_services.size() + other_apex_services.size() + non_apex_services.size(); in TestApexServicesInit()
318 TestStartApexServices(non_apex_services, /*apex_anme=*/ ""); in TestApexServicesInit()
323 TestStopApexServices(non_apex_services, /*expect_to_run=*/ true); in TestApexServicesInit()
326 ASSERT_EQ(other_apex_services.size() + non_apex_services.size(), in TestApexServicesInit()
332 TestRemoveApexService(non_apex_services, /*exist*/ true); in TestApexServicesInit()