Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.cpp83 DumpTreeInner(uiNode, objectArray, 1); in DumpUITree()
442 void DistributedUI::DumpTreeInner(const RefPtr<NG::UINode>& node, SerializeableObjectArray& objectA… in DumpTreeInner() function in OHOS::Ace::NG::DistributedUI
451 DumpTreeInner(uiNode, objectArray, depth + 1); in DumpTreeInner()
H A Ddistributed_ui.h106 …void DumpTreeInner(const RefPtr<NG::UINode>& node, SerializeableObjectArray& objectArray, int dept…