Searched defs:screenSession (Results 1 – 8 of 8) sorted by relevance
28 …explicit ScreenPattern(const sptr<Rosen::ScreenSession>& screenSession) : screenSession_(screenSes… in ScreenPattern()
27 auto screenSession = Rosen::ScreenSessionManager::GetInstance().GetScreenSession(screenId); in Create() local
33 NativeValue* JsScreenSession::Create(NativeEngine& engine, const sptr<ScreenSession>& screenSession) in Create()59 JsScreenSession::JsScreenSession(NativeEngine& engine, const sptr<ScreenSession>& screenSession) in JsScreenSession()141 auto screenSession = screenSessionWeak.promote(); in CallJsCallback() local193 auto screenSession = screenSessionWeak.promote(); in OnPropertyChange() local
69 void JsScreenSessionManager::OnScreenConnect(sptr<ScreenSession>& screenSession) in OnScreenConnect()104 void JsScreenSessionManager::OnScreenDisconnect(sptr<ScreenSession>& screenSession) in OnScreenDisconnect()
211 auto screenSession = GetOrCreateScreenSession(screenId); in OnScreenChange() local245 sptr<ScreenSession> screenSession = GetScreenSession(defaultScreenId_); in GetDefaultDisplayInfo() local258 auto screenSession = sessionIt.second; in GetDisplayInfoById() local279 auto screenSession = sessionIt.second; in GetDisplayInfoByScreen() local294 auto screenSession = sessionIt.second; in GetAllDisplayIds() local304 auto screenSession = GetOrCreateScreenSession(screenId); in GetScreenInfoById() local324 sptr<ScreenSession> screenSession = GetScreenSession(screenId); in SetScreenActiveMode() local370 sptr<ScreenSession> screenSession = GetScreenSession(screenId); in SetVirtualPixelRatio() local398 sptr<ScreenSession> screenSession = GetScreenSession(screenId); in GetScreenColorGamut() local412 sptr<ScreenSession> screenSession = GetScreenSession(screenId); in SetScreenColorGamut() local[all …]
2145 auto screenSession = ScreenSessionManager::GetInstance().GetScreenSession(0); in UpdatePrivateStateAndNotify() local
744 auto screenSession = ScreenSessionManager::GetInstance().GetScreenSession(0); in UpdateNativeVisibility() local778 auto screenSession = ScreenSessionManager::GetInstance().GetScreenSession(0); in SetPrivacyMode() local
463 bool ScreenSessionGroup::GetRSDisplayNodeConfig(sptr<ScreenSession>& screenSession, struct RSDispla… in GetRSDisplayNodeConfig()