Home
last modified time | relevance | path

Searched refs:SetGlobalDragResizeType (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_test.cpp664 HWTEST_F(WindowAdapterTest, SetGlobalDragResizeType, Function | SmallTest | Level2)
668 auto err = windowAdapter.SetGlobalDragResizeType(dragResizeType);
H A Dwindow_manager_test.cpp1451 HWTEST_F(WindowManagerTest, SetGlobalDragResizeType, Function | SmallTest | Level2)
1454 auto ret = WindowManager::GetInstance().SetGlobalDragResizeType(dragResizeType);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h150 virtual WMError SetGlobalDragResizeType(DragResizeType dragResizeType);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_proxy.h131 WMError SetGlobalDragResizeType(DragResizeType dragResizeType) override;
H A Dscene_session_manager_interface.h293 … WMError SetGlobalDragResizeType(DragResizeType dragResizeType) override { return WMError::WM_OK; } in SetGlobalDragResizeType() function
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h253 … virtual WMError SetGlobalDragResizeType(DragResizeType dragResizeType) { return WMError::WM_OK; } in SetGlobalDragResizeType() function
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager.h831 WMError SetGlobalDragResizeType(DragResizeType dragResizeType);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp1005 WMError WindowAdapter::SetGlobalDragResizeType(DragResizeType dragResizeType) in SetGlobalDragResizeType() function in OHOS::Rosen::WindowAdapter
1010 return wmsProxy->SetGlobalDragResizeType(dragResizeType); in SetGlobalDragResizeType()
H A Dwindow_manager.cpp1362 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 Dscene_session_manager_proxy_test.cpp1099 HWTEST_F(sceneSessionManagerProxyTest, SetGlobalDragResizeType, Function | SmallTest | Level2)
1106 sceneSessionManagerProxy->SetGlobalDragResizeType(dragResizeType);
H A Dscene_session_manager_test.cpp1836 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 Dscene_session_manager_stub.cpp1239 WMError errCode = SetGlobalDragResizeType(static_cast<DragResizeType>(dragResizeType)); in HandleSetGlobalDragResizeType()
H A Dscene_session_manager_proxy.cpp2466 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 Dscene_session_manager.h429 WMError SetGlobalDragResizeType(DragResizeType dragResizeType) override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1731 WMError SceneSessionManager::SetGlobalDragResizeType(DragResizeType dragResizeType) in SetGlobalDragResizeType() function in OHOS::Rosen::SceneSessionManager