Home
last modified time | relevance | path

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

/frameworks/native/cmds/servicemanager/
DServiceManager.h70 virtual void tryStartService(const Access::CallingContext& ctx, const std::string& name);
DServiceManager.cpp383 tryStartService(ctx, name); in tryGetService()
744 void ServiceManager::tryStartService(const Access::CallingContext& ctx, const std::string& name) { in tryStartService() function in android::ServiceManager
Dtest_sm.cpp68 MOCK_METHOD2(tryStartService, void(const Access::CallingContext&, const std::string& name));