Home
last modified time | relevance | path

Searched refs:hidMiscellaneous (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-driverdevelopment-kit/
H A D_hid___event_properties.md28 | [hidMiscellaneous](#hidmiscellaneous) | 其它特殊事件属性编码数组 |
86 ### hidMiscellaneous subsection
90 struct Hid_MscEventArray Hid_EventProperties::hidMiscellaneous
H A D_hid_ddk.md104 | [Hid_EventProperties::hidMiscellaneous](#hidmiscellaneous) | 其它特殊事件属性编码数组 |
522 …EventTypes的长度超过5;5. hidKeys的长度超过100;6. hidAbs的长度超过26;7.hidRelBits的长度超过13;8. hidMiscellaneous的长度超过6。
702 ### hidMiscellaneous subsection
705 struct Hid_MscEventArray Hid_EventProperties::hidMiscellaneous
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/
H A D_hid___event_properties.md28 | [hidMiscellaneous](#hidmiscellaneous) | Array of miscellaneous events.|
86 ### hidMiscellaneous subsection
90 struct Hid_MscEventArray Hid_EventProperties::hidMiscellaneous
H A D_hid_ddk.md104 | [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 subsection
705 struct Hid_MscEventArray Hid_EventProperties::hidMiscellaneous
/ohos5.0/drivers/external_device_manager/frameworks/ddk/hid/
H A Dinput_emit_event.cpp166 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()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_ddk_v1_0/cpp_target/input/ddk/v1_0/
H A Dhid_ddk_types.cpp.txt185 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__);
H A Dhid_ddk_types.h.txt268 std::vector<OHOS::HDI::Input::Ddk::V1_0::Hid_MscEvent> hidMiscellaneous;
/ohos5.0/drivers/peripheral/input/ddk_service/src/emit_event_manager/
H A Dvirtual_device.cpp56 miscellaneous_(std::vector<uint32_t>(hidEventProperties.hidMiscellaneous.begin(), in VirtualDevice()
57 hidEventProperties.hidMiscellaneous.end())) in VirtualDevice()
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Dhid-ddk-guidelines.md72 .hidMiscellaneous = mscEventArray
/ohos5.0/drivers/external_device_manager/interfaces/ddk/hid/
H A Dhid_ddk_types.h569 struct Hid_MscEventArray hidMiscellaneous; member
/ohos5.0/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/
H A Dhid_ddk_ndk_test.cpp64 .hidMiscellaneous = mscEventArray in CreateTestDevice()
/ohos5.0/docs/en/application-dev/napi/
H A Dhid-ddk-guidelines.md72 .hidMiscellaneous = mscEventArray
/ohos5.0/drivers/external_device_manager/test/unittest/ndk_permission_js_test/entry/src/main/cpp/
H A Dddk_permission_test.cpp178 .hidMiscellaneous = mscEventArray in CreateTestDevice()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_ddk_v1_0/dump_ast_target/
H A Ddump.txt235 ohos.hdi.input.ddk.v1_0.Hid_MscEvent[] hidMiscellaneous;
/ohos5.0/drivers/interface/input/ddk/v1_0/
H A DHidDdkTypes.idl459 enum Hid_MscEvent[] hidMiscellaneous;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_ddk_v1_0/foo/input/ddk/v1_0/
H A DHidDdkTypes.idl459 enum Hid_MscEvent[] hidMiscellaneous;