Lines Matching refs:WMError
31 MOCK_METHOD4(UpdateWindowRect, WMError(const struct Rect& rect, bool decoStatus, WindowSizeChangeReason reason,
33 MOCK_METHOD1(UpdateWindowMode, WMError(WindowMode mode));
34 MOCK_METHOD1(UpdateWindowModeSupportInfo, WMError(uint32_t modeSupportInfo));
35 MOCK_METHOD1(UpdateFocusStatus, WMError(bool focused));
36 MOCK_METHOD2(UpdateAvoidArea, WMError(const sptr<AvoidArea>& avoidArea, AvoidAreaType type));
37 MOCK_METHOD1(UpdateWindowState, WMError(WindowState state));
38 MOCK_METHOD2(UpdateWindowDragInfo, WMError(const PointInfo& point, DragEvent event));
39 MOCK_METHOD2(UpdateDisplayId, WMError(DisplayId from, DisplayId to));
40 MOCK_METHOD2(UpdateOccupiedAreaChangeInfo, WMError(const sptr<OccupiedAreaChangeInfo>& info,
42 MOCK_METHOD3(UpdateOccupiedAreaAndRect, WMError(const sptr<OccupiedAreaChangeInfo>& info,
44 MOCK_METHOD1(UpdateActiveStatus, WMError(bool isActive));
46 MOCK_METHOD0(NotifyTouchOutside, WMError());
47 MOCK_METHOD0(NotifyScreenshot, WMError());
48 MOCK_METHOD1(DumpInfo, WMError(const std::vector<std::string>& params));
49 MOCK_METHOD0(NotifyDestroy, WMError(void));
50 MOCK_METHOD0(NotifyForeground, WMError(void));
51 MOCK_METHOD0(NotifyBackground, WMError(void));
52 MOCK_METHOD1(NotifyWindowClientPointUp, WMError(const std::shared_ptr<MMI::PointerEvent>& pointerEvent));
53 MOCK_METHOD2(UpdateZoomTransform, WMError(const Transform& trans, bool isDisplayZoomOn));
54 MOCK_METHOD1(RestoreSplitWindowMode, WMError(uint32_t mode));