Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp599 napi_value dragAndDropInfoValue; in HandleSuccess() local
600 GetCallBackDataForJs(asyncCtx, dragNotifyMsg, dragStatus, dragAndDropInfoValue); in HandleSuccess()
646 napi_value dragAndDropInfoValue; in HandleDragEnd() local
647 GetCallBackDataForJs(asyncCtx, dragNotifyMsg, DragStatus::ENDED, dragAndDropInfoValue); in HandleDragEnd()