Searched refs:hidMiscellaneous (Results 1 – 16 of 16) sorted by relevance
28 | [hidMiscellaneous](#hidmiscellaneous) | 其它特殊事件属性编码数组 | 86 ### hidMiscellaneous subsection90 struct Hid_MscEventArray Hid_EventProperties::hidMiscellaneous
104 | [Hid_EventProperties::hidMiscellaneous](#hidmiscellaneous) | 其它特殊事件属性编码数组 | 522 …EventTypes的长度超过5;5. hidKeys的长度超过100;6. hidAbs的长度超过26;7.hidRelBits的长度超过13;8. hidMiscellaneous的长度超过6。702 ### hidMiscellaneous subsection705 struct Hid_MscEventArray Hid_EventProperties::hidMiscellaneous
28 | [hidMiscellaneous](#hidmiscellaneous) | Array of miscellaneous events.| 86 ### hidMiscellaneous subsection90 struct Hid_MscEventArray Hid_EventProperties::hidMiscellaneous
104 | [Hid_EventProperties::hidMiscellaneous](#hidmiscellaneous) | Array of miscellaneous events. | 522 … length of **hidRelBits** exceeds 13 characters. 8. The length of **hidMiscellaneous** exceeds 6 c…702 ### hidMiscellaneous subsection705 struct Hid_MscEventArray Hid_EventProperties::hidMiscellaneous
166 if (hidEventProperties->hidMiscellaneous.hidMscEvent != nullptr) { in ParseHidEventProperties()167 std::transform(hidEventProperties->hidMiscellaneous.hidMscEvent, in ParseHidEventProperties()168 … hidEventProperties->hidMiscellaneous.hidMscEvent + hidEventProperties->hidMiscellaneous.length, in ParseHidEventProperties()169 std::back_inserter(tempProperties.hidMiscellaneous), [](uint32_t n) { in ParseHidEventProperties()251 if (hidEventProperties->hidMiscellaneous.length > MAX_HID_MISC_EVENT_LEN) { in OH_Hid_CreateDevice()
185 if (!WritePodArray(data, dataBlock.hidMiscellaneous)) {186 HDF_LOGE("%{public}s: failed to write dataBlock.hidMiscellaneous", __func__);234 if (!ReadPodArray(data, dataBlock.hidMiscellaneous)) {235 HDF_LOGE("%{public}s: failed to read dataBlock.hidMiscellaneous", __func__);
268 std::vector<OHOS::HDI::Input::Ddk::V1_0::Hid_MscEvent> hidMiscellaneous;
56 miscellaneous_(std::vector<uint32_t>(hidEventProperties.hidMiscellaneous.begin(), in VirtualDevice()57 hidEventProperties.hidMiscellaneous.end())) in VirtualDevice()
72 .hidMiscellaneous = mscEventArray
569 struct Hid_MscEventArray hidMiscellaneous; member
64 .hidMiscellaneous = mscEventArray in CreateTestDevice()
178 .hidMiscellaneous = mscEventArray in CreateTestDevice()
235 ohos.hdi.input.ddk.v1_0.Hid_MscEvent[] hidMiscellaneous;
459 enum Hid_MscEvent[] hidMiscellaneous;