Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Dnode_object_test.cpp40 auto nodeObject = NodeObject::Create(); variable
93 auto nodeObject = NodeObject::Create(); variable
130 auto nodeObject = NodeObject::Create(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.cpp294 auto nodeObject = NodeObject::Create(); in DumpDirtyRenderNodes() local
312 auto nodeObject = NodeObject::Create(); in DumpDirtyLayoutNodes() local
327 auto nodeObject = NodeObject::Create(); in DumpNewNodes() local
337 auto nodeObject = NodeObject::Create(); in DumpDelNodes() local
444 auto nodeObject = NodeObject::Create(); in DumpTreeInner() local
455 RefPtr<UINode> DistributedUI::RestoreNode(const std::unique_ptr<NodeObject>& nodeObject) in RestoreNode()
593 RefPtr<UINode> root, RefPtr<UINode> uiNode, const std::unique_ptr<NodeObject>& nodeObject) in AttachToTree()
618 void DistributedUI::ModNode(const std::unique_ptr<NodeObject>& nodeObject) in ModNode()
630 void DistributedUI::DelNode(const std::unique_ptr<NodeObject>& nodeObject) in DelNode()
651 for (const auto& nodeObject : nodeArray) { in UpdateUITreeInner() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dserializeable_object.cpp40 auto nodeObject = entry(); in CreateNodeObjectInner() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Ddistributed_ui_test_ng.cpp348 auto nodeObject = std::make_unique<OHOS::Ace::NodeObject>(); variable
378 auto nodeObject = std::make_unique<OHOS::Ace::NodeObject>(); variable
412 auto nodeObject = std::make_unique<OHOS::Ace::NodeObject>(); variable
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dtext_gen.cpp694 uint32_t TextGen::TemplateVariableGen(const std::shared_ptr<AstObject> &nodeObject) in TemplateVariableGen()