Lines Matching refs:DisplayManagerProxy
27 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_DISPLAY, "DisplayManagerProxy"};
30 sptr<DisplayInfo> DisplayManagerProxy::GetDefaultDisplayInfo()
52 WLOGFW("DisplayManagerProxy::GetDefaultDisplayInfo SendRequest nullptr.");
57 sptr<DisplayInfo> DisplayManagerProxy::GetDisplayInfoById(DisplayId displayId)
84 WLOGFW("DisplayManagerProxy::GetDisplayInfoById SendRequest nullptr.");
90 sptr<DisplayInfo> DisplayManagerProxy::GetDisplayInfoByScreen(ScreenId screenId)
123 ScreenId DisplayManagerProxy::CreateVirtualScreen(VirtualScreenOption virtualOption,
170 DMError DisplayManagerProxy::DestroyVirtualScreen(ScreenId screenId)
197 DMError DisplayManagerProxy::SetVirtualScreenSurface(ScreenId screenId, sptr<IBufferProducer> surface)
233 DMError DisplayManagerProxy::SetOrientation(ScreenId screenId, Orientation orientation)
264 std::shared_ptr<Media::PixelMap> DisplayManagerProxy::GetDisplaySnapshot(DisplayId displayId, DmErrorCode* errorCode)
297 WLOGFW("DisplayManagerProxy::GetDisplaySnapshot SendRequest nullptr.");
303 DMError DisplayManagerProxy::GetScreenSupportedColorGamuts(ScreenId screenId,
308 WLOGFW("DisplayManagerProxy::GetScreenSupportedColorGamuts: remote is nullptr");
316 WLOGFW("DisplayManagerProxy::GetScreenSupportedColorGamuts: WriteInterfaceToken failed");
320 WLOGFW("DisplayManagerProxy::GetScreenSupportedColorGamuts: WriteUint64 screenId failed");
325 WLOGFW("DisplayManagerProxy::GetScreenSupportedColorGamuts: SendRequest failed");
343 DMError DisplayManagerProxy::GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut)
347 WLOGFW("DisplayManagerProxy::GetScreenColorGamut: remote is nullptr");
355 WLOGFW("DisplayManagerProxy::GetScreenColorGamut: WriteInterfaceToken failed");
359 WLOGFW("DisplayManagerProxy::GetScreenColorGamut: WriteUint64 uint64_t failed");
364 WLOGFW("DisplayManagerProxy::GetScreenColorGamut: SendRequest failed");
375 DMError DisplayManagerProxy::SetScreenColorGamut(ScreenId screenId, int32_t colorGamutIdx)
379 WLOGFW("DisplayManagerProxy::SetScreenColorGamut: remote is nullptr");
387 WLOGFW("DisplayManagerProxy::SetScreenColorGamut: WriteInterfaceToken failed");
391 WLOGFW("DisplayManagerProxy::SetScreenColorGamut: Write failed");
396 WLOGFW("DisplayManagerProxy::SetScreenColorGamut: SendRequest failed");
402 DMError DisplayManagerProxy::GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap)
406 WLOGFW("DisplayManagerProxy::GetScreenGamutMap: remote is nullptr");
414 WLOGFW("DisplayManagerProxy::GetScreenGamutMap: WriteInterfaceToken failed");
418 WLOGFW("DisplayManagerProxy::GetScreenGamutMap: WriteUint64 screenId failed");
423 WLOGFW("DisplayManagerProxy::GetScreenGamutMap: SendRequest failed");
434 DMError DisplayManagerProxy::SetScreenGamutMap(ScreenId screenId, ScreenGamutMap gamutMap)
438 WLOGFW("DisplayManagerProxy::SetScreenGamutMap: remote is nullptr");
446 WLOGFW("DisplayManagerProxy::SetScreenGamutMap: WriteInterfaceToken failed");
450 WLOGFW("DisplayManagerProxy::SetScreenGamutMap: Writ failed");
455 WLOGFW("DisplayManagerProxy::SetScreenGamutMap: SendRequest failed");
461 DMError DisplayManagerProxy::SetScreenColorTransform(ScreenId screenId)
465 WLOGFW("DisplayManagerProxy::SetScreenColorTransform: remote is nullptr");
473 WLOGFW("DisplayManagerProxy::SetScreenColorTransform: WriteInterfaceToken failed");
477 WLOGFW("DisplayManagerProxy::SetScreenColorTransform: WriteUint64 screenId failed");
482 WLOGFW("DisplayManagerProxy::SetScreenColorTransform: SendRequest failed");
488 DMError DisplayManagerProxy::GetPixelFormat(ScreenId screenId, GraphicPixelFormat& pixelFormat)
520 DMError DisplayManagerProxy::SetPixelFormat(ScreenId screenId, GraphicPixelFormat pixelFormat)
547 DMError DisplayManagerProxy::GetSupportedHDRFormats(ScreenId screenId, std::vector<ScreenHDRFormat>& hdrFormats)
586 DMError DisplayManagerProxy::GetScreenHDRFormat(ScreenId screenId, ScreenHDRFormat& hdrFormat)
618 DMError DisplayManagerProxy::SetScreenHDRFormat(ScreenId screenId, int32_t modeIdx)
645 DMError DisplayManagerProxy::GetSupportedColorSpaces(ScreenId screenId,
685 DMError DisplayManagerProxy::GetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType& colorSpace)
717 DMError DisplayManagerProxy::SetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType colorSpace)
744 DMError DisplayManagerProxy::RegisterDisplayManagerAgent(const sptr<IDisplayManagerAgent>& displayManagerAgent,
779 DMError DisplayManagerProxy::UnregisterDisplayManagerAgent(const sptr<IDisplayManagerAgent>& displayManagerAgent,
814 bool DisplayManagerProxy::WakeUpBegin(PowerStateChangeReason reason)
841 bool DisplayManagerProxy::WakeUpEnd()
864 bool DisplayManagerProxy::SuspendBegin(PowerStateChangeReason reason)
891 bool DisplayManagerProxy::SuspendEnd()
914 bool DisplayManagerProxy::SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason)
945 bool DisplayManagerProxy::SetSpecifiedScreenPower(ScreenId screenId, ScreenPowerState state, PowerStateChangeReason reason)
980 ScreenPowerState DisplayManagerProxy::GetScreenPower(ScreenId dmsScreenId)
1007 bool DisplayManagerProxy::SetDisplayState(DisplayState state)
1034 DisplayState DisplayManagerProxy::GetDisplayState(DisplayId displayId)
1061 bool DisplayManagerProxy::TryToCancelScreenOff()
1084 std::vector<DisplayId> DisplayManagerProxy::GetAllDisplayIds()
1109 sptr<CutoutInfo> DisplayManagerProxy::GetCutoutInfo(DisplayId displayId)
1136 DMError DisplayManagerProxy::AddSurfaceNodeToDisplay(DisplayId displayId,
1169 DMError DisplayManagerProxy::RemoveSurfaceNodeFromDisplay(DisplayId displayId,
1202 DMError DisplayManagerProxy::HasPrivateWindow(DisplayId displayId, bool& hasPrivateWindow)
1230 void DisplayManagerProxy::NotifyDisplayEvent(DisplayEvent event)
1256 bool DisplayManagerProxy::SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze)
1288 DMError DisplayManagerProxy::MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId,
1320 DMError DisplayManagerProxy::StopMirror(const std::vector<ScreenId>& mirrorScreenIds)
1348 sptr<ScreenInfo> DisplayManagerProxy::GetScreenInfoById(ScreenId screenId)
1385 sptr<ScreenGroupInfo> DisplayManagerProxy::GetScreenGroupInfoById(ScreenId screenId)
1418 DMError DisplayManagerProxy::GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos)
1443 DMError DisplayManagerProxy::MakeExpand(std::vector<ScreenId> screenId, std::vector<Point> startPoint,
1479 DMError DisplayManagerProxy::StopExpand(const std::vector<ScreenId>& expandScreenIds)
1507 void DisplayManagerProxy::RemoveVirtualScreenFromGroup(std::vector<ScreenId> screens)
1534 DMError DisplayManagerProxy::SetScreenActiveMode(ScreenId screenId, uint32_t modeId)
1561 DMError DisplayManagerProxy::SetVirtualPixelRatio(ScreenId screenId, float virtualPixelRatio)
1588 DMError DisplayManagerProxy::SetResolution(ScreenId screenId, uint32_t width, uint32_t height, float virtualPixelRatio)
1616 DMError DisplayManagerProxy::GetDensityInCurResolution(ScreenId screenId, float& virtualPixelRatio)
1644 DMError DisplayManagerProxy::IsScreenRotationLocked(bool& isLocked)
1668 DMError DisplayManagerProxy::SetScreenRotationLocked(bool isLocked)
1695 DMError DisplayManagerProxy::SetScreenRotationLockedFromJs(bool isLocked)
1722 DMError DisplayManagerProxy::ResizeVirtualScreen(ScreenId screenId, uint32_t width, uint32_t height)
1724 WLOGFI("DisplayManagerProxy::ResizeVirtualScreen: ENTER");
1727 WLOGFW("DisplayManagerProxy::ResizeVirtualScreen: remote is nullptr");
1736 WLOGFE("DisplayManagerProxy::ResizeVirtualScreen: WriteInterfaceToken failed");
1740 WLOGFE("DisplayManagerProxy::ResizeVirtualScreen: WriteUnit64 screenId failed");
1744 WLOGFE("DisplayManagerProxy::ResizeVirtualScreen: WriteUnit32 width failed");
1748 WLOGFE("DisplayManagerProxy::ResizeVirtualScreen: WriteUnit32 height failed");
1753 WLOGFE("DisplayManagerProxy::ResizeVirtualScreen fail: SendRequest failed");
1759 DMError DisplayManagerProxy::MakeUniqueScreen(const std::vector<ScreenId>& screenIds)
1761 WLOGFI("DisplayManagerProxy::MakeUniqueScreen");
1793 std::vector<DisplayPhysicalResolution> DisplayManagerProxy::GetAllDisplayPhysicalResolution()