Home
last modified time | relevance | path

Searched refs:KEY_6 (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H A Dimage_cache_test.cpp168 imageCache->CacheImageData(KEY_6, cachedData6);
175 imageCache->CacheImageData(KEY_6, cachedData7);
193 auto dataKey6 = imageCache->GetCacheImageData(KEY_6);
H A Dimage_cache_test.h41 const std::string KEY_6 = "key6"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_data_generate_unit_test.h71 const DistributedDB::Key KEY_6 = {'6'}; variable
/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.h64 KEY_6 = 2006, enumerator
H A Dkey_event_recognizer.cpp74 {KeyCode::KEY_6, "KEYCODE_6"}, in KeyCodeToString()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_xcomponent_key_event.h68 KEY_6 = 2006, enumerator
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dkey_event.h61 KEY_6 = 2006, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_data_generator.h389 const DistributedDB::Key KEY_6 = { 'k', '6' }; variable
467 const DistributedDB::Entry ENTRY_6 = { .key = KEY_6, .value = VALUE_6 };
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_infrared.c42 {0x5A, KEY_6},
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_multi_ver_p2p_sync_test.cpp1375 … ASSERT_EQ(g_deviceC->PutData(DistributedDBUnitTest::KEY_6, DistributedDBUnitTest::VALUE_6), E_OK);
1376 ASSERT_EQ(g_deviceC->DeleteData(DistributedDBUnitTest::KEY_6), E_OK);
1483 …ASSERT_TRUE(g_deviceC->PutData(DistributedDBUnitTest::KEY_6, DistributedDBUnitTest::VALUE_6) == E_…
1484 ASSERT_TRUE(g_deviceC->DeleteData(DistributedDBUnitTest::KEY_6) == E_OK);
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__xcomponent__key__event_8h.md24 …x_component.md) = 2004, [KEY_5](_o_h___native_x_component.md) = 2005,<br>[KEY_6](_o_h___native_x_c…
H A Dnative__key_event_8h.md22 …ative_module.md) = 2004, [KEY_5](_ark_u_i___native_module.md) = 2005,<br>[KEY_6](_ark_u_i___native…
H A D_o_h___native_x_component.md55 …Y_1 = 2001,<br>KEY_2 = 2002, KEY_3 = 2003, KEY_4 = 2004, KEY_5 = 2005,<br>KEY_6 = 2006, KEY_7 = 20…
307 | KEY_6 | Key **6**. |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Dnative__xcomponent__key__event_8h.md24 …_component.md) = 2004, [KEY_5](_o_h___native_x_component.md) = 2005,<br/>[KEY_6](_o_h___native_x_c…
H A D_o_h___native_x_component.md55 …&nbsp;2003,&nbsp;KEY_4&nbsp;=&nbsp;2004,&nbsp;KEY_5&nbsp;=&nbsp;2005,<br/>KEY_6&nbsp;=&nbsp;2006,&…
309 | KEY_6 | 按键'6' |
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_keyevent_test.cpp211 { KeyCode::KEY_6, '^' },
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_schema_upgrade_test.cpp146 EXPECT_EQ(DistributedDBNbTestTools::Put(*delegate, KEY_6, value6), expectStatus); in InsertFieldWithNullValue()
229 EXPECT_EQ(DistributedDBNbTestTools::Put(*delegate, KEY_6, value6), expectStatus); in InsertVoidFieldSteps()
H A Ddistributeddb_nb_predicate_query_test.cpp110 keys = {KEY_1, KEY_2, KEY_3, KEY_4, KEY_5, KEY_6, KEY_7}; in PrepareSchemaDBAndData()
112 keys = {KEY_1, KEY_2, KEY_3, KEY_4, KEY_5, KEY_6, KEY_7, KEY_8, KEY_9, KEY_10}; in PrepareSchemaDBAndData()
1688 vector<Key> keys = {KEY_1, KEY_2, KEY_3, KEY_4, KEY_5, KEY_6, KEY_7};
H A Ddistributeddb_nb_schema_test.cpp1893 EXPECT_EQ(delegate->Put(KEY_6, value6), OK);
1908 EXPECT_EQ(delegate->Delete(KEY_6), OK);