Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dnative_interface_xcomponent_impl.h403 attachNativeNodeCallback_ = attach; in registerNativeNodeCallbacks()
414 CHECK_NULL_VOID(attachNativeNodeCallback_); in AttachContainer()
415 attachNativeNodeCallback_(container_, root); in AttachContainer()
472 NativeNode_Callback attachNativeNodeCallback_ = nullptr; variable