Lines Matching refs:DisplayId
36 DisplayId displayId = displayInfo->GetDisplayId();
44 void DisplayGroupInfo::RemoveDisplayInfo(DisplayId displayId)
72 void DisplayGroupInfo::SetDisplayRotation(DisplayId displayId, Rotation rotation)
81 void DisplayGroupInfo::SetDisplayOrientation(DisplayId displayId, DisplayOrientation orientation)
90 void DisplayGroupInfo::SetDisplayStateChangeType(DisplayId displayId, DisplayStateChangeType changeType)
99 void DisplayGroupInfo::SetDisplayVirtualPixelRatio(DisplayId displayId, float vpr)
108 void DisplayGroupInfo::SetDisplayRect(DisplayId displayId, Rect displayRect)
121 void DisplayGroupInfo::SetDefaultDisplayId(DisplayId defaultDisplayId)
126 Rotation DisplayGroupInfo::GetDisplayRotation(DisplayId displayId) const
136 DisplayStateChangeType DisplayGroupInfo::GetDisplayStateChangeType(DisplayId displayId) const
146 float DisplayGroupInfo::GetDisplayVirtualPixelRatio(DisplayId displayId) const
156 std::map<DisplayId, Rect> DisplayGroupInfo::GetAllDisplayRects() const
158 std::map<DisplayId, Rect> displayRectMap;
168 Rect DisplayGroupInfo::GetDisplayRect(DisplayId displayId) const
179 sptr<DisplayInfo> DisplayGroupInfo::GetDisplayInfo(DisplayId displayId) const
197 DisplayId displayId = displayInfo->GetDisplayId();
213 std::vector<DisplayId> DisplayGroupInfo::GetAllDisplayIds() const
215 std::vector<DisplayId> displayIds;
222 DisplayId DisplayGroupInfo::GetLeftDisplayId() const
227 DisplayId DisplayGroupInfo::GetRightDisplayId() const
232 DisplayId DisplayGroupInfo::GetDefaultDisplayId() const