Searched refs:GetParentMainWindowIdInner (Results 1 - 2 of 2) sorted by relevance
/foundation/window/window_manager/wm/src/ |
H A D | window_scene_session_impl.cpp | 2840 static WMError GetParentMainWindowIdInner(WindowSessionImplMap& sessionMap, int32_t windowId, int32_t& mainWindowId) in GetParentMainWindowIdInner() function 2857 return GetParentMainWindowIdInner(sessionMap, window->GetParentId(), mainWindowId); in GetParentMainWindowIdInner() 2875 WMError findRet = GetParentMainWindowIdInner(windowSessionMap_, windowId, mainWindowId); in GetParentMainWindowId()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 3635 static WMError GetParentMainWindowIdInner(const std::map<int32_t, sptr<SceneSession>>& sceneSessionMap, in GetParentMainWindowIdInner() function 3654 return GetParentMainWindowIdInner(sceneSessionMap, sceneSession->GetParentPersistentId(), mainWindowId); in GetParentMainWindowIdInner() 3668 return GetParentMainWindowIdInner(sceneSessionMap_, windowId, mainWindowId); in GetParentMainWindowId()
|
Completed in 25 milliseconds