Home
last modified time | relevance | path

Searched refs:SelectStrategy (Results 1 - 6 of 6) sorted by relevance

/test/testfwk/arkxtest/uitest/test/
H A Dselect_strategy_test.cpp35 std::unique_ptr<SelectStrategy> plain = SelectStrategy::BuildSelectStrategy(buildParam, false); in TEST()
62 std::unique_ptr<SelectStrategy> plain = SelectStrategy::BuildSelectStrategy(buildParam, false); in TEST()
87 std::unique_ptr<SelectStrategy> plain = SelectStrategy::BuildSelectStrategy(buildParam, false); in TEST()
249 std::unique_ptr<SelectStrategy> afterStrategy = SelectStrategy::BuildSelectStrategy(buildParam, false); in TEST()
274 std::unique_ptr<SelectStrategy> afterStrategy2 = SelectStrategy in TEST()
[all...]
/test/testfwk/arkxtest/uitest/core/
H A Dselect_strategy.cpp19 void SelectStrategy::RegisterAnchorMatch(const WidgetMatchModel &matchModel) in RegisterAnchorMatch()
24 void SelectStrategy::RegisterMyselfMatch(const WidgetMatchModel &matchModel) in RegisterMyselfMatch()
29 void SelectStrategy::SetWantMulti(bool isWantMulti) in SetWantMulti()
34 void SelectStrategy::SetAndCalcSelectWindowRect(const Rect &windowBounds, const std::vector<Rect> &windowBoundsVec) in SetAndCalcSelectWindowRect()
40 SelectStrategy::~SelectStrategy() in ~SelectStrategy()
46 void SelectStrategy::CalcWidgetVisibleBounds(Widget &widget) in CalcWidgetVisibleBounds()
88 std::string SelectStrategy::Describe() const in Describe()
131 void SelectStrategy::RefreshWidgetBounds(Widget &widget) in RefreshWidgetBounds()
145 class AfterSelectorStrategy : public SelectStrategy {
[all...]
H A Dselect_strategy.h38 class SelectStrategy { class
40 SelectStrategy() = default;
41 static unique_ptr<SelectStrategy> BuildSelectStrategy(const StrategyBuildParam &buildParam, bool isWantMulti);
50 virtual ~SelectStrategy();
H A Dwidget_selector.cpp122 std::unique_ptr<SelectStrategy> visitStrategy = ConstructSelectStrategy(); in Select()
132 std::unique_ptr<SelectStrategy> WidgetSelector::ConstructSelectStrategy() const in ConstructSelectStrategy()
151 return SelectStrategy::BuildSelectStrategy(buildParam, wantMulti_); in ConstructSelectStrategy()
H A Dui_driver.cpp113 std::unique_ptr<SelectStrategy> selectStrategy = SelectStrategy::BuildSelectStrategy(buildParam, true); in DumpWindowsInfo()
194 static std::unique_ptr<SelectStrategy> ConstructSelectStrategyByRetrieve(const Widget &widget) in ConstructSelectStrategyByRetrieve()
199 return SelectStrategy::BuildSelectStrategy(buildParam, false); in ConstructSelectStrategyByRetrieve()
234 std::unique_ptr<SelectStrategy> selectStrategy = ConstructSelectStrategyByRetrieve(widget); in RetrieveWidget()
H A Dwidget_selector.h65 std::unique_ptr<SelectStrategy> ConstructSelectStrategy() const;

Completed in 5 milliseconds