Home
last modified time | relevance | path

Searched refs:MatchAttr (Results 1 - 3 of 3) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
H A Dselect_strategy.cpp181 isAnchorMatch = tempAnchorWidget.get().MatchAttr(anchorIt) && isAnchorMatch;
218 isMyselfMatch = tempWidget.get().MatchAttr(myselfIt) && isMyselfMatch; in LocateNodeAfterAnchor()
276 isAnchorMatch = tempAnchorWidget.get().MatchAttr(anchorIt) && isAnchorMatch;
301 isMyselfMatch = visitWidgets[index].MatchAttr(myselfIt) && isMyselfMatch; in LocateNodeAfterBeforeAnchor()
356 isAnchorMatch = tempAnchorWidget.get().MatchAttr(anchorIt) && isAnchorMatch;
399 isMyselfMatch = tempWidget.get().MatchAttr(myselfIt) && isMyselfMatch; in LocateNodeWithInAnchor()
459 isMyselfMatch = tempWidget.get().MatchAttr(myselfIt) && isMyselfMatch;
517 isMyselfMatch = tempWidget.get().MatchAttr(myselfIt) && isMyselfMatch;
553 isFrontMatch = isFrontMatch && visitWidgets[startIndex].MatchAttr(attrModel); in CalcMaxAfterAnchorIndex()
575 isRearMatch = isRearMatch && visitWidgets[beforeIndex].MatchAttr(attrMode in CalcMinBeforeAnchorIndex()
[all...]
H A Dui_model.cpp82 bool Widget::MatchAttr(const WidgetMatchModel& matchModel) const in MatchAttr() function in OHOS::uitest::Widget
H A Dui_model.h273 bool MatchAttr(const WidgetMatchModel& matchModel) const;

Completed in 3 milliseconds