Home
last modified time | relevance | path

Searched refs:HID_HOST_INPUT_REPORT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_uhid.cpp421 … HidHostService::GetService()->HidHostSetReport(address_, HID_HOST_INPUT_REPORT, ev.u.output.size, in ReadUhidOutPut()
438 HID_HOST_INPUT_REPORT); in ReadUhidFeature()
455 …HidHostService::GetService()->HidHostSetReport(address_, HID_HOST_INPUT_REPORT, ev.u.set_report.si… in ReadUhidSetReport()
H A Dhid_host_defines.h100 static constexpr int HID_HOST_INPUT_REPORT = 1; variable
H A Dhid_host_hogp.cpp649 if ((iter->second == nullptr) || (iter->second->reportType != HID_HOST_INPUT_REPORT)) { in SetInputReportNotification()