/test/testfwk/developer_test/src/core/command/ |
D | display.py | 331 KEY = '"${HATS_ROOT}/' variable 340 if line_t.startswith(KEY): 341 ret.append(line_t[len(KEY):line_t.find(':')])
|
/test/testfwk/arkxtest/uitest/core/ |
D | window_operator.cpp | 198 auto attrMatcher = WidgetMatchModel(UiAttr::KEY, "EnhanceMaximizeBtn", EQ); in Split() 221 auto attrMatcher2 = WidgetMatchModel(UiAttr::KEY, "EnhanceMenuScreenLeftRow", EQ); in Split() 293 auto attrMatcher = WidgetMatchModel(UiAttr::KEY, std::string(buttonId), EQ); in BarAction()
|
D | ui_model.h | 37 KEY, enumerator
|
/test/xts/tools/sample/ServerSampleE/java/db/ |
D | oh-sample.sql | 52 PRIMARY KEY (`id`) USING BTREE 84 PRIMARY KEY (`id`) USING BTREE 103 PRIMARY KEY (`id`) USING BTREE 138 PRIMARY KEY (`id`) USING BTREE 163 PRIMARY KEY (`id`) USING BTREE
|
/test/xts/tools/sample/ServerSampleD/java/db/ |
D | oh-sample.sql | 52 PRIMARY KEY (`id`) USING BTREE 84 PRIMARY KEY (`id`) USING BTREE 103 PRIMARY KEY (`id`) USING BTREE 138 PRIMARY KEY (`id`) USING BTREE 163 PRIMARY KEY (`id`) USING BTREE
|
/test/xts/acts/distributeddatamgr/crossplatform/relationalstoreetstest/src/main/ets/test/ |
D | RdbStoreQuerySql.test.ets | 22 const USER_TABLE = "CREATE TABLE IF NOT EXISTS user " + "(userId INTEGER PRIMARY KEY AUTOINCREMENT,… 24 …BLE IF NOT EXISTS Book (id INTEGER PRIMARY KEY AUTOINCREMENT," + "name TEXT, userId INTEGER , " + …
|
D | RdbStoreExecuteSql.test.ets | 23 const CREATE_TABLE_TEST = "CREATE TABLE IF NOT EXISTS test (" + "id INTEGER PRIMARY KEY AUTOINCREME…
|
D | RdbStoreQuery.test.ets | 22 const CREATE_TABLE_TEST = "CREATE TABLE IF NOT EXISTS test (" + "id INTEGER PRIMARY KEY AUTOINCREME…
|
D | AssetResultSet.test.ets | 23 const CREATE_TABLE_TEST = "CREATE TABLE IF NOT EXISTS test (" + "id INTEGER PRIMARY KEY AUTOINCREME…
|
D | RdbStoreTransaction.test.ets | 23 const CREATE_TABLE_TEST = "CREATE TABLE IF NOT EXISTS test (" + "id INTEGER PRIMARY KEY, " + "name …
|
D | RdbStoreIgnoretest.ets | 25 "(id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL , " + 34 const CREATE_TABLE_TEST = "CREATE TABLE IF NOT EXISTS test (" + "id INTEGER PRIMARY KEY AUTOINCREME…
|
D | RdbStoreDelete.test.ets | 22 const CREATE_TABLE_TEST = "CREATE TABLE IF NOT EXISTS test (" + "id INTEGER PRIMARY KEY AUTOINCREME…
|
D | RdbStoreBackupRestore.test.ets | 23 const CREATE_TABLE_TEST = "CREATE TABLE IF NOT EXISTS backupTest (" + "id INTEGER PRIMARY KEY AUTOI…
|
D | RdbStoreInsert.test.ets | 22 const CREATE_TABLE_TEST = "CREATE TABLE IF NOT EXISTS test (" + "id INTEGER PRIMARY KEY AUTOINCREME…
|
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreStagetest/entry/src/main/ets/test/ |
D | relationalStoreEmit.test.ets | 21 + "id INTEGER PRIMARY KEY AUTOINCREMENT, "
|
D | relationalStoreCloudSyncEts.test.ets | 48 "num TEXT PRIMARY KEY)"; 53 "num INTEGER PRIMARY KEY)"; 58 "num INTEGER PRIMARY KEY)";
|
D | relationalStoreDistributedEtsunit.test.ets | 28 const CREATE_TABLE_TEST = "CREATE TABLE IF NOT EXISTS test (" + "id INTEGER PRIMARY KEY AUTOINCREME…
|
D | relationalStoreTestResultsetEtsunit.test.ets | 19 const CREATE_TABLE_TEST = 'CREATE TABLE IF NOT EXISTS test (' + 'id INTEGER PRIMARY KEY AUTOINCREME…
|
D | relationalStoreDifferenceCustomDirMultiple.test.ets | 29 const CREATE_TABLE_TEST = 'CREATE TABLE IF NOT EXISTS test (' + 'id INTEGER PRIMARY KEY AUTOINCREME…
|
D | relationalStoreEtsunit.test.ets | 20 const CREATE_TABLE_TEST = "CREATE TABLE IF NOT EXISTS test (" + "id INTEGER PRIMARY KEY AUTOINCREME…
|
/test/xts/acts/distributeddatamgr/relationalstoredatagroupidtest/src/main/ets/test/ |
D | relationalStoreDataGroupIdCallback.test.ets | 25 + "id INTEGER PRIMARY KEY AUTOINCREMENT, "
|
D | relationalStoreDataGroupIdPromise.test.ets | 25 + "id INTEGER PRIMARY KEY AUTOINCREMENT, "
|
/test/testfwk/arkxtest/uitest/test/ |
D | mock_element_node_iterator.h | 246 widget.SetAttr(UiAttr::KEY, element.inspectorKey); in WrapperNodeAttrToVec()
|
/test/testfwk/arkxtest/uitest/server/ |
D | element_node_iterator_impl.cpp | 250 widget.SetAttr(UiAttr::KEY, element.GetInspectorKey()); in WrapperNodeAttrToVec()
|
/test/xts/dcts/distributeddatamgr/jstest/distributed_kv_store/client/hap/src/main/js/test/ |
D | KvStoreSecurityLevelS1Jsunit.test.js | 2720 const KEY = "x".repeat(1024) 2739 kvStore.get(KEY, (err, data) => { 2741 console.info(logTag + " Sync complete get data,key is " + KEY) 2762 await remoteHelpers.kvPut(KEY, TEST_STRING_VALUE, "String"); 2775 const KEY = "x".repeat(1024) 2794 kvStore.get(KEY, (err, data) => { 2796 console.info(logTag + " Sync complete get data,key is " + KEY) 2817 await remoteHelpers.kvPut(KEY, TEST_STRING_VALUE, "String");
|