Home
last modified time | relevance | path

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

/system/bt/service/ipc/
Dlinux_ipc_host.h62 bool OnDestroyService(const std::string& service_uuid);
Dlinux_ipc_host.cpp127 bool LinuxIPCHost::OnDestroyService(const std::string& service_uuid) { in OnDestroyService() function in ipc::LinuxIPCHost
283 return OnDestroyService(tokens[1]); in OnMessage()