Home
last modified time | relevance | path

Searched defs:beforeAnchor (Results 1 – 2 of 2) sorted by relevance

/test/testfwk/arkxtest/uitest/test/
Dselect_strategy_test.cpp604 WidgetMatchModel beforeAnchor{UiAttr::ACCESSIBILITY_ID, "11", ValueMatchPattern::EQ}; in TEST() local
634 WidgetMatchModel beforeAnchor{UiAttr::ACCESSIBILITY_ID, "11", ValueMatchPattern::EQ}; in TEST() local
664 WidgetMatchModel beforeAnchor{UiAttr::ACCESSIBILITY_ID, "11", ValueMatchPattern::EQ}; in TEST() local
/test/testfwk/arkxtest/uitest/core/
Dselect_strategy.cpp565 void RegisterMultiBeforeAnchor(const std::vector<WidgetMatchModel> &beforeAnchor) in RegisterMultiBeforeAnchor()