/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hid_host.cpp | 168 void HidHostGetReport(std::string device, uint8_t id, uint16_t size, uint8_t type) in HidHostGetReport() function 174 proxy->HidHostGetReport(device, id, size, type, result); in HidHostGetReport() 378 void HidHost::HidHostGetReport(std::string device, uint8_t id, uint16_t size, uint8_t type) in HidHostGetReport() function in OHOS::Bluetooth::HidHost 387 return pimpl->HidHostGetReport(device, id, size, type); in HidHostGetReport()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hid_host.h | 110 …virtual int HidHostGetReport(std::string device, uint8_t id, uint16_t size, const uint8_t type) = …
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_uhid.cpp | 431 HidHostService::GetService()->HidHostGetReport(address_, ev.u.feature.rnum, 0, in ReadUhidFeature() 434 HidHostService::GetService()->HidHostGetReport(address_, ev.u.feature.rnum, 0, in ReadUhidFeature() 437 HidHostService::GetService()->HidHostGetReport(address_, ev.u.feature.rnum, 0, in ReadUhidFeature()
|
H A D | hid_host_service.h | 91 int HidHostGetReport(std::string device, uint8_t id, uint16_t size, uint8_t type) override;
|
H A D | hid_host_service.cpp | 240 int HidHostService::HidHostGetReport(std::string device, uint8_t id, uint16_t size, uint8_t type) in HidHostGetReport() function in OHOS::bluetooth::HidHostService
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hid_host.h | 183 void HidHostGetReport(std::string device, uint8_t id, uint16_t size, uint8_t type);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hid_host.h | 47 virtual ErrCode HidHostGetReport(std::string &device,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_hid_host_server.h | 77 ErrCode HidHostGetReport(
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_hid_host_proxy.h | 42 ErrCode HidHostGetReport(std::string &device,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hid_host_server.cpp | 311 ErrCode BluetoothHidHostServer::HidHostGetReport(std::string &device, in HidHostGetReport() function in OHOS::Bluetooth::BluetoothHidHostServer 323 result = pimpl->hidHostService_->HidHostGetReport(device, id, size, type); in HidHostGetReport()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hid_host_stub.cpp | 243 ErrCode ec = HidHostGetReport(device, id, size, type, result); in HidHostGetReportInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hid_host_proxy.cpp | 219 int32_t BluetoothHidHostProxy::HidHostGetReport(std::string &device, in HidHostGetReport() function in OHOS::Bluetooth::BluetoothHidHostProxy
|