Home
last modified time | relevance | path

Searched refs:attrName (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
Dui_model.h153 : attrName(name), attrValue(value), pattern(matchPattern) in WidgetMatchModel()
161 ss << "attrName:" << ATTR_NAMES[attrName].data() << "; value:" << attrValue in Describe()
166 UiAttr attrName; member
Dui_model.cpp84 UiAttr attr = matchModel.attrName; in MatchAttr()
Dfrontend_api_handler.cpp644 const auto attrName = in.apiId_.substr(ON_DEF.name_.length() + 1); // On.xxx()->xxx in RegisterOnBuilders() local
650 if (attrName == "isBefore") { in RegisterOnBuilders()
653 } else if (attrName == "isAfter") { in RegisterOnBuilders()
656 } else if (attrName == "within") { in RegisterOnBuilders()
659 } else if (attrName == "inWindow") { in RegisterOnBuilders()
1136 constexpr auto attrName = ATTR_NAMES[kAttr]; in GenericComponentAttrGetter() local
1144 if (attrName == ATTR_NAMES[UiAttr::BOUNDSCENTER]) { // getBoundsCenter in GenericComponentAttrGetter()
1152 if (attrName == ATTR_NAMES[UiAttr::BOUNDS]) { // getBounds in GenericComponentAttrGetter()