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.cpp112 bool LinuxIPCHost::OnCreateService(const std::string& service_uuid) { in OnCreateService() function in ipc::LinuxIPCHost
281 return OnCreateService(tokens[1]); in OnMessage()