Searched refs:defaultScreenSession (Results 1 - 4 of 4) sorted by relevance
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_test.cpp | 1279 sptr<ScreenSession> defaultScreenSession; in HWTEST_F() local 1280 bool res = sessionGroup.GetRSDisplayNodeConfig(session0, config, defaultScreenSession); in HWTEST_F() 1285 res = sessionGroup.GetRSDisplayNodeConfig(session, config, defaultScreenSession); in HWTEST_F() 1289 res = sessionGroup.GetRSDisplayNodeConfig(session, config, defaultScreenSession); in HWTEST_F() 1293 res = sessionGroup.GetRSDisplayNodeConfig(session, config, defaultScreenSession); in HWTEST_F() 1309 sptr<ScreenSession> defaultScreenSession; in HWTEST_F() local 1310 bool res = sessionGroup.AddChild(session0, startPoint, defaultScreenSession); in HWTEST_F() 1314 res = sessionGroup.AddChild(session, startPoint, defaultScreenSession); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_session.h | 272 bool AddChild(sptr<ScreenSession>& smsScreen, Point& startPoint, sptr<ScreenSession> defaultScreenSession); 288 sptr<ScreenSession> defaultScreenSession);
|
/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_session.cpp | 1215 sptr<ScreenSession> defaultScreenSession) in GetRSDisplayNodeConfig() 1234 if (defaultScreenSession == nullptr) { in GetRSDisplayNodeConfig() 1235 WLOGFE("defaultScreenSession is nullptr"); in GetRSDisplayNodeConfig() 1238 std::shared_ptr<RSDisplayNode> displayNode = defaultScreenSession->GetDisplayNode(); in GetRSDisplayNodeConfig() 1257 sptr<ScreenSession> defaultScreenSession) in AddChild() 1270 if (!GetRSDisplayNodeConfig(smsScreen, config, defaultScreenSession)) { in AddChild() 1214 GetRSDisplayNodeConfig(sptr<ScreenSession>& screenSession, struct RSDisplayNodeConfig& config, sptr<ScreenSession> defaultScreenSession) GetRSDisplayNodeConfig() argument 1256 AddChild(sptr<ScreenSession>& smsScreen, Point& startPoint, sptr<ScreenSession> defaultScreenSession) AddChild() argument
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager.cpp | 3366 auto defaultScreenSession = GetDefaultScreenSession(); in SetVirtualScreenRefreshRate() local 3367 if (screenSession == nullptr || defaultScreenSession == nullptr) { in SetVirtualScreenRefreshRate() 3385 screenSession->UpdateRefreshRate(defaultScreenSession->GetRefreshRate() / refreshInterval); in SetVirtualScreenRefreshRate()
|
Completed in 20 milliseconds