Home
last modified time | relevance | path

Searched refs:HidHostGetReport (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hid_host.cpp168 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 Dinterface_profile_hid_host.h110 …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 Dhid_host_uhid.cpp431 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 Dhid_host_service.h91 int HidHostGetReport(std::string device, uint8_t id, uint16_t size, uint8_t type) override;
H A Dhid_host_service.cpp240 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 Dbluetooth_hid_host.h183 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 Di_bluetooth_hid_host.h47 virtual ErrCode HidHostGetReport(std::string &device,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hid_host_server.h77 ErrCode HidHostGetReport(
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hid_host_proxy.h42 ErrCode HidHostGetReport(std::string &device,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hid_host_server.cpp311 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 Dbluetooth_hid_host_stub.cpp243 ErrCode ec = HidHostGetReport(device, id, size, type, result); in HidHostGetReportInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hid_host_proxy.cpp219 int32_t BluetoothHidHostProxy::HidHostGetReport(std::string &device, in HidHostGetReport() function in OHOS::Bluetooth::BluetoothHidHostProxy