Home
last modified time | relevance | path

Searched refs:StopDrag (Results 1 - 15 of 15) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/
H A Dinteraction_impl.h44 int32_t StopDrag(DragDropRet result) override;
H A Dinteraction_impl.cpp105 int32_t InteractionImpl::StopDrag(DragDropRet result) in StopDrag() function in OHOS::Ace::InteractionImpl
109 return InteractionManager::GetInstance()->StopDrag(dragDropResult); in StopDrag()
/foundation/arkui/ace_engine/frameworks/core/common/interaction/
H A Dinteraction_interface.h45 virtual int32_t StopDrag(DragDropRet result) = 0;
/foundation/arkui/ace_engine/adapter/preview/entrance/msdp/
H A Dinteraction_impl.h43 int32_t StopDrag(DragDropRet result) override;
H A Dinteraction_impl.cpp63 int32_t InteractionImpl::StopDrag(DragDropRet result) in StopDrag() function in OHOS::Ace::InteractionImpl
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_interaction_interface.h43 MOCK_METHOD(int32_t, StopDrag, (DragDropRet result), (override));
/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/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() function in OHOS::Msdp::DeviceStatus::IntentionManager
283 return drag_.StopDrag(*tunnel_, dropResult); in StopDrag()
/foundation/multimodalinput/input/intention/drag/server/src/
H A Ddrag_server.cpp71 return env_->GetDragManager().StopDrag(param.dropResult_, GetPackageName(context.tokenId)); in Stop()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_func_wrapper.cpp93 InteractionInterface::GetInstance()->StopDrag(dropResult); in PostStopDrag()
H A Ddrag_drop_manager.cpp768 InteractionInterface::GetInstance()->StopDrag(dragDropRet); in ResetDragDropStatus()
1051 InteractionInterface::GetInstance()->StopDrag(dragDropRet); in OnDragDrop()
/foundation/multimodalinput/input/intention/drag/client/src/
H A Ddrag_client.cpp70 int32_t DragClient::StopDrag(ITunnelClient &tunnel, const DragDropResult &dropResult) in StopDrag() function in OHOS::Msdp::DeviceStatus::DragClient
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp1581 Msdp::DeviceStatus::InteractionManager::GetInstance()->StopDrag(dropResult); in HandleStopDragCallback()

Completed in 13 milliseconds