Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
Ddump_handler.cpp40 static void DFSMarshalWidget(std::vector<Widget> &allWidget, int index, nlohmann::json &dom, in DFSMarshalWidget() argument
44 allWidget.at(index).WrapperWidgetToJson(attrData); in DFSMarshalWidget()
49 auto hierarchy = allWidget.at(index).GetHierarchy(); in DFSMarshalWidget()
60 if (!allWidget.at(childWidIndex).IsVisible()) { in DFSMarshalWidget()
65 … DFSMarshalWidget(allWidget, childWidIndex, childData, widgetChildCountMap, visitWidgetMap); in DFSMarshalWidget()
113 void DumpHandler::DumpWindowInfoToJson(vector<Widget> &allWidget, nlohmann::json &root) in DumpWindowInfoToJson() argument
117 for (int i = 0; i < allWidget.size(); ++i) { in DumpWindowInfoToJson()
118 const Widget &wid = allWidget.at(i); in DumpWindowInfoToJson()
128 DFSMarshalWidget(allWidget, 0, root, widgetCountMap, visitWidgetMap); in DumpWindowInfoToJson()
Dui_model.h310 static void DumpWindowInfoToJson(vector<Widget> &allWidget, nlohmann::json &root);