Home
last modified time | relevance | path

Searched refs:childRef (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp75 auto childRef = Referenced::Claim<UINode>(childNode); in AppendChildInFrameNode() local
76 CHECK_NULL_RETURN(childRef, true); in AppendChildInFrameNode()
77 if (childRef->GetParent() != nullptr && childRef->GetParent() != currentNode) { in AppendChildInFrameNode()
80 currentNode->AddChild(childRef); in AppendChildInFrameNode()
H A Drender_node_modifier.cpp78 auto childRef = Referenced::Claim<UINode>(childNode); in AppendChild() local
79 currentNode->AddChild(childRef); in AppendChild()