Home
last modified time | relevance | path

Searched refs:SetDragWindowScreenId (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/base/msdp/device_status/frameworks/native/interaction/src/
H A Dinteraction_manager.cpp200 int32_t InteractionManager::SetDragWindowScreenId(uint64_t displayId, uint64_t screenId) in SetDragWindowScreenId() function in OHOS::Msdp::DeviceStatus::InteractionManager
202 return INTER_MGR_IMPL.SetDragWindowScreenId(displayId, screenId); in SetDragWindowScreenId()
/ohos5.0/foundation/multimodalinput/input/intention/drag/server/src/
H A Ddrag_server.cpp132 return SetDragWindowScreenId(context, data, reply); in SetParam()
294 int32_t DragServer::SetDragWindowScreenId(CallingContext &context, MessageParcel &data, MessageParc… in SetDragWindowScreenId() function in OHOS::Msdp::DeviceStatus::DragServer
302 env_->GetDragManager().SetDragWindowScreenId(param.displayId_, param.screenId_); in SetDragWindowScreenId()
/ohos5.0/base/msdp/device_status/intention/drag/server/src/
H A Ddrag_server.cpp133 return SetDragWindowScreenId(context, data, reply); in SetParam()
317 int32_t DragServer::SetDragWindowScreenId(CallingContext &context, MessageParcel &data, MessageParc… in SetDragWindowScreenId() function in OHOS::Msdp::DeviceStatus::DragServer
325 env_->GetDragManager().SetDragWindowScreenId(param.displayId_, param.screenId_); in SetDragWindowScreenId()
/ohos5.0/foundation/multimodalinput/input/intention/prototype/include/
H A Di_drag_manager.h72 virtual void SetDragWindowScreenId(uint64_t displayId, uint64_t screenId) = 0;
/ohos5.0/foundation/multimodalinput/input/intention/drag/client/include/
H A Ddrag_client.h57 int32_t SetDragWindowScreenId(ITunnelClient &tunnel, uint64_t displayId, uint64_t screenId);
/ohos5.0/base/msdp/device_status/intention/drag/client/include/
H A Ddrag_client.h57 int32_t SetDragWindowScreenId(ITunnelClient &tunnel, uint64_t displayId, uint64_t screenId);
/ohos5.0/base/msdp/device_status/intention/prototype/include/
H A Di_drag_manager.h79 virtual void SetDragWindowScreenId(uint64_t displayId, uint64_t screenId) = 0;
/ohos5.0/foundation/multimodalinput/input/intention/frameworks/client/src/
H A Dintention_manager.cpp431 int32_t IntentionManager::SetDragWindowScreenId(uint64_t displayId, uint64_t screenId) in SetDragWindowScreenId() function in OHOS::Msdp::DeviceStatus::IntentionManager
434 return drag_.SetDragWindowScreenId(*tunnel_, displayId, screenId); in SetDragWindowScreenId()
/ohos5.0/base/msdp/device_status/intention/frameworks/client/src/
H A Dintention_manager.cpp438 int32_t IntentionManager::SetDragWindowScreenId(uint64_t displayId, uint64_t screenId) in SetDragWindowScreenId() function in OHOS::Msdp::DeviceStatus::IntentionManager
441 return drag_.SetDragWindowScreenId(*tunnel_, displayId, screenId); in SetDragWindowScreenId()
/ohos5.0/foundation/multimodalinput/input/intention/drag/server/include/
H A Ddrag_server.h60 … int32_t SetDragWindowScreenId(CallingContext &context, MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Dinteraction_manager.h348 int32_t SetDragWindowScreenId(uint64_t displayId, uint64_t screenId);
/ohos5.0/base/msdp/device_status/intention/drag/server/include/
H A Ddrag_server.h63 … int32_t SetDragWindowScreenId(CallingContext &context, MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/multimodalinput/input/intention/frameworks/client/include/
H A Dintention_manager.h84 int32_t SetDragWindowScreenId(uint64_t displayId, uint64_t screenId);
/ohos5.0/base/msdp/device_status/intention/frameworks/client/include/
H A Dintention_manager.h84 int32_t SetDragWindowScreenId(uint64_t displayId, uint64_t screenId);
/ohos5.0/base/msdp/device_status/interfaces/innerkits/
H A Dlibdevicestatus_client_map71 …"OHOS::Msdp::DeviceStatus::InteractionManager::SetDragWindowScreenId(unsigned long, unsigned long)…
72 …"OHOS::Msdp::DeviceStatus::InteractionManager::SetDragWindowScreenId(unsigned long long, unsigned …
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_manager.h95 void SetDragWindowScreenId(uint64_t displayId, uint64_t screenId) override;
/ohos5.0/foundation/multimodalinput/input/intention/drag/client/src/
H A Ddrag_client.cpp320 int32_t DragClient::SetDragWindowScreenId(ITunnelClient &tunnel, uint64_t displayId, uint64_t scree… in SetDragWindowScreenId() function in OHOS::Msdp::DeviceStatus::DragClient
/ohos5.0/base/msdp/device_status/intention/drag/client/src/
H A Ddrag_client.cpp320 int32_t DragClient::SetDragWindowScreenId(ITunnelClient &tunnel, uint64_t displayId, uint64_t scree… in SetDragWindowScreenId() function in OHOS::Msdp::DeviceStatus::DragClient
/ohos5.0/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_server_test.cpp1404 int32_t ret = g_dragServer->SetDragWindowScreenId(context, datas, reply);
1419 int32_t ret = g_dragClient.SetDragWindowScreenId(*g_tunnel, displayId, screenId);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h369 void SetDragWindowScreenId(ScreenId screenId, ScreenId displayNodeScreenId);
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_manager.cpp1196 void DragManager::SetDragWindowScreenId(uint64_t displayId, uint64_t screenId) in SetDragWindowScreenId() function in OHOS::Msdp::DeviceStatus::DragManager
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp4951 SetDragWindowScreenId(screenId, displayNodeScreenId); in SetDisplayNodeScreenId()
4956 void ScreenSessionManager::SetDragWindowScreenId(ScreenId screenId, ScreenId displayNodeScreenId) in SetDragWindowScreenId() function in OHOS::Rosen::ScreenSessionManager
4960 interactionManager->SetDragWindowScreenId(screenId, displayNodeScreenId); in SetDragWindowScreenId()
/ohos5.0/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_manager_test.cpp1313 … InteractionManager::GetInstance()->SetDragWindowScreenId(TOUCH_POINTER_ID, TOUCH_POINTER_ID);