Home
last modified time | relevance | path

Searched refs:GetAppDragResizeType (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_test.cpp704 HWTEST_F(WindowAdapterTest, GetAppDragResizeType, Function | SmallTest | Level2)
709 auto err = windowAdapter.GetAppDragResizeType(bundleName, dragResizeType);
H A Dwindow_manager_test.cpp1488 HWTEST_F(WindowManagerTest, GetAppDragResizeType, Function | SmallTest | Level2)
1492 auto ret = WindowManager::GetInstance().GetAppDragResizeType(bundleName, dragResizeType);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h153 …virtual WMError GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResizeType…
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_proxy.h134 …WMError GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResizeType) overri…
H A Dscene_session_manager_interface.h297 WMError GetAppDragResizeType(const std::string& bundleName, in GetAppDragResizeType() function
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h257 virtual WMError GetAppDragResizeType(const std::string& bundleName, in GetAppDragResizeType() function
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager.h863 WMError GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResizeType);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp1029 WMError WindowAdapter::GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResi… in GetAppDragResizeType() function in OHOS::Rosen::WindowAdapter
1034 return wmsProxy->GetAppDragResizeType(bundleName, dragResizeType); in GetAppDragResizeType()
H A Dwindow_manager.cpp1389 WMError WindowManager::GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResi… in GetAppDragResizeType() function in OHOS::Rosen::WindowManager
1391 …WMError ret = SingletonContainer::Get<WindowAdapter>().GetAppDragResizeType(bundleName, dragResize… in GetAppDragResizeType()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_proxy_test.cpp1145 HWTEST_F(sceneSessionManagerProxyTest, GetAppDragResizeType, Function | SmallTest | Level2)
1156 sceneSessionManagerProxy->GetAppDragResizeType(bundleName, dragResizeType);
H A Dscene_session_manager_test.cpp1876 HWTEST_F(SceneSessionManagerTest, GetAppDragResizeType, Function | SmallTest | Level3)
1886 ASSERT_EQ(ssm_->GetAppDragResizeType(info.bundleName_, dragResizeType), WMError::WM_OK);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h529 DragResizeType GetAppDragResizeType() const { return appDragResizeType_; } in GetAppDragResizeType() function
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp1294 WMError errCode = GetAppDragResizeType(bundleName, dragResizeType); in HandleGetAppDragResizeType()
H A Dscene_session_manager_proxy.cpp2569 WMError SceneSessionManagerProxy::GetAppDragResizeType(const std::string& bundleName, DragResizeTyp… in GetAppDragResizeType() function in OHOS::Rosen::SceneSessionManagerProxy
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h432 …WMError GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResizeType) overri…
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1713 GetAppDragResizeType(sessionInfo.bundleName_, dragResizeType); in CreateSceneSession()
1746 GetAppDragResizeType(bundleName, appDragResizeType); in SetGlobalDragResizeType()
1798 WMError SceneSessionManager::GetAppDragResizeType(const std::string& bundleName, DragResizeType& dr… in GetAppDragResizeType() function in OHOS::Rosen::SceneSessionManager
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp618 dragResizeType = GetAppDragResizeType(); in HandleSessionDragEvent()