Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
Dui_model.cpp260 auto attributesData = root["attributes"]; in DfsVisitNode() local
263 for (auto &item : attributesData.items()) { in DfsVisitNode()
322 auto attributesData = json(); in DfsMarshalWidget() local
326 attributesData[attr] = root.GetAttr(attr, ""); in DfsMarshalWidget()
332 attributesData[ATTR_NAMES[UiAttr::BOUNDS].data()] = stream.str(); in DfsMarshalWidget()
354 dom["attributes"] = attributesData; in DfsMarshalWidget()