Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp889 void UINode::DumpSimplifyTree(int32_t depth, std::unique_ptr<JsonValue>& current) in DumpSimplifyTree() function in OHOS::Ace::NG::UINode
902 item->DumpSimplifyTree(depth + 1, child); in DumpSimplifyTree()
909 item->DumpSimplifyTree(depth + 1, child); in DumpSimplifyTree()
918 frameNode->GetOverlayNode()->DumpSimplifyTree(depth + 1, overlay); in DumpSimplifyTree()
H A Dui_node.h201 void DumpSimplifyTree(int32_t depth, std::unique_ptr<JsonValue>& current);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp2861 rootNode_->DumpSimplifyTree(0, root); in OnDumpInfo()