Searched refs:nodeObject (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/ |
H A D | node_object_test.cpp | 40 auto nodeObject = NodeObject::Create(); variable 54 nodeObject->Put(nullptr, nullptr); 55 nodeObject->Put(nullptr, doubleValue); 56 nodeObject->Put(nullptr, sizeValue); 57 nodeObject->Put(nullptr, int32Value); 58 nodeObject->Put(nullptr, int64Value); 59 nodeObject->Put(nullptr, boolValue); 72 EXPECT_EQ(nodeObject->GetInt("", 0), 0); 93 auto nodeObject = NodeObject::Create(); variable 101 bool ret = nodeObject->Put(key, value); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | distributed_ui.cpp | 294 auto nodeObject = NodeObject::Create(); in DumpDirtyRenderNodes() local 312 auto nodeObject = NodeObject::Create(); in DumpDirtyLayoutNodes() local 327 auto nodeObject = NodeObject::Create(); in DumpNewNodes() local 329 AddNodeHash(nodeId, nodeObject->Hash()); in DumpNewNodes() 337 auto nodeObject = NodeObject::Create(); in DumpDelNodes() local 433 nodeObject->Put(DISTRIBUTE_UI_DEPTH, depth); in DumpNode() 444 auto nodeObject = NodeObject::Create(); in DumpTreeInner() local 447 objectArray.push_back(std::move(nodeObject)); in DumpTreeInner() 611 auto uiNode = RestoreNode(nodeObject); in AddNode() 651 for (const auto& nodeObject : nodeArray) { in UpdateUITreeInner() local [all …]
|
H A D | distributed_ui.h | 105 …st RefPtr<NG::UINode>& node, int depth, OperationType op, std::unique_ptr<NodeObject>& nodeObject); 107 RefPtr<UINode> RestoreNode(const std::unique_ptr<NodeObject>& nodeObject); 108 …hToTree(RefPtr<UINode> root, RefPtr<UINode> uiNode, const std::unique_ptr<NodeObject>& nodeObject); 109 void AddNode(const std::unique_ptr<NodeObject>& nodeObject, RefPtr<FrameNode> pageRootNode); 110 void ModNode(const std::unique_ptr<NodeObject>& nodeObject); 111 void DelNode(const std::unique_ptr<NodeObject>& nodeObject);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | distributed_ui_test_ng.cpp | 348 auto nodeObject = std::make_unique<OHOS::Ace::NodeObject>(); variable 357 nodeObject->Put(DISTRIBUTE_UI_DEPTH, 1); 378 auto nodeObject = std::make_unique<OHOS::Ace::NodeObject>(); variable 379 nodeObject->Put(DISTRIBUTE_UI_ID, childNodeId); 385 distributedUI.DelNode(nodeObject); 389 distributedUI.DelNode(nodeObject); 392 distributedUI.DelNode(nodeObject); 412 auto nodeObject = std::make_unique<OHOS::Ace::NodeObject>(); variable 413 nodeObject->Put(DISTRIBUTE_UI_ID, childNodeId); 422 distributedUI.ModNode(nodeObject); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | serializeable_object.cpp | 40 auto nodeObject = entry(); in CreateNodeObjectInner() local 41 return nodeObject; in CreateNodeObjectInner()
|
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | text_gen.h | 117 uint32_t TemplateVariableGen(const std::shared_ptr<AstObject> &nodeObject);
|
H A D | text_gen.cpp | 694 uint32_t TextGen::TemplateVariableGen(const std::shared_ptr<AstObject> &nodeObject) in TemplateVariableGen() argument 696 auto child = nodeObject->Child(); in TemplateVariableGen()
|