Lines Matching refs:DMError
35 virtual DMError RegisterDisplayManagerAgent(const sptr<IDisplayManagerAgent>& displayManagerAgent,
37 virtual DMError UnregisterDisplayManagerAgent(const sptr<IDisplayManagerAgent>& displayManagerAgent,
64 virtual DMError HasImmersiveWindow(ScreenId screenId, bool& immersive);
65 virtual DMError HasPrivateWindow(DisplayId displayId, bool& hasPrivateWindow);
78 virtual DMError GetAvailableArea(DisplayId displayId, DMRect& area);
80 virtual DMError AddSurfaceNodeToDisplay(DisplayId displayId, std::shared_ptr<class RSSurfaceNode>& surfaceNode);
81 virtual DMError RemoveSurfaceNodeFromDisplay(DisplayId displayId,
89 virtual DMError SetFoldDisplayModeFromJs(const FoldDisplayMode);
92 virtual DMError SetFoldStatusLockedFromJs(bool locked);
96 virtual DMError ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy);
97 virtual DMError ResetAllFreezeStatus();
99 virtual DMError SetVirtualScreenSecurityExemption(ScreenId screenId, uint32_t pid,
111 virtual DMError DestroyVirtualScreen(ScreenId screenId);
112 virtual DMError SetVirtualScreenSurface(ScreenId screenId, sptr<Surface> surface);
113 virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool canvasRotation);
114 virtual DMError SetVirtualMirrorScreenScaleMode(ScreenId screenId, ScreenScaleMode scaleMode);
118 virtual DMError SetOrientation(ScreenId screenId, Orientation orientation);
120 virtual DMError GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos);
121 virtual DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, ScreenId& screenGroupId);
122 virtual DMError SetMultiScreenMode(ScreenId mainScreenId, ScreenId secondaryScreenId,
124 virtual DMError SetMultiScreenRelativePosition(MultiScreenPositionOptions mainScreenOptions,
126 virtual DMError MakeExpand(std::vector<ScreenId> screenId, std::vector<Point> startPoint, ScreenId& screenGroupId);
127 virtual DMError StopMirror(const std::vector<ScreenId>& mirrorScreenIds);
128 virtual DMError StopExpand(const std::vector<ScreenId>& expandScreenIds);
129 virtual DMError DisableMirror(bool disableOrNot);
131 virtual DMError SetScreenActiveMode(ScreenId screenId, uint32_t modeId);
133 virtual DMError SetVirtualPixelRatio(ScreenId screenId, float virtualPixelRatio);
134 virtual DMError SetVirtualPixelRatioSystem(ScreenId screenId, float virtualPixelRatio);
135 virtual DMError SetResolution(ScreenId screenId, uint32_t width, uint32_t height, float virtualPixelRatio);
136 virtual DMError GetDensityInCurResolution(ScreenId screenId, float& virtualPixelRatio);
137 virtual DMError ResizeVirtualScreen(ScreenId screenId, uint32_t width, uint32_t height);
138 virtual DMError SetScreenRotationLocked(bool isLocked);
139 virtual DMError SetScreenRotationLockedFromJs(bool isLocked);
140 virtual DMError IsScreenRotationLocked(bool& isLocked);
142 virtual DMError GetScreenSupportedColorGamuts(ScreenId screenId, std::vector<ScreenColorGamut>& colorGamuts);
143 virtual DMError GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut);
144 virtual DMError SetScreenColorGamut(ScreenId screenId, int32_t colorGamutIdx);
145 virtual DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap);
146 virtual DMError SetScreenGamutMap(ScreenId screenId, ScreenGamutMap gamutMap);
147 virtual DMError SetScreenColorTransform(ScreenId screenId);
148 virtual DMError GetPixelFormat(ScreenId screenId, GraphicPixelFormat& pixelFormat);
149 virtual DMError SetPixelFormat(ScreenId screenId, GraphicPixelFormat pixelFormat);
150 virtual DMError GetSupportedHDRFormats(ScreenId screenId, std::vector<ScreenHDRFormat>& hdrFormats);
151 virtual DMError GetScreenHDRFormat(ScreenId screenId, ScreenHDRFormat& hdrFormat);
152 virtual DMError SetScreenHDRFormat(ScreenId screenId, int32_t modeIdx);
153 virtual DMError GetSupportedColorSpaces(ScreenId screenId, std::vector<GraphicCM_ColorSpaceType>& colorSpaces);
154 virtual DMError GetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType& colorSpace);
155 virtual DMError SetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType colorSpace);
156 virtual DMError GetSupportedHDRFormats(ScreenId screenId, std::vector<uint32_t>& hdrFormats);
157 virtual DMError GetSupportedColorSpaces(ScreenId screenId, std::vector<uint32_t>& colorSpaces);
159 virtual DMError MakeUniqueScreen(const std::vector<ScreenId>& screenIds);
161 virtual DMError SetVirtualScreenFlag(ScreenId screenId, VirtualScreenFlag screenFlag);
162 virtual DMError SetVirtualScreenRefreshRate(ScreenId screenId, uint32_t refreshInterval);
164 virtual DMError SetVirtualScreenMaxRefreshRate(ScreenId id, uint32_t refreshRate,