Home
last modified time | relevance | path

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

/test/testfwk/developer_test/src/core/command/
H A Ddisplay.py330 KEY = '"${HATS_ROOT}/' variable
339 if line_t.startswith(KEY):
340 ret.append(line_t[len(KEY):line_t.find(':')])
/test/testfwk/arkxtest/uitest/core/
H A Dwindow_operator.cpp198 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()
H A Dui_model.h37 KEY,
76 "key", // KEY
/test/testfwk/arkxtest/uitest/test/
H A Dmock_element_node_iterator.h236 widget.SetAttr(UiAttr::KEY, element.inspectorKey); in WrapperNodeAttrToVec()
/test/testfwk/arkxtest/uitest/server/
H A Delement_node_iterator_impl.cpp238 widget.SetAttr(UiAttr::KEY, element.GetInspectorKey()); in WrapperNodeAttrToVec()
/test/xts/dcts/distributeddatamgr/jstest/distributed_kv_store/client/hap/src/main/js/test/
H A DKvStoreSecurityLevelS1Jsunit.test.js2898 const KEY = "x".repeat(1024)
2917 kvStore.get(KEY, (err, data) => {
2919 console.info(logTag + " Sync complete get data,key is " + KEY)
2940 await remoteHelpers.kvPut(KEY, TEST_STRING_VALUE, "String");
2956 const KEY = "x".repeat(1024)
2975 kvStore.get(KEY, (err, data) => {
2977 console.info(logTag + " Sync complete get data,key is " + KEY)
2998 await remoteHelpers.kvPut(KEY, TEST_STRING_VALUE, "String");

Completed in 9 milliseconds