Searched refs:defaultScreenSession (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_session.h | 266 …Child(sptr<ScreenSession>& smsScreen, Point& startPoint, sptr<ScreenSession> defaultScreenSession); 282 sptr<ScreenSession> defaultScreenSession);
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_test.cpp | 1300 sptr<ScreenSession> defaultScreenSession; variable 1301 bool res = sessionGroup.GetRSDisplayNodeConfig(session0, config, defaultScreenSession); 1306 res = sessionGroup.GetRSDisplayNodeConfig(session, config, defaultScreenSession); 1310 res = sessionGroup.GetRSDisplayNodeConfig(session, config, defaultScreenSession); 1314 res = sessionGroup.GetRSDisplayNodeConfig(session, config, defaultScreenSession); 1330 sptr<ScreenSession> defaultScreenSession; variable 1331 bool res = sessionGroup.AddChild(session0, startPoint, defaultScreenSession); 1335 res = sessionGroup.AddChild(session, startPoint, defaultScreenSession);
|
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_session.cpp | 1237 sptr<ScreenSession> defaultScreenSession) in GetRSDisplayNodeConfig() argument 1256 if (defaultScreenSession == nullptr) { in GetRSDisplayNodeConfig() 1260 std::shared_ptr<RSDisplayNode> displayNode = defaultScreenSession->GetDisplayNode(); in GetRSDisplayNodeConfig() 1279 sptr<ScreenSession> defaultScreenSession) in AddChild() argument 1292 if (!GetRSDisplayNodeConfig(smsScreen, config, defaultScreenSession)) { in AddChild()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_session_manager.cpp | 3174 auto defaultScreenSession = GetDefaultScreenSession(); in SetVirtualScreenRefreshRate() local 3175 if (screenSession == nullptr || defaultScreenSession == nullptr) { in SetVirtualScreenRefreshRate() 3193 screenSession->UpdateRefreshRate(defaultScreenSession->GetRefreshRate() / refreshInterval); in SetVirtualScreenRefreshRate()
|