Home
last modified time | relevance | path

Searched refs:attrValue (Results 1 – 2 of 2) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
Dwidget_matcher.cpp66 auto attrValue = widget.GetAttr(attrName_, ""); in Matches() local
68 return valueMatcher.Matches(attrValue); in Matches()
Dfrontend_api_handler.cpp850 auto attrValue = snapshot->GetAttr(attrName, "NA"); in GenericComponentAttrGetter() local
851 if (attrValue == "NA") { in GenericComponentAttrGetter()
854 out.resultValue_ = attrValue; in GenericComponentAttrGetter()
856 out.resultValue_ = nlohmann::json::parse(attrValue); in GenericComponentAttrGetter()