Home
last modified time | relevance | path

Searched refs:dropResult (Results 1 - 9 of 9) sorted by relevance

/foundation/multimodalinput/input/intention/drag/client/include/
H A Ddrag_client.h40 int32_t StopDrag(ITunnelClient &tunnel, const DragDropResult &dropResult);
/foundation/multimodalinput/input/intention/prototype/include/
H A Di_drag_manager.h44 virtual int32_t StopDrag(const DragDropResult &dropResult, const std::string &packageName = "") = 0;
/foundation/multimodalinput/input/intention/drag/data/src/
H A Ddrag_params.cpp55 StopDragParam::StopDragParam(const DragDropResult &dropResult) in StopDragParam() argument
56 : dropResult_(dropResult) in StopDragParam()
/foundation/multimodalinput/input/intention/frameworks/client/include/
H A Dintention_manager.h61 int32_t StopDrag(const DragDropResult &dropResult);
/foundation/multimodalinput/input/intention/frameworks/client/src/
H A Dintention_manager.cpp280 int32_t IntentionManager::StopDrag(const DragDropResult &dropResult) in StopDrag() argument
283 return drag_.StopDrag(*tunnel_, dropResult); in StopDrag()
/foundation/multimodalinput/input/intention/drag/data/include/
H A Ddrag_params.h75 explicit StopDragParam(const DragDropResult &dropResult);
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_func_wrapper.cpp91 OHOS::Ace::DragDropRet dropResult { OHOS::Ace::DragRet::DRAG_CANCEL, false, windowId, in PostStopDrag()
93 InteractionInterface::GetInstance()->StopDrag(dropResult); in PostStopDrag()
/foundation/multimodalinput/input/intention/drag/client/src/
H A Ddrag_client.cpp70 int32_t DragClient::StopDrag(ITunnelClient &tunnel, const DragDropResult &dropResult) in StopDrag() argument
73 StopDragParam param { dropResult }; in StopDrag()
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp1579 Msdp::DeviceStatus::DragDropResult dropResult { Msdp::DeviceStatus::DragResult::DRAG_CANCEL, false, in HandleStopDragCallback()
1581 Msdp::DeviceStatus::InteractionManager::GetInstance()->StopDrag(dropResult); in HandleStopDragCallback()

Completed in 9 milliseconds