Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.h319 …void SetDragResult(const DragNotifyMsgCore& notifyMessage, const RefPtr<OHOS::Ace::DragEvent>& dra…
320 …void SetDragBehavior(const DragNotifyMsgCore& notifyMessage, const RefPtr<OHOS::Ace::DragEvent>& d…
H A Ddrag_drop_manager.cpp1914 const DragNotifyMsgCore& notifyMessage, const RefPtr<OHOS::Ace::DragEvent>& dragEvent) in SetDragResult()
1935 const DragNotifyMsgCore& notifyMessage, const RefPtr<OHOS::Ace::DragEvent>& dragEvent) in SetDragBehavior()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h155 using DragNotifyMsgCore = OHOS::Ace::DragNotifyMsg; variable
156 using OnDragCallbackCore = std::function<void(const DragNotifyMsgCore&)>;
H A Dgesture_event_hub.cpp1627 auto ret = [](const DragNotifyMsgCore& notifyMessage) {}; in GetDragCallback()
1639 const DragNotifyMsgCore& notifyMessage) { in GetDragCallback()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_ng_property_config.cpp1784 DragNotifyMsgCore notifyMessage;