Home
last modified time | relevance | path

Searched refs:objectArray (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.cpp73 SerializeableObjectArray objectArray; in DumpUITree() local
76 DumpTreeInner(uiNode, objectArray, 1); in DumpUITree()
81 return objectArray; in DumpUITree()
277 void DistributedUI::DumpDirtyRenderNodes(SerializeableObjectArray& objectArray) in DumpDirtyRenderNodes() argument
290 objectArray.push_back(std::move(nodeObject)); in DumpDirtyRenderNodes()
295 void DistributedUI::DumpDirtyLayoutNodes(SerializeableObjectArray& objectArray) in DumpDirtyLayoutNodes() argument
308 objectArray.push_back(std::move(nodeObject)); in DumpDirtyLayoutNodes()
313 void DistributedUI::DumpNewNodes(SerializeableObjectArray& objectArray) in DumpNewNodes() argument
323 objectArray.push_back(std::move(nodeObject)); in DumpNewNodes()
327 void DistributedUI::DumpDelNodes(SerializeableObjectArray& objectArray) in DumpDelNodes() argument
343 SerializeableObjectArray objectArray; DumpUpdate() local
435 DumpTreeInner(const RefPtr<NG::UINode>& node, SerializeableObjectArray& objectArray, int depth) DumpTreeInner() argument
[all...]
H A Ddistributed_ui.h91 void DumpDirtyRenderNodes(SerializeableObjectArray& objectArray);
92 void DumpDirtyLayoutNodes(SerializeableObjectArray& objectArray);
93 void DumpNewNodes(SerializeableObjectArray& objectArray);
94 void DumpDelNodes(SerializeableObjectArray& objectArray);
106 void DumpTreeInner(const RefPtr<NG::UINode>& node, SerializeableObjectArray& objectArray, int depth);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_executor.cpp159 nlohmann::json objectArray = nlohmann::json::array(); in MapArgs() local
168 objectArray.push_back(object); in MapArgs()
173 argsMap.emplace("compiler-external-pkg-info", objectArray.dump()); in MapArgs()

Completed in 6 milliseconds