Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_hogp.h85 std::map<uint16_t, std::unique_ptr<HogpReport>> reports_ {};
116 HogpReport* FindReportByTypeAndId(uint8_t type, uint8_t reportId);
H A Dhid_host_hogp.cpp134 HogpReport* report = FindReportByTypeAndId(msg.sendData_.param, msg.sendData_.reportId); in SendData_()
258 HogpReport* HidHostHogp::FindReportByTypeAndId(uint8_t type, uint8_t reportId) in FindReportByTypeAndId()
631 reports_[character.handle_] = std::make_unique<HogpReport>(); in SaveReport()
H A Dhid_host_defines.h146 struct HogpReport { struct