Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_drag_drawing_test.cpp124 void OnDragEndMessage(const DragNotifyMsg &msg) override in OnDragEndMessage()
139 std::function<void(const DragNotifyMsg&)> function_;
184 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anone809606d0202()
226 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anone809606d0302()
271 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anone809606d0402()
316 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anone809606d0502()
355 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anone809606d0602()
393 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anone809606d0702()
426 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anone809606d0802()
458 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anone809606d0902()
[all …]
H A Dinteraction_manager_test.cpp248 void OnDragEndMessage(const DragNotifyMsg &msg) override in OnDragEndMessage()
263 std::function<void(const DragNotifyMsg&)> function_;
1708 auto callback = [&promise](const DragNotifyMsg& notifyMessage) { in __anoncd0ad39f1b02()
1887 auto callback = [&promiseFlag](const DragNotifyMsg& notifyMessage) { in __anoncd0ad39f1f02()
1931 auto callback = [&promiseFlag](const DragNotifyMsg& notifyMessage) { in __anoncd0ad39f2002()
1967 auto callback = [&promiseFlag](const DragNotifyMsg& notifyMessage) { in __anoncd0ad39f2102()
2018 auto callback = [&promiseFlag](const DragNotifyMsg& notifyMessage) { in __anoncd0ad39f2202()
2150 auto callback = [&promiseFlag](const DragNotifyMsg& notifyMessage) { in __anoncd0ad39f2402()
2185 auto callback = [&promiseFlag](const DragNotifyMsg& notifyMessage) { in __anoncd0ad39f2502()
2285 auto callback = [&promiseFlag](const DragNotifyMsg& notifyMessage) { in __anoncd0ad39f2702()
[all …]
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/
H A Dstart_drag_listener_impl.h23 using DragEndingCallback = std::function<void(const OHOS::Msdp::DeviceStatus::DragNotifyMsg&)>;
31 void OnDragEndMessage(const OHOS::Msdp::DeviceStatus::DragNotifyMsg &msg) override in OnDragEndMessage()
H A Dinteraction_impl.cpp64 std::function<void(const OHOS::Ace::DragNotifyMsg&)> callback) in StartDrag()
66 std::function<void(const Msdp::DeviceStatus::DragNotifyMsg&)> callbackCore in StartDrag()
67 = [=](const Msdp::DeviceStatus::DragNotifyMsg& dragNotifyMsg) { in StartDrag()
68 …OHOS::Ace::DragNotifyMsg msg { dragNotifyMsg.displayX, dragNotifyMsg.displayY, dragNotifyMsg.targe… in StartDrag()
H A Dinteraction_impl.h35 std::function<void(const OHOS::Ace::DragNotifyMsg&)> callback) override;
/ohos5.0/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_manager_test.cpp136 void OnDragEndMessage(const DragNotifyMsg &msg) override in OnDragEndMessage()
151 std::function<void(const DragNotifyMsg&)> function_;
264 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anoneac400010202()
288 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anoneac400010302()
312 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anoneac400010402()
467 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anoneac400010502()
501 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anoneac400010602()
531 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anoneac400010702()
563 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anoneac400010802()
604 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anoneac400010902()
[all …]
H A Ddrag_server_test.cpp253 …explicit TestStartDragListener(std::function<void(const DragNotifyMsg&)> function) : function_(fun… in TestStartDragListener()
254 void OnDragEndMessage(const DragNotifyMsg &msg) override in OnDragEndMessage()
269 std::function<void(const DragNotifyMsg&)> function_;
1449 auto dragEndHandler = [](const DragNotifyMsg& msg) { in __anon3f8f639d0302()
/ohos5.0/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Di_start_drag_listener.h28 virtual void OnDragEndMessage(const DragNotifyMsg &msg) = 0;
H A Ddrag_data.h134 struct DragNotifyMsg { struct
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_func_wrapper.cpp41 using DragNotifyMsg = OHOS::Ace::DragNotifyMsg; typedef
42 using OnDragCallback = std::function<void(const DragNotifyMsg&)>;
185 const OHOS::Ace::DragNotifyMsg& dragNotifyMsg, const DragAdapterStatus& dragStatus) in HandleCallback()
255 OnDragCallback callback = [dragAction, manager](const OHOS::Ace::DragNotifyMsg& dragNotifyMsg) { in StartDragAction()
269 HandleCallback(dragAction, DragNotifyMsg {}, DragAdapterStatus::STARTED); in StartDragAction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H A Dinternal_drag_action.h63 std::function<void(const OHOS::Ace::DragNotifyMsg& info, int32_t status)> callback;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/interaction/
H A Dinteraction_interface.h36 std::function<void(const OHOS::Ace::DragNotifyMsg&)> callback) = 0;
H A Dinteraction_data.h62 struct DragNotifyMsg { struct
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/msdp/
H A Dinteraction_impl.h34 std::function<void(const OHOS::Ace::DragNotifyMsg&)> callback) override;
H A Dinteraction_impl.cpp42 std::function<void(const OHOS::Ace::DragNotifyMsg&)> callback) in StartDrag()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_interaction_interface.h37 std::function<void(const OHOS::Ace::DragNotifyMsg&)> callback), (override));
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp70 using DragNotifyMsg = Msdp::DeviceStatus::DragNotifyMsg; typedef
72 using OnDragCallback = std::function<void(const DragNotifyMsg&)>;
493 void GetCallBackDataForJs(DragControllerAsyncCtx* asyncCtx, const DragNotifyMsg& dragNotifyMsg, in GetCallBackDataForJs()
573 void HandleSuccess(DragControllerAsyncCtx* asyncCtx, const DragNotifyMsg& dragNotifyMsg, in HandleSuccess()
632 void HandleDragEnd(DragControllerAsyncCtx* asyncCtx, const DragNotifyMsg& dragNotifyMsg) in HandleDragEnd()
781 OnDragCallback callback = [asyncCtx](const DragNotifyMsg& dragNotifyMsg) { in StartDragService()
797 HandleSuccess(asyncCtx, DragNotifyMsg {}, DragStatus::STARTED); in StartDragService()
926 OnDragCallback callback = [asyncCtx](const DragNotifyMsg& dragNotifyMsg) { in OnComplete()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Ddrag_adapter_impl.cpp74 … instanceId = dragAction->instanceId](const DragNotifyMsg& dragNotifyMsg, int32_t status) { in StartDrag()
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/src/
H A Dintention_service_test.cpp216 …explicit TestStartDragListener(std::function<void(const DragNotifyMsg&)> function) : function_(fun… in TestStartDragListener()
217 void OnDragEndMessage(const DragNotifyMsg &msg) override in OnDragEndMessage()
232 std::function<void(const DragNotifyMsg&)> function_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h40 struct DragNotifyMsg;
155 using DragNotifyMsgCore = OHOS::Ace::DragNotifyMsg;
/ohos5.0/base/msdp/device_status/frameworks/native/interaction/src/
H A Ddrag_manager_impl.cpp77 DragNotifyMsg notifyMsg; in OnNotifyResult()
/ohos5.0/foundation/multimodalinput/input/intention/drag/client/src/
H A Ddrag_client.cpp461 DragNotifyMsg notifyMsg; in OnNotifyResult()
/ohos5.0/base/msdp/device_status/intention/drag/client/src/
H A Ddrag_client.cpp440 DragNotifyMsg notifyMsg; in OnNotifyResult()