/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_adapter_test.cpp | 664 HWTEST_F(WindowAdapterTest, SetGlobalDragResizeType, Function | SmallTest | Level2) 668 auto err = windowAdapter.SetGlobalDragResizeType(dragResizeType);
|
H A D | window_manager_test.cpp | 1451 HWTEST_F(WindowManagerTest, SetGlobalDragResizeType, Function | SmallTest | Level2) 1454 auto ret = WindowManager::GetInstance().SetGlobalDragResizeType(dragResizeType);
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_adapter.h | 150 virtual WMError SetGlobalDragResizeType(DragResizeType dragResizeType);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_proxy.h | 131 WMError SetGlobalDragResizeType(DragResizeType dragResizeType) override;
|
H A D | scene_session_manager_interface.h | 293 … WMError SetGlobalDragResizeType(DragResizeType dragResizeType) override { return WMError::WM_OK; } in SetGlobalDragResizeType() function
|
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_interface.h | 253 … virtual WMError SetGlobalDragResizeType(DragResizeType dragResizeType) { return WMError::WM_OK; } in SetGlobalDragResizeType() function
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_manager.h | 831 WMError SetGlobalDragResizeType(DragResizeType dragResizeType);
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 1005 WMError WindowAdapter::SetGlobalDragResizeType(DragResizeType dragResizeType) in SetGlobalDragResizeType() function in OHOS::Rosen::WindowAdapter 1010 return wmsProxy->SetGlobalDragResizeType(dragResizeType); in SetGlobalDragResizeType()
|
H A D | window_manager.cpp | 1362 WMError WindowManager::SetGlobalDragResizeType(DragResizeType dragResizeType) in SetGlobalDragResizeType() function in OHOS::Rosen::WindowManager 1364 WMError ret = SingletonContainer::Get<WindowAdapter>().SetGlobalDragResizeType(dragResizeType); in SetGlobalDragResizeType()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_proxy_test.cpp | 1099 HWTEST_F(sceneSessionManagerProxyTest, SetGlobalDragResizeType, Function | SmallTest | Level2) 1106 sceneSessionManagerProxy->SetGlobalDragResizeType(dragResizeType);
|
H A D | scene_session_manager_test.cpp | 1836 HWTEST_F(SceneSessionManagerTest, SetGlobalDragResizeType, Function | SmallTest | Level3) 1839 ASSERT_EQ(ssm_->SetGlobalDragResizeType(dragResizeType), WMError::WM_OK);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | scene_session_manager_stub.cpp | 1239 WMError errCode = SetGlobalDragResizeType(static_cast<DragResizeType>(dragResizeType)); in HandleSetGlobalDragResizeType()
|
H A D | scene_session_manager_proxy.cpp | 2466 WMError SceneSessionManagerProxy::SetGlobalDragResizeType(DragResizeType dragResizeType) in SetGlobalDragResizeType() function in OHOS::Rosen::SceneSessionManagerProxy
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 429 WMError SetGlobalDragResizeType(DragResizeType dragResizeType) override;
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 1731 WMError SceneSessionManager::SetGlobalDragResizeType(DragResizeType dragResizeType) in SetGlobalDragResizeType() function in OHOS::Rosen::SceneSessionManager
|