Home
last modified time | relevance | path

Searched refs:GetScreenInfoByDisplayId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service_inner.cpp85 sptr<ScreenInfo> DisplayManagerServiceInner::GetScreenInfoByDisplayId(DisplayId displayId) const in GetScreenInfoByDisplayId() function in OHOS::Rosen::DisplayManagerServiceInner
107 const sptr<ScreenInfo> screenInfo = GetScreenInfoByDisplayId(displayId); in GetScreenModesByDisplayId()
H A Dscreen_rotation_controller.cpp120 …eenInfo> screenInfo = DisplayManagerServiceInner::GetInstance().GetScreenInfoByDisplayId(defaultDi… in GetPreferredOrientation()
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_service_inner.h41 sptr<ScreenInfo> GetScreenInfoByDisplayId(DisplayId displayId) const;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h138 sptr<ScreenInfo> GetScreenInfoByDisplayId(DisplayId displayId);
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp589 HWTEST_F(ScreenSessionManagerTest, GetScreenInfoByDisplayId, Function | SmallTest | Level3)
596 screenInfo = ssm_->GetScreenInfoByDisplayId(screenId);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp2432 sptr<ScreenInfo> ScreenSessionManager::GetScreenInfoByDisplayId(DisplayId displayId) in GetScreenInfoByDisplayId() function in OHOS::Rosen::ScreenSessionManager