Lines Matching refs:DisplayManagerAdapter

31 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_DISPLAY, "DisplayManagerAdapter"};

33 WM_IMPLEMENT_SINGLE_INSTANCE(DisplayManagerAdapter)
44 sptr<DisplayInfo> DisplayManagerAdapter::GetDefaultDisplayInfo()
51 sptr<DisplayInfo> DisplayManagerAdapter::GetDisplayInfoByScreenId(ScreenId screenId)
58 std::shared_ptr<Media::PixelMap> DisplayManagerAdapter::GetDisplaySnapshot(DisplayId displayId, DmErrorCode* errorCode)
65 std::shared_ptr<Media::PixelMap> DisplayManagerAdapter::GetSnapshotByPicker(Media::Rect &rect, DmErrorCode* errorCode)
214 WLOGFI("DisplayManagerAdapter::CreateVirtualScreen");
222 WLOGFI("DisplayManagerAdapter::DestroyVirtualScreen");
234 WLOGFI("DisplayManagerAdapter::SetVirtualScreenSurface");
241 WLOGFI("DisplayManagerAdapter::SetVirtualMirrorScreenCanvasRotation");
248 WLOGFI("DisplayManagerAdapter::SetVirtualMirrorScreenScaleMode");
255 WLOGFI("DisplayManagerAdapter::SetScreenRotationLocked");
262 WLOGFI("DisplayManagerAdapter::SetScreenRotationLockedFromJs");
269 WLOGFI("DisplayManagerAdapter::IsScreenRotationLocked");
314 bool DisplayManagerAdapter::WakeUpBegin(PowerStateChangeReason reason)
321 bool DisplayManagerAdapter::WakeUpEnd()
328 bool DisplayManagerAdapter::SuspendBegin(PowerStateChangeReason reason)
335 bool DisplayManagerAdapter::SuspendEnd()
342 ScreenId DisplayManagerAdapter::GetInternalScreenId()
349 bool DisplayManagerAdapter::SetScreenPowerById(ScreenId screenId, ScreenPowerState state,
357 bool DisplayManagerAdapter::SetDisplayState(DisplayState state)
364 DisplayState DisplayManagerAdapter::GetDisplayState(DisplayId displayId)
371 bool DisplayManagerAdapter::TryToCancelScreenOff()
378 void DisplayManagerAdapter::NotifyDisplayEvent(DisplayEvent event)
385 bool DisplayManagerAdapter::SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze)
526 std::vector<DisplayId> DisplayManagerAdapter::GetAllDisplayIds()
528 WLOGFD("DisplayManagerAdapter::GetAllDisplayIds enter");
534 DMError DisplayManagerAdapter::HasPrivateWindow(DisplayId displayId, bool& hasPrivateWindow)
541 bool DisplayManagerAdapter::ConvertScreenIdToRsScreenId(ScreenId screenId, ScreenId& rsScreenId)
548 DMError DisplayManagerAdapter::HasImmersiveWindow(ScreenId screenId, bool& immersive)
555 sptr<DisplayInfo> DisplayManagerAdapter::GetDisplayInfo(DisplayId displayId)
557 WLOGFD("DisplayManagerAdapter::GetDisplayInfo enter, displayId: %{public}" PRIu64" ", displayId);
567 sptr<CutoutInfo> DisplayManagerAdapter::GetCutoutInfo(DisplayId displayId)
569 WLOGFD("DisplayManagerAdapter::GetCutoutInfo");
578 DMError DisplayManagerAdapter::AddSurfaceNodeToDisplay(DisplayId displayId,
589 DMError DisplayManagerAdapter::RemoveSurfaceNodeFromDisplay(DisplayId displayId,
600 bool DisplayManagerAdapter::IsFoldable()
607 bool DisplayManagerAdapter::IsCaptured()
614 FoldStatus DisplayManagerAdapter::GetFoldStatus()
621 FoldDisplayMode DisplayManagerAdapter::GetFoldDisplayMode()
628 void DisplayManagerAdapter::SetFoldDisplayMode(const FoldDisplayMode mode)
635 DMError DisplayManagerAdapter::SetFoldDisplayModeFromJs(const FoldDisplayMode mode)
642 void DisplayManagerAdapter::SetDisplayScale(ScreenId screenId,
650 void DisplayManagerAdapter::SetFoldStatusLocked(bool locked)
657 DMError DisplayManagerAdapter::SetFoldStatusLockedFromJs(bool locked)
664 sptr<FoldCreaseRegion> DisplayManagerAdapter::GetCurrentFoldCreaseRegion()
761 DMError DisplayManagerAdapter::GetAvailableArea(DisplayId displayId, DMRect& area)
803 void DisplayManagerAdapter::SetVirtualScreenBlackList(ScreenId screenId, std::vector<uint64_t>& windowIdList)
809 void DisplayManagerAdapter::DisablePowerOffRenderControl(ScreenId screenId)
815 DMError DisplayManagerAdapter::ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy)
821 DMError DisplayManagerAdapter::ResetAllFreezeStatus()
827 std::vector<DisplayPhysicalResolution> DisplayManagerAdapter::GetAllDisplayPhysicalResolution()
833 DMError DisplayManagerAdapter::SetVirtualScreenSecurityExemption(ScreenId screenId, uint32_t pid,