/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_uhid.cpp | 415 HidHostService::GetService()->HidHostSetReport(address_, HID_HOST_FEATURE_REPORT, ev.u.output.size, in ReadUhidOutPut() 418 HidHostService::GetService()->HidHostSetReport(address_, HID_HOST_OUTPUT_REPORT, ev.u.output.size, in ReadUhidOutPut() 421 HidHostService::GetService()->HidHostSetReport(address_, HID_HOST_INPUT_REPORT, ev.u.output.size, in ReadUhidOutPut() 449 HidHostService::GetService()->HidHostSetReport(address_, HID_HOST_FEATURE_REPORT, ev.u.set_report.size, in ReadUhidSetReport() 452 HidHostService::GetService()->HidHostSetReport(address_, HID_HOST_OUTPUT_REPORT, ev.u.set_report.size, in ReadUhidSetReport() 455 HidHostService::GetService()->HidHostSetReport(address_, HID_HOST_INPUT_REPORT, ev.u.set_report.size, in ReadUhidSetReport()
|
H A D | hid_host_service.h | 90 int HidHostSetReport(std::string device, uint8_t type, uint16_t size, const uint8_t* report) override;
|
H A D | hid_host_service.cpp | 220 int HidHostService::HidHostSetReport(std::string device, uint8_t type, uint16_t size, const uint8_t* report) in HidHostSetReport() function in OHOS::bluetooth::HidHostService
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hid_host.h | 104 virtual int HidHostSetReport(std::string device, uint8_t type, uint16_t size, const uint8_t* report) = 0;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hid_host.cpp | 155 void HidHostSetReport(std::string device, uint8_t type, std::string &report) in HidHostSetReport() function 161 proxy->HidHostSetReport(device, type, report, result); in HidHostSetReport() 363 void HidHost::HidHostSetReport(std::string device, uint8_t type, std::string &report) in HidHostSetReport() function in OHOS::Bluetooth::HidHost 372 return pimpl->HidHostSetReport(device, type, report); in HidHostSetReport()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hid_host.h | 45 virtual ErrCode HidHostSetReport(std::string &device,
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hid_host.h | 176 void HidHostSetReport(std::string device, uint8_t type, std::string &report);
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_hid_host_server.h | 71 ErrCode HidHostSetReport(
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_hid_host_proxy.h | 40 ErrCode HidHostSetReport(std::string &device,
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hid_host_server.cpp | 289 ErrCode BluetoothHidHostServer::HidHostSetReport(std::string &device, in HidHostSetReport() function in OHOS::Bluetooth::BluetoothHidHostServer 306 result = pimpl->hidHostService_->HidHostSetReport(device, type, data.size(), data.data()); in HidHostSetReport()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hid_host_proxy.cpp | 192 int32_t BluetoothHidHostProxy::HidHostSetReport(std::string &device, in HidHostSetReport() function in OHOS::Bluetooth::BluetoothHidHostProxy
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hid_host_stub.cpp | 228 ErrCode ec = HidHostSetReport(device, type, report, result); in HidHostSetReportInner()
|