Home
last modified time | relevance | path

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

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