Home
last modified time | relevance | path

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

/system/core/init/
Dinit_test.cpp311 const std::vector<std::string>& other_apex_services, in TestApexServicesInit() argument
313 auto num_svc = apex_services.size() + other_apex_services.size() + non_apex_services.size(); in TestApexServicesInit()
317 TestStartApexServices(other_apex_services, "com.android.other_apex.test_service"); in TestApexServicesInit()
322 TestStopApexServices(other_apex_services, /*expect_to_run=*/ true); in TestApexServicesInit()
326 ASSERT_EQ(other_apex_services.size() + non_apex_services.size(), in TestApexServicesInit()
331 TestRemoveApexService(other_apex_services, /*exist*/ true); in TestApexServicesInit()