Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/
H A Dinteraction_impl.h37 int32_t UpdateDragStyle(DragCursorStyleCore style, const int32_t eventId = -1) override;
H A Dinteraction_impl.cpp86 int32_t InteractionImpl::UpdateDragStyle(OHOS::Ace::DragCursorStyleCore style, const int32_t eventId) in UpdateDragStyle() function in OHOS::Ace::InteractionImpl
88 return InteractionManager::GetInstance()->UpdateDragStyle(TranslateDragCursorStyle(style), eventId); in UpdateDragStyle()
/foundation/arkui/ace_engine/frameworks/core/common/interaction/
H A Dinteraction_interface.h38 virtual int32_t UpdateDragStyle(DragCursorStyleCore style, const int32_t eventId = -1) = 0;
/foundation/arkui/ace_engine/adapter/preview/entrance/msdp/
H A Dinteraction_impl.h36 int32_t UpdateDragStyle(DragCursorStyleCore style, const int32_t eventId = -1) override;
H A Dinteraction_impl.cpp47 int32_t InteractionImpl::UpdateDragStyle(OHOS::Ace::DragCursorStyleCore style, const int32_t eventId) in UpdateDragStyle() function in OHOS::Ace::InteractionImpl
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_interaction_interface.h36 MOCK_METHOD(int32_t, UpdateDragStyle, (DragCursorStyleCore style, const int32_t eventId), (override));
/foundation/multimodalinput/input/intention/drag/server/src/
H A Ddrag_server.cpp120 return UpdateDragStyle(context, data, reply); in SetParam()
226 int32_t DragServer::UpdateDragStyle(CallingContext &context, MessageParcel &data, MessageParcel &reply) in UpdateDragStyle() function in OHOS::Msdp::DeviceStatus::DragServer
234 FI_HILOGI("UpdateDragStyle(%{public}d)", static_cast<int32_t>(param.cursorStyle_)); in UpdateDragStyle()
235 return env_->GetDragManager().UpdateDragStyle(param.cursorStyle_, context.pid, context.tokenId); in UpdateDragStyle()
/foundation/multimodalinput/input/intention/drag/client/include/
H A Ddrag_client.h46 int32_t UpdateDragStyle(ITunnelClient &tunnel, DragCursorStyle style);
/foundation/multimodalinput/input/intention/prototype/include/
H A Di_drag_manager.h61 virtual int32_t UpdateDragStyle(DragCursorStyle style, int32_t targetPid, int32_t targetTid) = 0;
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp392 UpdateDragStyle(DragCursorStyleCore::MOVE, eventId); in UpdateDragAllowDrop()
403 UpdateDragStyle(DragCursorStyleCore::MOVE, eventId); in UpdateDragAllowDrop()
414 UpdateDragStyle(DragCursorStyleCore::MOVE, eventId); in UpdateDragAllowDrop()
416 UpdateDragStyle(DragCursorStyleCore::COPY, eventId); in UpdateDragAllowDrop()
421 UpdateDragStyle(DragCursorStyleCore::MOVE, eventId); in UpdateDragAllowDrop()
425 UpdateDragStyle(DragCursorStyleCore::COPY, eventId); in UpdateDragAllowDrop()
429 UpdateDragStyle(DragCursorStyleCore::COPY, eventId); in UpdateDragAllowDrop()
435 void DragDropManager::UpdateDragStyle(const DragCursorStyleCore& dragStyle, int32_t eventId) in UpdateDragStyle() function in OHOS::Ace::NG::DragDropManager
441 auto ret = InteractionInterface::GetInstance()->UpdateDragStyle(dragStyle, eventId); in UpdateDragStyle()
755 UpdateDragStyle(DragCursorStyleCor in OnDragMove()
[all...]
H A Ddrag_drop_manager.h136 void UpdateDragStyle(
/foundation/multimodalinput/input/intention/frameworks/client/include/
H A Dintention_manager.h59 int32_t UpdateDragStyle(DragCursorStyle style);
/foundation/multimodalinput/input/intention/drag/server/include/
H A Ddrag_server.h46 int32_t UpdateDragStyle(CallingContext &context, MessageParcel &data, MessageParcel &reply);
/foundation/multimodalinput/input/intention/frameworks/client/src/
H A Dintention_manager.cpp267 int32_t IntentionManager::UpdateDragStyle(DragCursorStyle style) in UpdateDragStyle() function in OHOS::Msdp::DeviceStatus::IntentionManager
270 return drag_.UpdateDragStyle(*tunnel_, style); in UpdateDragStyle()
/foundation/multimodalinput/input/intention/drag/client/src/
H A Ddrag_client.cpp189 int32_t DragClient::UpdateDragStyle(ITunnelClient &tunnel, DragCursorStyle style) in UpdateDragStyle() function in OHOS::Msdp::DeviceStatus::DragClient

Completed in 11 milliseconds