Searched refs:BluetoothHidHostServer (Results 1 – 3 of 3) sorted by relevance
54 struct BluetoothHidHostServer::impl {99 BluetoothHidHostServer::impl *pimpl_ = nullptr;102 BluetoothHidHostServer::impl::impl() in impl()107 BluetoothHidHostServer::impl::~impl() in ~impl()112 BluetoothHidHostServer::BluetoothHidHostServer() in BluetoothHidHostServer() function in OHOS::Bluetooth::BluetoothHidHostServer126 BluetoothHidHostServer::~BluetoothHidHostServer() in ~BluetoothHidHostServer()181 int32_t BluetoothHidHostServer::GetDevicesByStates( in GetDevicesByStates()255 ErrCode BluetoothHidHostServer::HidHostVCUnplug(std::string &device, in HidHostVCUnplug()272 ErrCode BluetoothHidHostServer::HidHostSendData(std::string &device, in HidHostSendData()289 ErrCode BluetoothHidHostServer::HidHostSetReport(std::string &device, in HidHostSetReport()[all …]
674 sptr<BluetoothHidHostServer> hidHostServer = new BluetoothHidHostServer(); in createServers()
33 class BluetoothHidHostServer : public BluetoothHidHostStub {35 explicit BluetoothHidHostServer();36 ~BluetoothHidHostServer() override;86 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothHidHostServer);