Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.cpp80 SerializeableObjectArray objectArray; in DumpUITree() local
284 void DistributedUI::DumpDirtyRenderNodes(SerializeableObjectArray& objectArray) in DumpDirtyRenderNodes()
302 void DistributedUI::DumpDirtyLayoutNodes(SerializeableObjectArray& objectArray) in DumpDirtyLayoutNodes()
320 void DistributedUI::DumpNewNodes(SerializeableObjectArray& objectArray) in DumpNewNodes()
334 void DistributedUI::DumpDelNodes(SerializeableObjectArray& objectArray) in DumpDelNodes()
350 SerializeableObjectArray objectArray; in DumpUpdate() local
442 …tributedUI::DumpTreeInner(const RefPtr<NG::UINode>& node, SerializeableObjectArray& objectArray, i… in DumpTreeInner()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_executor.cpp159 nlohmann::json objectArray = nlohmann::json::array(); in MapArgs() local