Lines Matching refs:LinuxIPCHost
75 LinuxIPCHost::LinuxIPCHost(int sockfd, Adapter* adapter) in LinuxIPCHost() function in ipc::LinuxIPCHost
78 LinuxIPCHost::~LinuxIPCHost() { close(pfds_[0].fd); } in ~LinuxIPCHost()
80 bool LinuxIPCHost::EventLoop() { in EventLoop()
101 bool LinuxIPCHost::OnSetAdapterName(const std::string& name) { in OnSetAdapterName()
107 bool LinuxIPCHost::OnCreateService(const std::string& service_uuid) { in OnCreateService()
122 bool LinuxIPCHost::OnDestroyService(const std::string& service_uuid) { in OnDestroyService()
129 bool LinuxIPCHost::OnAddCharacteristic(const std::string& service_uuid, in OnAddCharacteristic()
168 bool LinuxIPCHost::OnSetCharacteristicValue( in OnSetCharacteristicValue()
179 bool LinuxIPCHost::OnSetAdvertisement(const std::string& service_uuid, in OnSetAdvertisement()
210 bool LinuxIPCHost::OnSetScanResponse(const std::string& service_uuid, in OnSetScanResponse()
238 bool LinuxIPCHost::OnStartService(const std::string& service_uuid) { in OnStartService()
242 bool LinuxIPCHost::OnStopService(const std::string& service_uuid) { in OnStopService()
246 bool LinuxIPCHost::OnMessage() { in OnMessage()
306 bool LinuxIPCHost::OnGattWrite() { in OnGattWrite()