Home
last modified time | relevance | path

Searched defs:tryStartService (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/cmds/servicemanager/
H A DServiceManager.cpp479 void ServiceManager::tryStartService(const std::string& name) { in tryStartService() function in android::ServiceManager
/aosp12/system/hwservicemanager/
H A DServiceManager.cpp246 static void tryStartService(const std::string& fqName, const std::string& name) { in tryStartService() function