Searched refs:GetDisplayInfoByScreenId (Results 1 – 4 of 4) sorted by relevance
32 MOCK_METHOD1(GetDisplayInfoByScreenId, sptr<DisplayInfo>(ScreenId screenId));
58 virtual sptr<DisplayInfo> GetDisplayInfoByScreenId(ScreenId screenId);
46 sptr<DisplayInfo> DisplayManagerAdapter::GetDisplayInfoByScreenId(ScreenId screenId) in GetDisplayInfoByScreenId() function in OHOS::Rosen::DisplayManagerAdapter
260 … displayInfo = SingletonContainer::Get<DisplayManagerAdapter>().GetDisplayInfoByScreenId(screenId); in GetDisplayByScreenId()