Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/servicemanager/
H A DServiceManager.h59 virtual void tryStartService(const std::string& name);
H A DServiceManager.cpp219 tryStartService(name); in tryGetService()
479 void ServiceManager::tryStartService(const std::string& name) { in tryStartService() function in android::ServiceManager
H A Dtest_sm.cpp63 MOCK_METHOD1(tryStartService, void(const std::string& name));
/aosp12/system/hwservicemanager/
H A DServiceManager.cpp246 static void tryStartService(const std::string& fqName, const std::string& name) { in tryStartService() function
279 tryStartService(fqName, name); in get()
285 tryStartService(fqName, name); in get()