Searched refs:GetScreenInfoByDisplayId (Results 1 – 6 of 6) sorted by relevance
85 sptr<ScreenInfo> DisplayManagerServiceInner::GetScreenInfoByDisplayId(DisplayId displayId) const in GetScreenInfoByDisplayId() function in OHOS::Rosen::DisplayManagerServiceInner107 const sptr<ScreenInfo> screenInfo = GetScreenInfoByDisplayId(displayId); in GetScreenModesByDisplayId()
120 …eenInfo> screenInfo = DisplayManagerServiceInner::GetInstance().GetScreenInfoByDisplayId(defaultDi… in GetPreferredOrientation()
41 sptr<ScreenInfo> GetScreenInfoByDisplayId(DisplayId displayId) const;
138 sptr<ScreenInfo> GetScreenInfoByDisplayId(DisplayId displayId);
589 HWTEST_F(ScreenSessionManagerTest, GetScreenInfoByDisplayId, Function | SmallTest | Level3)596 screenInfo = ssm_->GetScreenInfoByDisplayId(screenId);
2432 sptr<ScreenInfo> ScreenSessionManager::GetScreenInfoByDisplayId(DisplayId displayId) in GetScreenInfoByDisplayId() function in OHOS::Rosen::ScreenSessionManager