Home
last modified time | relevance | path

Searched refs:KEY_8 (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.cpp109 …{ KeyCode::KEY_6, "6^" }, { KeyCode::KEY_7, "7&" }, { KeyCode::KEY_8, "8*" }, { KeyCode::KEY_9, "9… in ConvertInputCodeToString()
H A Dkey_event.h66 KEY_8 = 2008, enumerator
H A Dkey_event_recognizer.cpp76 {KeyCode::KEY_8, "KEYCODE_8"}, in KeyCodeToString()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_xcomponent_key_event.h70 KEY_8 = 2008, enumerator
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dkey_event.h63 KEY_8 = 2008, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_data_generator.h391 const DistributedDB::Key KEY_8 = { 'k', '8' }; variable
469 const DistributedDB::Entry ENTRY_8 = { .key = KEY_8, .value = VALUE_8 };
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_infrared.c44 {0x4A, KEY_8},
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__xcomponent__key__event_8h.md24 …ve_x_component.md) = 2006, [KEY_7](_o_h___native_x_component.md) = 2007, [KEY_8](_o_h___native_x_c…
H A Dnative__key_event_8h.md22 …__native_module.md) = 2006, [KEY_7](_ark_u_i___native_module.md) = 2007, [KEY_8](_ark_u_i___native…
H A D_o_h___native_x_component.md55 … KEY_3 = 2003, KEY_4 = 2004, KEY_5 = 2005,<br>KEY_6 = 2006, KEY_7 = 2007, KEY_8 = 2008, KEY_9 = 20…
309 | KEY_8 | Key **8**. |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Dnative__xcomponent__key__event_8h.md24 …ve_x_component.md) = 2006, [KEY_7](_o_h___native_x_component.md) = 2007, [KEY_8](_o_h___native_x_c…
H A D_o_h___native_x_component.md55 …&nbsp;2005,<br/>KEY_6&nbsp;=&nbsp;2006,&nbsp;KEY_7&nbsp;=&nbsp;2007,&nbsp;KEY_8&nbsp;=&nbsp;2008,&…
311 | KEY_8 | 按键'8' |
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_keyevent_test.cpp213 { KeyCode::KEY_8, '*' },
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_testtwo_ng.cpp671 KeyEvent keyEventNumsEight(KeyCode::KEY_8, KeyAction::DOWN, {KeyCode::KEY_8}, 0,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_predicate_query_test.cpp112 keys = {KEY_1, KEY_2, KEY_3, KEY_4, KEY_5, KEY_6, KEY_7, KEY_8, KEY_9, KEY_10}; in PrepareSchemaDBAndData()