Searched defs:matcher (Results 1 – 7 of 7) sorted by relevance
| /test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
| D | oh_rust_parser.py | 80 def handle_case_lifecycle(self, matcher): argument 107 def collect_case(self, matcher): argument 115 def handle_suite_start(self, matcher): argument
|
| /test/testfwk/arkxtest/uitest/test/ |
| D | widget_operator_test.cpp | 189 auto matcher = WidgetMatchModel(UiAttr::TEXT, "Text List Scroll", EQ); in TEST_F() local 211 auto matcher = WidgetMatchModel(UiAttr::TEXT, "Text List Scroll", EQ); in TEST_F() local 232 auto matcher = WidgetMatchModel(UiAttr::TEXT, "Text List Scroll", EQ); in TEST_F() local 281 auto matcher = WidgetMatchModel(UiAttr::TEXT, "Text List Scroll", EQ); in TEST_F() local
|
| D | ui_driver_test.cpp | 87 auto matcher = WidgetMatchModel(UiAttr::TEXT, "USB", EQ); in TEST_F() local 139 auto matcher = WidgetMatchModel(UiAttr::TEXT, "USB", EQ); in TEST_F() local 199 auto matcher = WidgetMatchModel(UiAttr::TEXT, "USB", EQ); in TEST_F() local
|
| D | widget_selector_test.cpp | 169 auto matcher = WidgetMatchModel(UiAttr::TEXT, "WLJ", EQ); in TEST_F() local 181 auto matcher = WidgetMatchModel(UiAttr::TEXT, "Text One", EQ); in TEST_F() local
|
| /test/testfwk/arkxtest/uitest/core/ |
| D | widget_selector.cpp | 34 void WidgetSelector::AddMatcher(const WidgetMatchModel &matcher) in AddMatcher()
|
| D | ui_driver.cpp | 453 unique_ptr<Window> UiDriver::FindWindow(function<bool(const Window &)> matcher, ApiCallErr &err) in FindWindow()
|
| D | frontend_api_handler.cpp | 702 … auto matcher = WidgetMatchModel(kAttr, testValue, static_cast<ValueMatchPattern>(matchPattern)); in GenericOnAttrBuilder() local 814 auto matcher = [&filterJson](const Window &window) -> bool { in RegisterUiDriverWindowFinder() local
|