Home
last modified time | relevance | path

Searched defs:objectArray (Results 1 – 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Ddistributed_ui.cpp85 SerializeableObjectArray objectArray; in DumpUITree() local
345 void DistributedUI::DumpDirtyRenderNodes(SerializeableObjectArray& objectArray) in DumpDirtyRenderNodes()
365 void DistributedUI::DumpDirtyLayoutNodes(SerializeableObjectArray& objectArray) in DumpDirtyLayoutNodes()
385 void DistributedUI::DumpNewNodes(SerializeableObjectArray& objectArray) in DumpNewNodes()
404 void DistributedUI::DumpDelNodes(SerializeableObjectArray& objectArray) in DumpDelNodes()
424 SerializeableObjectArray objectArray; in DumpUpdate() local
526 …tributedUI::DumpTreeInner(const RefPtr<NG::UINode>& node, SerializeableObjectArray& objectArray, i… in DumpTreeInner()