Home
last modified time | relevance | path

Searched refs:HidHostSetReport (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_uhid.cpp415 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 Dhid_host_service.h90 int HidHostSetReport(std::string device, uint8_t type, uint16_t size, const uint8_t* report) override;
H A Dhid_host_service.cpp220 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 Dinterface_profile_hid_host.h104 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 Dbluetooth_hid_host.cpp155 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 Di_bluetooth_hid_host.h45 virtual ErrCode HidHostSetReport(std::string &device,
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hid_host.h176 void HidHostSetReport(std::string device, uint8_t type, std::string &report);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hid_host_server.h71 ErrCode HidHostSetReport(
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hid_host_proxy.h40 ErrCode HidHostSetReport(std::string &device,
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hid_host_server.cpp289 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 Dbluetooth_hid_host_proxy.cpp192 int32_t BluetoothHidHostProxy::HidHostSetReport(std::string &device, in HidHostSetReport() function in OHOS::Bluetooth::BluetoothHidHostProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hid_host_stub.cpp228 ErrCode ec = HidHostSetReport(device, type, report, result); in HidHostSetReportInner()

Completed in 6 milliseconds