Home
last modified time | relevance | path

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

/system/bt/service/ipc/
Dlinux_ipc_host.h93 bool OnStopService(const std::string& service_uuid);
Dlinux_ipc_host.cpp246 bool LinuxIPCHost::OnStopService(const std::string& service_uuid) { in OnStopService() function in ipc::LinuxIPCHost
287 return OnStopService(tokens[1]); in OnMessage()