Searched defs:dragNotifyMsg (Results 1 – 4 of 4) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| D | drag_adapter_impl.cpp | 67 … 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/ |
| D | interaction_impl.cpp | 64 = [=](const Msdp::DeviceStatus::DragNotifyMsg& dragNotifyMsg) { in StartDrag() 173 = [dragOutCallback](Msdp::CoordinationMessage dragNotifyMsg) { in RegisterCoordinationListener()
|
| /foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/ |
| D | js_drag_controller.cpp | 530 …<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/ |
| D | drag_drop_func_wrapper.cpp | 209 const OHOS::Ace::DragNotifyMsg& dragNotifyMsg, const DragAdapterStatus& dragStatus) in HandleCallback() 280 OnDragCallback callback = [dragAction, manager](const OHOS::Ace::DragNotifyMsg& dragNotifyMsg) { in StartDragAction()
|