Searched refs:attrValue (Results 1 – 2 of 2) sorted by relevance
66 auto attrValue = widget.GetAttr(attrName_, ""); in Matches() local68 return valueMatcher.Matches(attrValue); in Matches()
850 auto attrValue = snapshot->GetAttr(attrName, "NA"); in GenericComponentAttrGetter() local851 if (attrValue == "NA") { in GenericComponentAttrGetter()854 out.resultValue_ = attrValue; in GenericComponentAttrGetter()856 out.resultValue_ = nlohmann::json::parse(attrValue); in GenericComponentAttrGetter()