/ohos5.0/base/msdp/device_status/frameworks/native/interaction/src/ |
H A D | interaction_manager.cpp | 200 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 D | drag_server.cpp | 132 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 D | drag_server.cpp | 133 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 D | i_drag_manager.h | 72 virtual void SetDragWindowScreenId(uint64_t displayId, uint64_t screenId) = 0;
|
/ohos5.0/foundation/multimodalinput/input/intention/drag/client/include/ |
H A D | drag_client.h | 57 int32_t SetDragWindowScreenId(ITunnelClient &tunnel, uint64_t displayId, uint64_t screenId);
|
/ohos5.0/base/msdp/device_status/intention/drag/client/include/ |
H A D | drag_client.h | 57 int32_t SetDragWindowScreenId(ITunnelClient &tunnel, uint64_t displayId, uint64_t screenId);
|
/ohos5.0/base/msdp/device_status/intention/prototype/include/ |
H A D | i_drag_manager.h | 79 virtual void SetDragWindowScreenId(uint64_t displayId, uint64_t screenId) = 0;
|
/ohos5.0/foundation/multimodalinput/input/intention/frameworks/client/src/ |
H A D | intention_manager.cpp | 431 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 D | intention_manager.cpp | 438 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 D | drag_server.h | 60 … int32_t SetDragWindowScreenId(CallingContext &context, MessageParcel &data, MessageParcel &reply);
|
/ohos5.0/base/msdp/device_status/interfaces/innerkits/interaction/include/ |
H A D | interaction_manager.h | 348 int32_t SetDragWindowScreenId(uint64_t displayId, uint64_t screenId);
|
/ohos5.0/base/msdp/device_status/intention/drag/server/include/ |
H A D | drag_server.h | 63 … int32_t SetDragWindowScreenId(CallingContext &context, MessageParcel &data, MessageParcel &reply);
|
/ohos5.0/foundation/multimodalinput/input/intention/frameworks/client/include/ |
H A D | intention_manager.h | 84 int32_t SetDragWindowScreenId(uint64_t displayId, uint64_t screenId);
|
/ohos5.0/base/msdp/device_status/intention/frameworks/client/include/ |
H A D | intention_manager.h | 84 int32_t SetDragWindowScreenId(uint64_t displayId, uint64_t screenId);
|
/ohos5.0/base/msdp/device_status/interfaces/innerkits/ |
H A D | libdevicestatus_client_map | 71 …"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 D | drag_manager.h | 95 void SetDragWindowScreenId(uint64_t displayId, uint64_t screenId) override;
|
/ohos5.0/foundation/multimodalinput/input/intention/drag/client/src/ |
H A D | drag_client.cpp | 320 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 D | drag_client.cpp | 320 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 D | drag_server_test.cpp | 1404 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 D | screen_session_manager.h | 369 void SetDragWindowScreenId(ScreenId screenId, ScreenId displayNodeScreenId);
|
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_manager.cpp | 1196 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 D | screen_session_manager.cpp | 4951 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 D | interaction_manager_test.cpp | 1313 … InteractionManager::GetInstance()->SetDragWindowScreenId(TOUCH_POINTER_ID, TOUCH_POINTER_ID);
|