Home
last modified time | relevance | path

Searched refs:UpdateDragStyle (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_drag_drawing_test.cpp197 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::COPY);
203 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::MOVE);
239 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::COPY);
245 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::MOVE);
251 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::MOVE);
284 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::COPY);
290 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::MOVE);
326 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::COPY);
335 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::MOVE);
373 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::COPY);
[all …]
/ohos5.0/base/msdp/device_status/frameworks/native/interaction/src/
H A Dinteraction_manager.cpp98 int32_t InteractionManager::UpdateDragStyle(DragCursorStyle style, int32_t eventId) in UpdateDragStyle() function in OHOS::Msdp::DeviceStatus::InteractionManager
100 return INTER_MGR_IMPL.UpdateDragStyle(style, eventId); in UpdateDragStyle()
H A Ddrag_manager_impl.cpp30 int32_t DragManagerImpl::UpdateDragStyle(DragCursorStyle style) in UpdateDragStyle() function in OHOS::Msdp::DeviceStatus::DragManagerImpl
38 return DeviceStatusClient::GetInstance().UpdateDragStyle(style); in UpdateDragStyle()
H A Dinteraction_manager_impl.cpp242 int32_t InteractionManagerImpl::UpdateDragStyle(DragCursorStyle style) in UpdateDragStyle() function in OHOS::Msdp::DeviceStatus::InteractionManagerImpl
245 return dragManagerImpl_.UpdateDragStyle(style); in UpdateDragStyle()
/ohos5.0/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;
/ohos5.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 eventI… in UpdateDragStyle() function in OHOS::Ace::InteractionImpl
/ohos5.0/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.cpp90 int32_t InteractionImpl::UpdateDragStyle(OHOS::Ace::DragCursorStyleCore style, const int32_t eventI… in UpdateDragStyle() function in OHOS::Ace::InteractionImpl
92 …return InteractionManager::GetInstance()->UpdateDragStyle(TranslateDragCursorStyle(style), eventId… in UpdateDragStyle()
/ohos5.0/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 &re… in UpdateDragStyle() function in OHOS::Msdp::DeviceStatus::DragServer
235 return env_->GetDragManager().UpdateDragStyle(param.cursorStyle_, context.pid, context.tokenId); in UpdateDragStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp355 UpdateDragStyle(DragCursorStyleCore::MOVE, eventId); in UpdateDragAllowDrop()
366 UpdateDragStyle(DragCursorStyleCore::MOVE, eventId); in UpdateDragAllowDrop()
378 UpdateDragStyle(DragCursorStyleCore::MOVE, eventId); in UpdateDragAllowDrop()
380 UpdateDragStyle(DragCursorStyleCore::COPY, eventId); in UpdateDragAllowDrop()
385 UpdateDragStyle(DragCursorStyleCore::MOVE, eventId); in UpdateDragAllowDrop()
389 UpdateDragStyle(DragCursorStyleCore::COPY, eventId); in UpdateDragAllowDrop()
393 UpdateDragStyle(DragCursorStyleCore::COPY, eventId); in UpdateDragAllowDrop()
716 UpdateDragStyle(DragCursorStyleCore::MOVE, pointerEvent.pointerEventId); in OnDragMove()
1172 UpdateDragStyle(DragCursorStyleCore::MOVE, pointerEvent.pointerEventId); in FireOnDragEvent()
1174 UpdateDragStyle(DragCursorStyleCore::COPY, pointerEvent.pointerEventId); in FireOnDragEvent()
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_interaction_interface.h39 …MOCK_METHOD(int32_t, UpdateDragStyle, (DragCursorStyleCore style, const int32_t eventId), (overrid…
/ohos5.0/base/msdp/device_status/frameworks/native/interaction/include/
H A Ddrag_manager_impl.h52 int32_t UpdateDragStyle(DragCursorStyle style);
H A Dinteraction_manager_impl.h49 int32_t UpdateDragStyle(DragCursorStyle style);
/ohos5.0/base/msdp/device_status/intention/drag/server/src/
H A Ddrag_server.cpp121 return UpdateDragStyle(context, data, reply); in SetParam()
260 int32_t DragServer::UpdateDragStyle(CallingContext &context, MessageParcel &data, MessageParcel &re… in UpdateDragStyle() function in OHOS::Msdp::DeviceStatus::DragServer
269 …return env_->GetDragManager().UpdateDragStyle(param.cursorStyle_, context.pid, context.tokenId, pa… in UpdateDragStyle()
/ohos5.0/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;
/ohos5.0/base/msdp/device_status/services/communication/base/
H A Di_devicestatus.h52 virtual int32_t UpdateDragStyle(DragCursorStyle style) = 0;
/ohos5.0/foundation/multimodalinput/input/intention/drag/client/include/
H A Ddrag_client.h46 int32_t UpdateDragStyle(ITunnelClient &tunnel, DragCursorStyle style);
/ohos5.0/base/msdp/device_status/intention/drag/client/include/
H A Ddrag_client.h46 int32_t UpdateDragStyle(ITunnelClient &tunnel, DragCursorStyle style, int32_t eventId = -1);
/ohos5.0/base/msdp/device_status/intention/prototype/include/
H A Di_drag_manager.h66 virtual int32_t UpdateDragStyle(
/ohos5.0/base/msdp/device_status/interfaces/innerkits/include/
H A Ddevicestatus_client.h60 int32_t UpdateDragStyle(DragCursorStyle style);
/ohos5.0/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()
/ohos5.0/base/msdp/device_status/intention/frameworks/client/src/
H A Dintention_manager.cpp274 int32_t IntentionManager::UpdateDragStyle(DragCursorStyle style, int32_t eventId) in UpdateDragStyle() function in OHOS::Msdp::DeviceStatus::IntentionManager
277 return drag_.UpdateDragStyle(*tunnel_, style, eventId); in UpdateDragStyle()
/ohos5.0/foundation/multimodalinput/input/intention/drag/server/include/
H A Ddrag_server.h46 int32_t UpdateDragStyle(CallingContext &context, MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Dinteraction_manager.h166 int32_t UpdateDragStyle(DragCursorStyle style, int32_t eventId = -1);

12