Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dinput_event.cpp56 auto userJSFrameNodeCallback = actuator->userJSFrameNodeCallback_; in OnCollectMouseEvent() local
57 if (userJSFrameNodeCallback) { in OnCollectMouseEvent()
58 (*userJSFrameNodeCallback)(info); in OnCollectMouseEvent()
88 auto userJSFrameNodeCallback = actuator->userJSFrameNodeCallback_; in OnCollectHoverEvent() local
89 if (userJSFrameNodeCallback) { in OnCollectHoverEvent()
90 (*userJSFrameNodeCallback)(info, hoverInfo); in OnCollectHoverEvent()