| /test/testfwk/arkxtest/uitest/test/ |
| D | widget_matcher_test.cpp | 27 auto matcher = ValueMatcher("wyz", EQ); in TEST() local 37 auto matcher = ValueMatcher("wyz", CONTAINS); in TEST() local 47 auto matcher = ValueMatcher("wyz", STARTS_WITH); in TEST() local 57 auto matcher = ValueMatcher("wyz", ENDS_WITH); in TEST() local 69 auto matcher = ValueMatcher(testValue, rule); in TEST() local 91 auto matcher = WidgetAttrMatcher(ATTR_TEXT, "wyz", EQ); in TEST() local 105 auto matcher = RootMatcher(); in TEST() local
|
| D | ui_driver_test.cpp | 105 auto matcher = WidgetAttrMatcher(ATTR_TEXT, "USB", EQ); in TEST_F() local 156 auto matcher = WidgetAttrMatcher(ATTR_TEXT, "USB", EQ); in TEST_F() local 189 auto matcher = WidgetAttrMatcher(ATTR_NAMES[UiAttr::HASHCODE], "12345", EQ); in TEST_F() local
|
| D | widget_operator_test.cpp | 136 auto matcher = WidgetAttrMatcher(ATTR_TEXT, "USB", EQ); in TEST_F() local 181 auto matcher = WidgetAttrMatcher(ATTR_TEXT, "USB", EQ); in TEST_F() local 219 auto matcher = WidgetAttrMatcher(ATTR_TEXT, "USB", EQ); in TEST_F() local 283 auto matcher = WidgetAttrMatcher(ATTR_TEXT, "USB", EQ); in TEST_F() local 358 auto matcher = WidgetAttrMatcher(ATTR_TEXT, "USB", EQ); in TEST_F() local 417 auto matcher = WidgetAttrMatcher(ATTR_TEXT, "USB", EQ); in TEST_F() local
|
| D | widget_selector_test.cpp | 124 auto matcher = WidgetAttrMatcher(ATTR_TEXT, "WLJ", EQ); in TEST_F() local 136 auto matcher = WidgetAttrMatcher(ATTR_TEXT, "wyz", EQ); in TEST_F() local
|
| /test/testfwk/arkxtest/uitest/core/ |
| D | widget_matcher.cpp | 94 for (auto &matcher:matchers_) { in Matches() local 107 for (auto &matcher:matchers_) { in Describe() local 150 for (auto &matcher:matchers_) { in Matches() local 161 for (auto &matcher:matchers_) { in Describe() local
|
| D | widget_matcher.h | 142 …MatchedWidgetCollector(const WidgetMatcher &matcher, std::vector<std::reference_wrapper<const Widg… in MatchedWidgetCollector()
|
| D | widget_selector.cpp | 33 void WidgetSelector::AddMatcher(const WidgetAttrMatcher &matcher) in AddMatcher() 75 …CheckHasLocator(const WidgetTree &tree, const Widget &widget, const WidgetMatcher &matcher, size_t… in CheckHasLocator()
|
| D | widget_operator.cpp | 118 … auto matcher = WidgetAttrMatcher(ATTR_NAMES[UiAttr::HIERARCHY], "ROOT", ValueMatchPattern::EQ); in PinchWidget() local
|
| D | ui_driver.cpp | 268 unique_ptr<Window> UiDriver::FindWindow(function<bool(const Window &)> matcher, ApiCallErr &err) in FindWindow()
|
| D | frontend_api_handler.cpp | 615 …auto matcher = WidgetAttrMatcher(attrName, testValue, static_cast<ValueMatchPattern>(matchPattern)… in GenericOnAttrBuilder() local 716 auto matcher = [&filterJson](const Window &window) -> bool { in RegisterUiDriverWindowFinder() local
|
| /test/testfwk/arkxtest/uitest/record/ |
| D | find_widget.h | 47 … WidgetCollector(const WidgetMatcherByCoord &matcher, std::map<float, Widget> &recv, Point down) in WidgetCollector()
|
| D | find_widget.cpp | 22 auto matcher = WidgetMatcherByCoord(x, y); in FindWidget() local
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
| D | parser.py | 1455 def handle_case_lifecycle(self, matcher): argument 1482 def collect_case(self, matcher): argument 1490 def handle_suite_start(self, matcher): argument
|