Searched refs:DumpSimplifyTree (Results 1 – 3 of 3) sorted by relevance
889 void UINode::DumpSimplifyTree(int32_t depth, std::unique_ptr<JsonValue>& current) in DumpSimplifyTree() function in OHOS::Ace::NG::UINode902 item->DumpSimplifyTree(depth + 1, child); in DumpSimplifyTree()909 item->DumpSimplifyTree(depth + 1, child); in DumpSimplifyTree()918 frameNode->GetOverlayNode()->DumpSimplifyTree(depth + 1, overlay); in DumpSimplifyTree()
201 void DumpSimplifyTree(int32_t depth, std::unique_ptr<JsonValue>& current);
2861 rootNode_->DumpSimplifyTree(0, root); in OnDumpInfo()