/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_adapter_test.cpp | 704 HWTEST_F(WindowAdapterTest, GetAppDragResizeType, Function | SmallTest | Level2) 709 auto err = windowAdapter.GetAppDragResizeType(bundleName, dragResizeType);
|
H A D | window_manager_test.cpp | 1488 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 D | window_adapter.h | 153 …virtual WMError GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResizeType…
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_proxy.h | 134 …WMError GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResizeType) overri…
|
H A D | scene_session_manager_interface.h | 297 WMError GetAppDragResizeType(const std::string& bundleName, in GetAppDragResizeType() function
|
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_interface.h | 257 virtual WMError GetAppDragResizeType(const std::string& bundleName, in GetAppDragResizeType() function
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_manager.h | 863 WMError GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResizeType);
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 1029 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 D | window_manager.cpp | 1389 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 D | scene_session_manager_proxy_test.cpp | 1145 HWTEST_F(sceneSessionManagerProxyTest, GetAppDragResizeType, Function | SmallTest | Level2) 1156 sceneSessionManagerProxy->GetAppDragResizeType(bundleName, dragResizeType);
|
H A D | scene_session_manager_test.cpp | 1876 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 D | scene_session.h | 529 DragResizeType GetAppDragResizeType() const { return appDragResizeType_; } in GetAppDragResizeType() function
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | scene_session_manager_stub.cpp | 1294 WMError errCode = GetAppDragResizeType(bundleName, dragResizeType); in HandleGetAppDragResizeType()
|
H A D | scene_session_manager_proxy.cpp | 2569 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 D | scene_session_manager.h | 432 …WMError GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResizeType) overri…
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 1713 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 D | scene_session.cpp | 618 dragResizeType = GetAppDragResizeType(); in HandleSessionDragEvent()
|