Home
last modified time | relevance | path

Searched refs:task_id_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_uhid.cpp29 task_id_ = 0; in HidHostUhid()
107 SendGetReportReplyUhid(fd_, task_id_, HID_HOST_SUCCESS, pRpt, len); in SendControlData()
109 SendSetReportReplyUhid(fd_, task_id_, HID_HOST_SUCCESS); in SendControlData()
113 task_id_ = 0; in SendControlData()
136 SendGetReportReplyUhid(fd_, task_id_, err, nullptr, 0); in SendHandshake()
138 SendSetReportReplyUhid(fd_, task_id_, err); in SendHandshake()
142 task_id_ = 0; in SendHandshake()
440 task_id_ = ev.u.feature.id; in ReadUhidFeature()
458 task_id_ = ev.u.feature.id; in ReadUhidSetReport()
H A Dhid_host_uhid.h72 int task_id_ = 0; variable