Lines Matching refs:DMError

51     DMError DestroyVirtualScreen(ScreenId screenId) override;

52 DMError SetVirtualScreenSurface(ScreenId screenId, sptr<IBufferProducer> surface) override;
53 DMError IsScreenRotationLocked(bool& isLocked) override;
54 DMError SetScreenRotationLocked(bool isLocked) override;
55 DMError SetScreenRotationLockedFromJs(bool isLocked) override;
61 DMError SetOrientation(ScreenId screenId, Orientation orientation) override;
62 DMError SetOrientationFromWindow(ScreenId screenId, Orientation orientation, bool withAnimation);
66 DMError HasPrivateWindow(DisplayId id, bool& hasPrivateWindow) override;
68 DMError GetScreenSupportedColorGamuts(ScreenId screenId, std::vector<ScreenColorGamut>& colorGamuts) override;
69 DMError GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut) override;
70 DMError SetScreenColorGamut(ScreenId screenId, int32_t colorGamutIdx) override;
71 DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap) override;
72 DMError SetScreenGamutMap(ScreenId screenId, ScreenGamutMap gamutMap) override;
73 DMError SetScreenColorTransform(ScreenId screenId) override;
75 DMError RegisterDisplayManagerAgent(const sptr<IDisplayManagerAgent>& displayManagerAgent,
77 DMError UnregisterDisplayManagerAgent(const sptr<IDisplayManagerAgent>& displayManagerAgent,
89 DMError AddSurfaceNodeToDisplay(DisplayId displayId,
91 DMError RemoveSurfaceNodeFromDisplay(DisplayId displayId, std::shared_ptr<RSSurfaceNode>& surfaceNode) override;
99 DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenIds, ScreenId& screenGroupId) override;
100 DMError MakeExpand(std::vector<ScreenId> screenId, std::vector<Point> startPoints,
102 DMError StopMirror(const std::vector<ScreenId>& mirrorScreenIds) override;
103 DMError StopExpand(const std::vector<ScreenId>& expandScreenIds) override;
108 DMError GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos) override;
111 DMError SetScreenActiveMode(ScreenId screenId, uint32_t modeId) override;
112 DMError SetVirtualPixelRatio(ScreenId screenId, float virtualPixelRatio) override;
113 DMError SetResolution(ScreenId screenId, uint32_t width, uint32_t height,
114 float virtualPixelRatio) override { return DMError::DM_OK; }
115 DMError GetDensityInCurResolution(ScreenId screenId,
116 float& virtualPixelRatio) override { return DMError::DM_OK; }