Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_hub.cpp260 void EventHub::FireOnDrop(const RefPtr<OHOS::Ace::DragEvent>& info, const std::string& extraParams) in FireOnDrop() function in OHOS::Ace::NG::EventHub
283 FireOnDrop(info, extraParams); in HandleInternalOnDrop()
H A Devent_hub.h344 void FireOnDrop(const RefPtr<OHOS::Ace::DragEvent>& info, const std::string& extraParams);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_drag_test_ng.cpp207 eventHub->FireOnDrop(event, "");
H A Drich_editor_test_ng.cpp4076 eventHub->FireOnDrop(event, "");
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor_drag/
H A Drich_editor_drag_test_ng.cpp207 eventHub->FireOnDrop(event, "");
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_hub_test_ng.cpp1262 eventHub->FireOnDrop(dragEvent, DRAG_ENTER_EVENT_TYPE);