Home
last modified time | relevance | path

Searched refs:beforeAnchorMatcherVec (Results 1 - 4 of 4) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
H A Dselect_strategy.cpp693 for (const auto &beforeWidgetAnchor : buildParam.beforeAnchorMatcherVec) { in BuildComplexStrategy()
722 for (const auto &anchorModel : buildParam.beforeAnchorMatcherVec.at(0)) { in BuildBeforeStrategy()
745 if (buildParam.afterAnchorMatcherVec.empty() && buildParam.beforeAnchorMatcherVec.empty() && in BuildSelectStrategy()
754 buildParam.beforeAnchorMatcherVec.empty() && buildParam.withInAnchorMatcherVec.empty()) { in BuildSelectStrategy()
756 } else if (buildParam.afterAnchorMatcherVec.empty() && !buildParam.beforeAnchorMatcherVec.empty() && in BuildSelectStrategy()
757 (buildParam.beforeAnchorMatcherVec.size() == 1) && buildParam.withInAnchorMatcherVec.empty()) { in BuildSelectStrategy()
759 } else if (buildParam.afterAnchorMatcherVec.empty() && buildParam.beforeAnchorMatcherVec.empty() && in BuildSelectStrategy()
H A Dselect_strategy.h34 std::vector<std::vector<WidgetMatchModel>> beforeAnchorMatcherVec; member
H A Dwidget_selector.cpp143 buildParam.beforeAnchorMatcherVec.emplace_back(beforeLocator.GetSelfMatchers()); in ConstructSelectStrategy()
/test/testfwk/arkxtest/uitest/test/
H A Dselect_strategy_test.cpp323 buildParam.beforeAnchorMatcherVec.emplace_back(anchorMatchers); in TEST()
346 buildParam.beforeAnchorMatcherVec.emplace_back(anchorMatchers); in TEST()
369 buildParam.beforeAnchorMatcherVec.emplace_back(anchorMatchers); in TEST()
395 buildParam.beforeAnchorMatcherVec.emplace_back(anchorMatchers); in TEST()
422 buildParam.beforeAnchorMatcherVec.emplace_back(anchorMatchers); in TEST()
612 buildParam.beforeAnchorMatcherVec.emplace_back(beforeAnchorMatchers); in TEST()
641 buildParam.beforeAnchorMatcherVec.emplace_back(beforeAnchorMatchers); in TEST()
671 buildParam.beforeAnchorMatcherVec.emplace_back(beforeAnchorMatchers); in TEST()

Completed in 4 milliseconds