/test/testfwk/arkxtest/uitest/test/ |
D | widget_selector_test.cpp | 169 auto matcher = WidgetMatchModel(UiAttr::TEXT, "WLJ", EQ); in TEST_F() 181 auto matcher = WidgetMatchModel(UiAttr::TEXT, "Text One", EQ); in TEST_F() 196 auto matcher0 = WidgetMatchModel(UiAttr::TEXT, "Text One", EQ); in TEST_F() 197 auto matcher1 = WidgetMatchModel(UiAttr::ACCESSIBILITY_ID, "6", EQ); in TEST_F() 234 auto frontMatcher = WidgetMatchModel(UiAttr::TEXT, "Text List12", EQ); in TEST_F() 253 auto frontMatcher = WidgetMatchModel(UiAttr::TEXT, "Text List12", EQ); in TEST_F() 273 auto frontMatcher = WidgetMatchModel(UiAttr::TYPE, "Scroll", EQ); in TEST_F() 297 auto frontMatcher0 = WidgetMatchModel(UiAttr::TEXT, "Text List12", EQ); in TEST_F() 302 auto frontMatcher1 = WidgetMatchModel(UiAttr::TYPE, "Image", EQ); in TEST_F() 321 auto frontMatcher0 = WidgetMatchModel(UiAttr::TEXT, "Text List12", EQ); in TEST_F() [all …]
|
D | select_strategy_test.cpp | 240 WidgetMatchModel anchor1{UiAttr::TEXT, "test", ValueMatchPattern::EQ}; in TEST() 243 WidgetMatchModel sef1{UiAttr::TEXT, "Text One", ValueMatchPattern::EQ}; in TEST() 265 WidgetMatchModel anchor2{UiAttr::TEXT, "Text List12", ValueMatchPattern::EQ}; in TEST() 268 WidgetMatchModel sef2{UiAttr::TEXT, "Text One", ValueMatchPattern::EQ}; in TEST() 289 WidgetMatchModel anchor3{UiAttr::TEXT, "Text List", ValueMatchPattern::EQ}; in TEST() 290 WidgetMatchModel sef3{UiAttr::TEXT, "Text One", ValueMatchPattern::EQ}; in TEST() 315 WidgetMatchModel anchor1{UiAttr::TEXT, "test", ValueMatchPattern::EQ}; in TEST() 316 WidgetMatchModel sef1{UiAttr::TEXT, "Text One", ValueMatchPattern::EQ}; in TEST() 338 WidgetMatchModel anchor2{UiAttr::TEXT, "Text One", ValueMatchPattern::EQ}; in TEST() 339 WidgetMatchModel sef2{UiAttr::TEXT, "Text List12", ValueMatchPattern::EQ}; in TEST() [all …]
|
D | widget_operator_test.cpp | 189 auto matcher = WidgetMatchModel(UiAttr::TEXT, "Text List Scroll", EQ); in TEST_F() 202 auto matcher0 = WidgetMatchModel(UiAttr::TEXT, "Text End", EQ); in TEST_F() 211 auto matcher = WidgetMatchModel(UiAttr::TEXT, "Text List Scroll", EQ); in TEST_F() 221 auto matcher0 = WidgetMatchModel(UiAttr::TEXT, "Text List12", EQ); in TEST_F() 232 auto matcher = WidgetMatchModel(UiAttr::TEXT, "Text List Scroll", EQ); in TEST_F() 241 auto targetWidgetMatcher = WidgetMatchModel(UiAttr::TEXT, "Text End", EQ); in TEST_F() 281 auto matcher = WidgetMatchModel(UiAttr::TEXT, "Text List Scroll", EQ); in TEST_F() 290 auto targetWidgetMatcher = WidgetMatchModel(UiAttr::TEXT, "Text End", EQ); in TEST_F()
|
D | ui_driver_test.cpp | 87 auto matcher = WidgetMatchModel(UiAttr::TEXT, "USB", EQ); in TEST_F() 139 auto matcher = WidgetMatchModel(UiAttr::TEXT, "USB", EQ); in TEST_F() 199 auto matcher = WidgetMatchModel(UiAttr::TEXT, "USB", EQ); in TEST_F()
|
/test/testfwk/arkxtest/uitest/core/ |
D | window_operator.cpp | 198 auto attrMatcher = WidgetMatchModel(UiAttr::KEY, "EnhanceMaximizeBtn", EQ); in Split() 199 … auto windowMatcher = WidgetMatchModel(UiAttr::HOST_WINDOW_ID, to_string(window_.id_), 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() 294 auto windowMatcher = WidgetMatchModel(UiAttr::HOST_WINDOW_ID, to_string(window_.id_), EQ); in BarAction()
|
D | widget_selector.cpp | 30 auto visibleMatcher = WidgetMatchModel(UiAttr::VISIBLE, "true", EQ); in WidgetSelector()
|
D | widget_operator.cpp | 47 WidgetMatchModel anchorModel2{UiAttr::HASHCODE, hashCode, ValueMatchPattern::EQ}; in ConstructNoFilterInWidgetSelector() 74 WidgetMatchModel anchorModel{UiAttr::HASHCODE, hashcode, ValueMatchPattern::EQ}; in ConstructScrollFindSelector()
|
D | ui_model.cpp | 89 case ValueMatchPattern::EQ: in MatchAttr()
|
D | ui_model.h | 30 enum ValueMatchPattern : uint8_t { EQ, CONTAINS, STARTS_WITH, ENDS_WITH }; enumerator
|
D | ui_driver.cpp | 190 WidgetMatchModel attrMatch{UiAttr::HASHCODE, widget.GetAttr(UiAttr::HASHCODE), EQ}; in ConstructSelectStrategyByRetrieve()
|
D | frontend_api_handler.cpp | 620 …auto matchPattern = ReadCallArg<uint8_t>(in, INDEX_ONE, ValueMatchPattern::EQ); // match pattern a… in GenericOnAttrBuilder()
|
/test/xts/acts/demo/sectest/static_patch_scan/2023-03/ |
D | OpenHarmony-SA-2023-0301.yara | 42 .text:0000B0DC 08 BF IT EQ
|