Home
last modified time | relevance | path

Searched defs:dragNotifyMsg (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Ddrag_adapter_impl.cpp67 … instanceId = dragAction->instanceId](const DragNotifyMsg& dragNotifyMsg, int32_t status) { in StartDrag()
95 DragNotifyMsg dragNotifyMsg; in StartDrag() local
/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/
Dinteraction_impl.cpp64 = [=](const Msdp::DeviceStatus::DragNotifyMsg& dragNotifyMsg) { in StartDrag()
173 = [dragOutCallback](Msdp::CoordinationMessage dragNotifyMsg) { in RegisterCoordinationListener()
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
Djs_drag_controller.cpp530 …<DragControllerAsyncCtx> asyncCtx, const napi_value& eventNapi, const DragNotifyMsg& dragNotifyMsg) in SetDragEventForJs()
553 …BackDataForJs(std::shared_ptr<DragControllerAsyncCtx> asyncCtx, const DragNotifyMsg& dragNotifyMsg, in GetCallBackDataForJs()
623 …HandleSuccess(std::shared_ptr<DragControllerAsyncCtx> asyncCtx, const DragNotifyMsg& dragNotifyMsg, in HandleSuccess()
687 …HandleDragEnd(std::shared_ptr<DragControllerAsyncCtx> asyncCtx, const DragNotifyMsg& dragNotifyMsg) in HandleDragEnd()
913 DragNotifyMsg dragNotifyMsg = DragNotifyMsg(); in StartDrag() local
1027 OnDragCallback callback = [asyncCtx](const DragNotifyMsg& dragNotifyMsg) { in StartDragService()
1212 OnDragCallback callback = [asyncCtx](const DragNotifyMsg& dragNotifyMsg) { in TryToStartDrag()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
Ddrag_drop_func_wrapper.cpp209 const OHOS::Ace::DragNotifyMsg& dragNotifyMsg, const DragAdapterStatus& dragStatus) in HandleCallback()
280 OnDragCallback callback = [dragAction, manager](const OHOS::Ace::DragNotifyMsg& dragNotifyMsg) { in StartDragAction()