Home
last modified time | relevance | path

Searched refs:defaultScreenSession (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h266 …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 Dscreen_session_test.cpp1300 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 Dscreen_session.cpp1237 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 Dscreen_session_manager.cpp3174 auto defaultScreenSession = GetDefaultScreenSession(); in SetVirtualScreenRefreshRate() local
3175 if (screenSession == nullptr || defaultScreenSession == nullptr) { in SetVirtualScreenRefreshRate()
3193 screenSession->UpdateRefreshRate(defaultScreenSession->GetRefreshRate() / refreshInterval); in SetVirtualScreenRefreshRate()