Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
H A Dselect_strategy.cpp19 void SelectStrategy::RegisterAnchorMatch(const WidgetMatchModel &matchModel) in RegisterAnchorMatch() argument
21 anchorMatch_.emplace_back(matchModel); in RegisterAnchorMatch()
24 void SelectStrategy::RegisterMyselfMatch(const WidgetMatchModel &matchModel) in RegisterMyselfMatch() argument
26 myselfMatch_.emplace_back(matchModel); in RegisterMyselfMatch()
687 for (const auto &matchModel : buildParam.myselfMatcher) { in BuildComplexStrategy()
688 selectStrategy->RegisterMyselfMatch(matchModel); in BuildComplexStrategy()
706 for (const auto &matchModel : buildParam.myselfMatcher) { in BuildWithInStrategy()
707 selectStrategy->RegisterMyselfMatch(matchModel); in BuildWithInStrategy()
719 for (const auto &matchModel : buildParam.myselfMatcher) { in BuildBeforeStrategy()
720 selectStrategy->RegisterMyselfMatch(matchModel); in BuildBeforeStrategy()
[all...]
H A Dui_model.cpp82 bool Widget::MatchAttr(const WidgetMatchModel& matchModel) const in MatchAttr()
84 UiAttr attr = matchModel.attrName; in MatchAttr()
85 std::string_view value = matchModel.attrValue; in MatchAttr()
86 ValueMatchPattern pattern = matchModel.pattern; in MatchAttr()
H A Dselect_strategy.h44 virtual void RegisterAnchorMatch(const WidgetMatchModel &matchModel);
45 virtual void RegisterMyselfMatch(const WidgetMatchModel &matchModel);
H A Dui_model.h273 bool MatchAttr(const WidgetMatchModel& matchModel) const;

Completed in 4 milliseconds