Home
last modified time | relevance | path

Searched refs:hidKeys (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-driverdevelopment-kit/
H A D_hid___event_properties.md25 | [hidKeys](#hidkeys) | 键值属性编码数组 |
50 ### hidKeys subsection
54 struct Hid_KeyCodeArray Hid_EventProperties::hidKeys
H A D_hid_ddk.md101 | [Hid_EventProperties::hidKeys](#hidkeys) | 键值属性编码数组 |
522 …. 入参hidEventProperties为空指针;3. properties的长度超过7;4. hidEventTypes的长度超过5;5. hidKeys的长度超过100;6. hidAbs…
693 ### hidKeys subsection
696 struct Hid_KeyCodeArray Hid_EventProperties::hidKeys
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/
H A D_hid___event_properties.md25 | [hidKeys](#hidkeys) | Array of key codes.|
50 ### hidKeys subsection
54 struct Hid_KeyCodeArray Hid_EventProperties::hidKeys
H A D_hid_ddk.md101 | [Hid_EventProperties::hidKeys](#hidkeys) | Array of key codes. |
522 …4. The length of **hidEventTypes** exceeds 5 characters. The length of **hidKeys** exceeds 100 cha…
693 ### hidKeys subsection
696 struct Hid_KeyCodeArray Hid_EventProperties::hidKeys
/ohos5.0/drivers/external_device_manager/frameworks/ddk/hid/
H A Dinput_emit_event.cpp142 if (hidEventProperties->hidKeys.hidKeyCode != nullptr) { in ParseHidEventProperties()
143 std::transform(hidEventProperties->hidKeys.hidKeyCode, in ParseHidEventProperties()
144 hidEventProperties->hidKeys.hidKeyCode + hidEventProperties->hidKeys.length, in ParseHidEventProperties()
145 std::back_inserter(tempProperties.hidKeys), [](uint32_t n) { in ParseHidEventProperties()
236 if (hidEventProperties->hidKeys.length > MAX_HID_KEYS_LEN) { in OH_Hid_CreateDevice()
/ohos5.0/drivers/peripheral/input/test/unittest/ddk/
H A Dhid_ddk_test.cpp88 .hidKeys = {HID_KEY_1, HID_KEY_SPACE, HID_KEY_BACKSPACE, HID_KEY_ENTER}
108 .hidKeys = {HID_KEY_1, HID_KEY_SPACE, HID_KEY_BACKSPACE, HID_KEY_ENTER}
149 .hidKeys = {HID_KEY_1, HID_KEY_SPACE, HID_KEY_BACKSPACE, HID_KEY_ENTER}
/ohos5.0/drivers/peripheral/input/test/benchmarktest/
H A Dhid_ddk_benchmark_test.cpp93 .hidKeys = {HID_KEY_1, HID_KEY_SPACE, HID_KEY_BACKSPACE, HID_KEY_ENTER} in BENCHMARK_F()
126 .hidKeys = {HID_KEY_1, HID_KEY_SPACE, HID_KEY_BACKSPACE, HID_KEY_ENTER} in BENCHMARK_F()
/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.txt170 if (!WritePodArray(data, dataBlock.hidKeys)) {
171 HDF_LOGE("%{public}s: failed to write dataBlock.hidKeys", __func__);
219 if (!ReadPodArray(data, dataBlock.hidKeys)) {
220 HDF_LOGE("%{public}s: failed to read dataBlock.hidKeys", __func__);
H A Dhid_ddk_types.h.txt265 std::vector<OHOS::HDI::Input::Ddk::V1_0::Hid_KeyCode> hidKeys;
/ohos5.0/drivers/peripheral/input/ddk_service/src/emit_event_manager/
H A Dvirtual_device.cpp52 …keys_(std::vector<uint32_t>(hidEventProperties.hidKeys.begin(), hidEventProperties.hidKeys.end())), in VirtualDevice()
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Dhid-ddk-guidelines.md70 .hidKeys = keyCodeArray,
/ohos5.0/drivers/external_device_manager/interfaces/ddk/hid/
H A Dhid_ddk_types.h563 struct Hid_KeyCodeArray hidKeys; member
/ohos5.0/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/
H A Dhid_ddk_ndk_test.cpp62 .hidKeys = keyCodeArray, in CreateTestDevice()
/ohos5.0/docs/en/application-dev/napi/
H A Dhid-ddk-guidelines.md70 .hidKeys = keyCodeArray,
/ohos5.0/drivers/external_device_manager/test/unittest/ndk_permission_js_test/entry/src/main/cpp/
H A Dddk_permission_test.cpp176 .hidKeys = keyCodeArray, in CreateTestDevice()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_ddk_v1_0/dump_ast_target/
H A Ddump.txt232 ohos.hdi.input.ddk.v1_0.Hid_KeyCode[] hidKeys;
/ohos5.0/drivers/interface/input/ddk/v1_0/
H A DHidDdkTypes.idl453 enum Hid_KeyCode[] hidKeys;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_ddk_v1_0/foo/input/ddk/v1_0/
H A DHidDdkTypes.idl453 enum Hid_KeyCode[] hidKeys;