Lines Matching refs:WMError
31 WMError WindowAgent::UpdateWindowRect(const struct Rect& rect, bool decoStatus, WindowSizeChangeReason reason,
36 return WMError::WM_ERROR_NULLPTR;
39 return WMError::WM_OK;
42 WMError WindowAgent::UpdateWindowMode(WindowMode mode)
46 return WMError::WM_ERROR_NULLPTR;
49 return WMError::WM_OK;
52 WMError WindowAgent::UpdateWindowModeSupportInfo(uint32_t modeSupportInfo)
56 return WMError::WM_ERROR_NULLPTR;
59 return WMError::WM_OK;
62 WMError WindowAgent::UpdateFocusStatus(bool focused)
66 return WMError::WM_ERROR_NULLPTR;
69 return WMError::WM_OK;
72 WMError WindowAgent::UpdateAvoidArea(const sptr<AvoidArea>& avoidArea, AvoidAreaType type)
76 return WMError::WM_ERROR_NULLPTR;
79 return WMError::WM_OK;
82 WMError WindowAgent::UpdateWindowState(WindowState state)
86 return WMError::WM_ERROR_NULLPTR;
89 return WMError::WM_OK;
92 WMError WindowAgent::UpdateWindowDragInfo(const PointInfo& point, DragEvent event)
96 return WMError::WM_ERROR_NULLPTR;
99 return WMError::WM_OK;
102 WMError WindowAgent::UpdateDisplayId(DisplayId from, DisplayId to)
106 return WMError::WM_ERROR_NULLPTR;
109 return WMError::WM_OK;
112 WMError WindowAgent::UpdateOccupiedAreaChangeInfo(const sptr<OccupiedAreaChangeInfo>& info,
117 return WMError::WM_ERROR_NULLPTR;
120 return WMError::WM_OK;
123 WMError WindowAgent::UpdateOccupiedAreaAndRect(const sptr<OccupiedAreaChangeInfo>& info, const Rect& rect,
128 return WMError::WM_ERROR_NULLPTR;
135 return WMError::WM_OK;
138 WMError WindowAgent::UpdateActiveStatus(bool isActive)
142 return WMError::WM_ERROR_NULLPTR;
145 return WMError::WM_OK;
157 WMError WindowAgent::RestoreSplitWindowMode(uint32_t mode)
161 return WMError::WM_ERROR_NULLPTR;
164 return WMError::WM_OK;
167 WMError WindowAgent::NotifyTouchOutside()
171 return WMError::WM_ERROR_NULLPTR;
175 return WMError::WM_OK;
178 WMError WindowAgent::NotifyScreenshot()
182 return WMError::WM_ERROR_NULLPTR;
186 return WMError::WM_OK;
189 WMError WindowAgent::DumpInfo(const std::vector<std::string>& params)
193 return WMError::WM_ERROR_NULLPTR;
197 return WMError::WM_OK;
200 WMError WindowAgent::UpdateZoomTransform(const Transform& trans, bool isDisplayZoomOn)
204 return WMError::WM_ERROR_NULLPTR;
207 return WMError::WM_OK;
210 WMError WindowAgent::NotifyDestroy(void)
214 return WMError::WM_ERROR_NULLPTR;
217 return WMError::WM_OK;
220 WMError WindowAgent::NotifyForeground(void)
224 return WMError::WM_ERROR_NULLPTR;
227 return WMError::WM_OK;
230 WMError WindowAgent::NotifyBackground(void)
234 return WMError::WM_ERROR_NULLPTR;
237 return WMError::WM_OK;
240 WMError WindowAgent::NotifyWindowClientPointUp(const std::shared_ptr<MMI::PointerEvent>& pointerEvent)
244 return WMError::WM_ERROR_NULLPTR;
247 return WMError::WM_OK;