Home
last modified time | relevance | path

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

/system/core/init/
Dinit_test.cpp274 void TestRemoveApexService(const std::vector<std::string>& service_names, bool exist) { in TestRemoveApexService() function
330 TestRemoveApexService(apex_services, /*exist*/ false); in TestApexServicesInit()
331 TestRemoveApexService(other_apex_services, /*exist*/ true); in TestApexServicesInit()
332 TestRemoveApexService(non_apex_services, /*exist*/ true); in TestApexServicesInit()