Home
last modified time | relevance | path

Searched refs:OnStartService (Results 1 – 2 of 2) sorted by relevance

/system/bt/service/ipc/
Dlinux_ipc_host.h90 bool OnStartService(const std::string& service_uuid);
Dlinux_ipc_host.cc238 bool LinuxIPCHost::OnStartService(const std::string& service_uuid) { in OnStartService() function in ipc::LinuxIPCHost
279 if (tokens[0] == kStartServiceCommand) return OnStartService(tokens[1]); in OnMessage()