Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
H A Ddump_handler.cpp56 static void DFSMarshalWidget(std::vector<Widget> &allWidget, int index, nlohmann::json &dom, in DFSMarshalWidget() argument
60 allWidget.at(index).WrapperWidgetToJson(attrData); in DFSMarshalWidget()
65 auto hierarchy = allWidget.at(index).GetHierarchy(); in DFSMarshalWidget()
76 if (!allWidget.at(childWidIndex).IsVisible()) { in DFSMarshalWidget()
83 DFSMarshalWidget(allWidget, childWidIndex, childData, cache); in DFSMarshalWidget()
131 void DumpHandler::DumpWindowInfoToJson(vector<Widget> &allWidget, nlohmann::json &root) in DumpWindowInfoToJson() argument
134 for (size_t i = 0; i < allWidget.size(); ++i) { in DumpWindowInfoToJson()
135 const Widget &wid = allWidget.at(i); in DumpWindowInfoToJson()
148 DFSMarshalWidget(allWidget, 0, root, cache); in DumpWindowInfoToJson()
H A Dui_model.h321 static void DumpWindowInfoToJson(vector<Widget> &allWidget, nlohmann::json &root);

Completed in 2 milliseconds