Home
last modified time | relevance | path

Searched defs:matcher (Results 1 – 7 of 7) sorted by relevance

/test/testfwk/arkxtest/uitest/test/
Dwidget_operator_test.cpp189 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
Dui_driver_test.cpp87 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
Dwidget_selector_test.cpp169 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/
Dwidget_selector.cpp34 void WidgetSelector::AddMatcher(const WidgetMatchModel &matcher) in AddMatcher()
Dui_driver.cpp397 unique_ptr<Window> UiDriver::FindWindow(function<bool(const Window &)> matcher, ApiCallErr &err) in FindWindow()
Dfrontend_api_handler.cpp634 … auto matcher = WidgetMatchModel(kAttr, testValue, static_cast<ValueMatchPattern>(matchPattern)); in GenericOnAttrBuilder() local
739 auto matcher = [&filterJson](const Window &window) -> bool { in RegisterUiDriverWindowFinder() local
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
Dparser.py1470 def handle_case_lifecycle(self, matcher): argument
1497 def collect_case(self, matcher): argument
1505 def handle_suite_start(self, matcher): argument