Searched refs:GetDisplayInfoByScreenId (Results 1 – 5 of 5) sorted by relevance
32 MOCK_METHOD1(GetDisplayInfoByScreenId, sptr<DisplayInfo>(ScreenId screenId));
60 virtual sptr<DisplayInfo> GetDisplayInfoByScreenId(ScreenId screenId);
51 sptr<DisplayInfo> DisplayManagerAdapter::GetDisplayInfoByScreenId(ScreenId screenId) in GetDisplayInfoByScreenId() function in OHOS::Rosen::DisplayManagerAdapter
682 … displayInfo = SingletonContainer::Get<DisplayManagerAdapter>().GetDisplayInfoByScreenId(screenId); in GetDisplayByScreenId()
391 EXPECT_CALL(m->Mock(), GetDisplayInfoByScreenId(_)).Times(1).WillOnce(Return(displayInfo));