/ohos5.0/foundation/distributedhardware/distributed_input/services/state/test/dinpusinkstatetest/ |
H A D | dinput_sink_state_test.cpp | 34 .code = KEY_D, 41 .code = KEY_D,
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/test/sourceinjectunittest/ |
H A D | distributed_input_sourceinject_test.cpp | 173 .code = KEY_D, 180 .code = KEY_D, 187 .code = KEY_D, 194 .code = KEY_D,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_client.cpp | 38 { KeyComb(KeyCode::KEY_D, KEY_META), [](tic* c) -> void { c->HandleOnDelete(true); } }, in __anon1d5a884c0502() 47 { KeyComb(KeyCode::KEY_D, KEY_CTRL), [](tic* c) -> void { c->HandleOnDelete(true); } },
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 82 KEY_D = 2020, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 75 KEY_D = 2020, enumerator
|
/ohos5.0/foundation/multimodalinput/input/libudev/test/ |
H A D | test_device.h | 92 for (int32_t i = KEY_ESC; i < KEY_D; i++) { in KeyboardSetup()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.h | 78 KEY_D = 2020, enumerator
|
H A D | key_event_recognizer.cpp | 88 {KeyCode::KEY_D, "KEYCODE_D"}, in KeyCodeToString()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 …ve_x_component.md) = 2018, [KEY_C](_o_h___native_x_component.md) = 2019, [KEY_D](_o_h___native_x_c…
|
H A D | native__key_event_8h.md | 22 …__native_module.md) = 2018, [KEY_C](_ark_u_i___native_module.md) = 2019, [KEY_D](_ark_u_i___native…
|
H A D | _o_h___native_x_component.md | 55 …, KEY_DPAD_CENTER = 2016,<br>KEY_A = 2017,<br>KEY_B = 2018, KEY_C = 2019, KEY_D = 2020, KEY_E = 20… 321 | KEY_D | Key **D**. |
|
/ohos5.0/foundation/multimodalinput/input/libudev/src/ |
H A D | udev_device.cpp | 531 for (int i = KEY_ESC; i < KEY_D && isKeyboard; i++) { in CheckKeys()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 …ve_x_component.md) = 2018, [KEY_C](_o_h___native_x_component.md) = 2019, [KEY_D](_o_h___native_x_c…
|
H A D | _o_h___native_x_component.md | 55 … 2017,<br/>KEY_B = 2018, KEY_C = 2019, KEY_D = 2020,&… 323 | KEY_D | 按键'D' |
|