Home
last modified time | relevance | path

Searched refs:KEY (Results 1 – 6 of 6) sorted by relevance

/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreStagetest/entry/src/main/ets/test/
DrelationalStoreDistributedEtsunit.test.ets28 const CREATE_TABLE_TEST = "CREATE TABLE IF NOT EXISTS test (" + "id INTEGER PRIMARY KEY AUTOINCREME…
DrelationalStoreTestResultsetEtsunit.test.ets19 const CREATE_TABLE_TEST = 'CREATE TABLE IF NOT EXISTS test (' + 'id INTEGER PRIMARY KEY AUTOINCREME…
DrelationalStoreEtsunit.test.ets20 const CREATE_TABLE_TEST = "CREATE TABLE IF NOT EXISTS test (" + "id INTEGER PRIMARY KEY AUTOINCREME…
/test/testfwk/arkxtest/uitest/core/
Dui_model.h31 KEY, enumerator
/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.cpp160 to[ATTR_NAMES[UiAttr::KEY].data()] = node.GetInspectorKey(); in MarshalAccessibilityNodeAttributes()
/test/xts/dcts/distributeddatamgr/jstest/distributed_kv_store/client/hap/src/main/js/test/
DKvStoreSecurityLevelJsunit.test.js4961 const KEY = "x".repeat(1024)
4980 kvStore.get(KEY,(err, data) => {
4982 console.info(logTag + " Sync complete get data,key is " + KEY)
5003 await remoteHelpers.kvPut(KEY, TEST_STRING_VALUE, "String");
5016 const KEY = "x".repeat(1024)
5035 kvStore.get(KEY,(err, data) => {
5037 console.info(logTag + " Sync complete get data,key is " + KEY)
5058 await remoteHelpers.kvPut(KEY, TEST_STRING_VALUE, "String");