Home
last modified time | relevance | path

Searched refs:hidEventType (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-driverdevelopment-kit/
H A D_hid___event_type_array.md24 | [hidEventType](#hideventtype) | 事件类型编码 |
31 ### hidEventType subsection
35 Hid_EventType Hid_EventTypeArray::*hidEventType
H A D_hid_ddk.md90 | [Hid_EventTypeArray::hidEventType](#hideventtype) | 事件类型编码 |
666 ### hidEventType subsection
669 Hid_EventType* Hid_EventTypeArray::hidEventType
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/
H A D_hid___event_type_array.md24 | [hidEventType](#hideventtype) | Array of event types.|
31 ### hidEventType subsection
35 Hid_EventType Hid_EventTypeArray::*hidEventType
H A D_hid_ddk.md90 | [Hid_EventTypeArray::hidEventType](#hideventtype) | Event type. |
666 ### hidEventType subsection
669 Hid_EventType* Hid_EventTypeArray::hidEventType
/ohos5.0/drivers/external_device_manager/frameworks/ddk/hid/
H A Dinput_emit_event.cpp134 if (hidEventProperties->hidEventTypes.hidEventType != nullptr) { in ParseHidEventProperties()
135 std::transform(hidEventProperties->hidEventTypes.hidEventType, in ParseHidEventProperties()
136 … hidEventProperties->hidEventTypes.hidEventType + hidEventProperties->hidEventTypes.length, in ParseHidEventProperties()
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Dhid-ddk-guidelines.md61 …Hid_EventTypeArray eventTypeArray = {.hidEventType = eventType.data(), .length = (uint16_t)eventTy…
/ohos5.0/drivers/external_device_manager/interfaces/ddk/hid/
H A Dhid_ddk_types.h496 Hid_EventType *hidEventType; member
/ohos5.0/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/
H A Dhid_ddk_ndk_test.cpp41 .hidEventType = eventType.data(), in CreateTestDevice()
/ohos5.0/docs/en/application-dev/napi/
H A Dhid-ddk-guidelines.md61 …Hid_EventTypeArray eventTypeArray = {.hidEventType = eventType.data(), .length = (uint16_t)eventTy…
/ohos5.0/drivers/external_device_manager/test/unittest/ndk_permission_js_test/entry/src/main/cpp/
H A Dddk_permission_test.cpp155 .hidEventType = eventType.data(), in CreateTestDevice()