Home
last modified time | relevance | path

Searched refs:GetAppDragResizeTypeInner (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h957 … WMError GetAppDragResizeTypeInner(const std::string& bundleName, DragResizeType& dragResizeType);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1786 GetAppDragResizeTypeInner(bundleName, dragResizeType); in SetAppDragResizeTypeInner()
1801 return GetAppDragResizeTypeInner(bundleName, dragResizeType); in GetAppDragResizeType()
1804 WMError SceneSessionManager::GetAppDragResizeTypeInner(const std::string& bundleName, DragResizeTyp… in GetAppDragResizeTypeInner() function in OHOS::Rosen::SceneSessionManager