Lines Matching refs:SingletonContainer
126 return SingletonContainer::Get<ScreenManagerAdapter>().SetOrientation(GetId(), orientation); in SetOrientation()
131 …return SingletonContainer::Get<ScreenManagerAdapter>().GetScreenSupportedColorGamuts(GetId(), colo… in GetScreenSupportedColorGamuts()
136 return SingletonContainer::Get<ScreenManagerAdapter>().GetScreenColorGamut(GetId(), colorGamut); in GetScreenColorGamut()
141 …return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenColorGamut(GetId(), colorGamutIdx); in SetScreenColorGamut()
146 return SingletonContainer::Get<ScreenManagerAdapter>().GetScreenGamutMap(GetId(), gamutMap); in GetScreenGamutMap()
151 return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenGamutMap(GetId(), gamutMap); in SetScreenGamutMap()
156 return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenColorTransform(GetId()); in SetScreenColorTransform()
161 return SingletonContainer::Get<ScreenManagerAdapter>().GetPixelFormat(GetId(), pixelFormat); in GetPixelFormat()
166 return SingletonContainer::Get<ScreenManagerAdapter>().SetPixelFormat(GetId(), pixelFormat); in SetPixelFormat()
171 …return SingletonContainer::Get<ScreenManagerAdapter>().GetSupportedHDRFormats(GetId(), hdrFormats); in GetSupportedHDRFormats()
176 return SingletonContainer::Get<ScreenManagerAdapter>().GetScreenHDRFormat(GetId(), hdrFormat); in GetScreenHDRFormat()
181 return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenHDRFormat(GetId(), modeIdx); in SetScreenHDRFormat()
186 …return SingletonContainer::Get<ScreenManagerAdapter>().GetSupportedColorSpaces(GetId(), colorSpace… in GetSupportedColorSpaces()
191 return SingletonContainer::Get<ScreenManagerAdapter>().GetScreenColorSpace(GetId(), colorSpace); in GetScreenColorSpace()
196 return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenColorSpace(GetId(), colorSpace); in SetScreenColorSpace()
222 return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenActiveMode(screenId, modeId); in SetScreenActiveMode()
236 auto screenInfo = SingletonContainer::Get<ScreenManagerAdapter>().GetScreenInfo(GetId()); in UpdateScreenInfo()
249 return SingletonContainer::Get<ScreenManagerAdapter>().SetVirtualPixelRatio(GetId(), density); in SetDensityDpi()
260 …return SingletonContainer::Get<ScreenManagerAdapter>().SetVirtualPixelRatioSystem(GetId(), density… in SetDensityDpiSystem()
271 …return SingletonContainer::Get<ScreenManagerAdapter>().SetResolution(GetId(), width, height, densi… in SetResolution()
276 …return SingletonContainer::Get<ScreenManagerAdapter>().GetDensityInCurResolution(GetId(), virtualP… in GetDensityInCurResolution()