Home
last modified time | relevance | path

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

/frameworks/native/cmds/servicemanager/
DServiceManager.h54 virtual void tryStartService(const std::string& name);
DServiceManager.cpp155 tryStartService(name); in tryGetService()
372 void ServiceManager::tryStartService(const std::string& name) { in tryStartService() function in android::ServiceManager
Dtest_sm.cpp63 MOCK_METHOD1(tryStartService, void(const std::string& name));