Searched refs:tryStartService (Results 1 – 4 of 4) sorted by relevance
59 virtual void tryStartService(const std::string& name);
219 tryStartService(name); in tryGetService()479 void ServiceManager::tryStartService(const std::string& name) { in tryStartService() function in android::ServiceManager
63 MOCK_METHOD1(tryStartService, void(const std::string& name));
246 static void tryStartService(const std::string& fqName, const std::string& name) { in tryStartService() function279 tryStartService(fqName, name); in get()285 tryStartService(fqName, name); in get()