Searched refs:OnStartService (Results 1 – 2 of 2) sorted by relevance
90 bool OnStartService(const std::string& service_uuid);
238 bool LinuxIPCHost::OnStartService(const std::string& service_uuid) { in OnStartService() function in ipc::LinuxIPCHost279 if (tokens[0] == kStartServiceCommand) return OnStartService(tokens[1]); in OnMessage()