Searched refs:childNativeNode (Results 1 – 2 of 2) sorted by relevance
268 auto childNativeNode = nodePtr(secondArg->ToNativePointer(vm)->Value()); in AppendChild() local269 GetArkUINodeModifiers()->getRenderNodeModifier()->appendChild(nativeNode, childNativeNode); in AppendChild()296 auto childNativeNode = nodePtr(secondArg->ToNativePointer(vm)->Value()); in RemoveChild() local297 GetArkUINodeModifiers()->getRenderNodeModifier()->removeChild(nativeNode, childNativeNode); in RemoveChild()
365 auto childNativeNode = nodePtr(secondArg->ToNativePointer(vm)->Value()); in AppendChild() local366 …result = GetArkUINodeModifiers()->getFrameNodeModifier()->appendChild(nativeNode, childNativeNode); in AppendChild()393 auto childNativeNode = nodePtr(secondArg->ToNativePointer(vm)->Value()); in RemoveChild() local394 GetArkUINodeModifiers()->getFrameNodeModifier()->removeChild(nativeNode, childNativeNode); in RemoveChild()