Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_adapter_impl.h181 attachToNodeFunc_ = func; in SetOnAttachToNodeFunc()
225 std::function<void(ArkUINodeHandle)> attachToNodeFunc_; variable
H A Dnode_adapter_impl.cpp178 if (attachToNodeFunc_) { in OnEventReceived()
179 attachToNodeFunc_(event->handle); in OnEventReceived()