Home
last modified time | relevance | path

Searched refs:KEY_9 (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Daction.h59 { false, OHOS::MMI::KeyCode::KEY_APOSTROPHE }, { true, OHOS::MMI::KeyCode::KEY_9 },
66 { false, OHOS::MMI::KeyCode::KEY_9 }, { false, OHOS::MMI::KeyCode::KEY_SEMICOLON },
H A Daction.cpp515 convertedKeyCode = OHOS::MMI::KeyCode::KEY_9; in IsSpecialKey()
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h67 KEY_9 = 2009, member in OHOS::OHOS::Ace::KeyCode
552 return ((KeyCode::KEY_0 <= code && code <= KeyCode::KEY_9) || in IsNumberKey()
H A Dkey_event_recognizer.cpp77 {KeyCode::KEY_9, "KEYCODE_9"}, in KeyCodeToString()
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_xcomponent_key_event.h71 KEY_9 = 2009, enumerator
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_data_generator.h392 const DistributedDB::Key KEY_9 = { 'k', '9' }; member
470 const DistributedDB::Entry ENTRY_9 = { .key = KEY_9, .value = VALUE_9 };
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dkey_event.h64 KEY_9 = 2009, member in OHOS::MMI::KeyCode
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_pattern.cpp799 if (KeyCode::KEY_0 <= event.code && event.code <= KeyCode::KEY_9) { in HandleNumberKeyEvent()
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_event_test_ng.cpp1063 event.code = KeyCode::KEY_9; in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_batch_crud_test.cpp2448 EXPECT_EQ(DistributedDBNbTestTools::Delete(*g_nbBatchCrudDelegate, KEY_9), OK); in HWTEST_F()
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()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/
H A Dcalendar_picker_test_ng.cpp583 KeyEvent keyEvenTwo(KeyCode::KEY_9, KeyAction::DOWN); in HWTEST_F()

Completed in 25 milliseconds