Home
last modified time | relevance | path

Searched refs:GetDragManager (Results 1 - 10 of 10) sorted by relevance

/foundation/multimodalinput/input/intention/drag/server/src/
H A Ddrag_server.cpp58 return env_->GetDragManager().StartDrag(dragData, context.pid); in Start()
71 return env_->GetDragManager().StopDrag(param.dropResult_, GetPackageName(context.tokenId)); in Stop()
80 return env_->GetDragManager().AddListener(context.pid); in AddWatch()
84 return env_->GetDragManager().AddSubscriptListener(context.pid); in AddWatch()
99 return env_->GetDragManager().RemoveListener(context.pid); in RemoveWatch()
103 return env_->GetDragManager().RemoveSubscriptListener(context.pid); in RemoveWatch()
193 return env_->GetDragManager().AddPrivilege(context.tokenId); in Control()
205 return env_->GetDragManager().EraseMouseIcon(); in Control()
223 return env_->GetDragManager().OnSetDragWindowVisible(param.visible_, param.isForce_); in SetDragWindowVisible()
235 return env_->GetDragManager() in UpdateDragStyle()
[all...]
/foundation/multimodalinput/input/intention/prototype/include/
H A Di_context.h44 virtual IDragManager& GetDragManager() = 0;
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_interceptor.cpp101 if (env_->GetDragManager().GetCooperatePriv() & MOTION_DRAG_PRIV) { in OnPointerEvent()
103 env_->GetDragManager().SetAllowStartDrag(false); in OnPointerEvent()
H A Dinput_event_builder.cpp222 auto dragState = env_->GetDragManager().GetDragState(); in ResetPressedEvents()
/foundation/multimodalinput/input/intention/cooperate/test/src/
H A Dtest_context.cpp155 IDragManager& TestContext::GetDragManager() in GetDragManager() function in OHOS::Msdp::DeviceStatus::TestContext
/foundation/multimodalinput/input/intention/cooperate/test/include/
H A Dtest_context.h80 IDragManager& GetDragManager() override;
/foundation/multimodalinput/input/intention/services/test/unittest/include/
H A Ddevice_manager_test.h65 IDragManager& GetDragManager() override;
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_free.cpp84 env_->GetDragManager().SetCooperatePriv(priv); in OnSetCooperatePriv()
H A Dcooperate_out.cpp73 env_->GetDragManager().SetCooperatePriv(priv); in OnSetCooperatePriv()
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_manager_test.cpp68 IDragManager& ContextService::GetDragManager() in GetDragManager() function in OHOS::Msdp::DeviceStatus::ContextService

Completed in 5 milliseconds