Home
last modified time | relevance | path

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

/system/bt/service/ipc/
Dlinux_ipc_host.h59 bool OnCreateService(const std::string& service_uuid);
Dlinux_ipc_host.cc107 bool LinuxIPCHost::OnCreateService(const std::string& service_uuid) { in OnCreateService() function in ipc::LinuxIPCHost
276 if (tokens[0] == kCreateServiceCommand) return OnCreateService(tokens[1]); in OnMessage()