Searched refs:ExecStart (Results 1 – 3 of 3) sorted by relevance
78 bool ExecStart(std::unique_ptr<android::base::Timer>* exec_waiter);206 bool ExecStart(const std::string& name);
676 bool Service::ExecStart(std::unique_ptr<android::base::Timer>* exec_waiter) { in ExecStart() function in android::init::Service991 if (!svc->ExecStart(&exec_waiter_)) { in Exec()999 bool ServiceManager::ExecStart(const std::string& name) { in ExecStart() function in android::init::ServiceManager1005 if (!svc->ExecStart(&exec_waiter_)) { in ExecStart()
177 return ServiceManager::GetInstance().ExecStart(args[1]) ? 0 : -1; in do_exec_start()