Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h338 sptr<ScreenSession> GetScreenSessionInner(ScreenId screenId, ScreenProperty property);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp1294 sptr<ScreenSession> ScreenSessionManager::GetScreenSessionInner(ScreenId screenId, ScreenProperty p… in GetScreenSessionInner() function in OHOS::Rosen::ScreenSessionManager
1387 sptr<ScreenSession> session = GetScreenSessionInner(screenId, property); in GetOrCreateScreenSession()