Home
last modified time | relevance | path

Searched refs:RSIWindowAnimationController (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/test/unittest/
H A Drs_window_animation_stub_test.cpp116 RSIWindowAnimationController::ON_START_APP, data, reply, option);
132 data.WriteInterfaceToken(RSIWindowAnimationController::GetDescriptor());
149 data.WriteInterfaceToken(RSIWindowAnimationController::GetDescriptor());
152 RSIWindowAnimationController::ON_START_APP, data, reply, option);
168 data1.WriteInterfaceToken(RSIWindowAnimationController::GetDescriptor());
172 RSIWindowAnimationController::ON_START_APP, data1, reply, option);
175 data2.WriteInterfaceToken(RSIWindowAnimationController::GetDescriptor());
180 RSIWindowAnimationController::ON_START_APP, data2, reply, option);
198 RSIWindowAnimationController::ON_START_APP, data1, reply, option);
214 data.WriteInterfaceToken(RSIWindowAnimationController::GetDescriptor());
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/src/
H A Drs_window_animation_proxy.cpp28 : IRemoteProxy<RSIWindowAnimationController>(impl) in RSWindowAnimationProxy()
87 auto ret = remote->SendRequest(RSIWindowAnimationController::ON_START_APP, data, reply, option); in OnStartApp()
127 …auto ret = remote->SendRequest(RSIWindowAnimationController::ON_APP_TRANSITION, data, reply, optio… in OnAppTransition()
167 …auto ret = remote->SendRequest(RSIWindowAnimationController::ON_APP_BACK_TRANSITION, data, reply, … in OnAppBackTransition()
197 …auto ret = remote->SendRequest(RSIWindowAnimationController::ON_MINIMIZE_WINDOW, data, reply, opti… in OnMinimizeWindow()
246 …auto ret = remote->SendRequest(RSIWindowAnimationController::ON_MINIMIZE_ALLWINDOW, data, reply, o… in OnMinimizeAllWindow()
275 …auto ret = remote->SendRequest(RSIWindowAnimationController::ON_CLOSE_WINDOW, data, reply, option); in OnCloseWindow()
303 …auto ret = remote->SendRequest(RSIWindowAnimationController::ON_SCREEN_UNLOCK, data, reply, option… in OnScreenUnlock()
357 auto ret = remote->SendRequest(RSIWindowAnimationController::ON_WINDOW_ANIMATION_TARGETS_UPDATE, in OnWindowAnimationTargetsUpdate()
386 …auto ret = remote->SendRequest(RSIWindowAnimationController::ON_WALLPAPER_UPDATE, data, reply, opt… in OnWallpaperUpdate()
H A Drs_window_animation_stub.cpp38 case RSIWindowAnimationController::ON_START_APP: in OnRemoteRequest()
40 case RSIWindowAnimationController::ON_APP_TRANSITION: in OnRemoteRequest()
42 case RSIWindowAnimationController::ON_APP_BACK_TRANSITION: in OnRemoteRequest()
44 case RSIWindowAnimationController::ON_MINIMIZE_WINDOW: in OnRemoteRequest()
46 case RSIWindowAnimationController::ON_MINIMIZE_ALLWINDOW: in OnRemoteRequest()
48 case RSIWindowAnimationController::ON_CLOSE_WINDOW: in OnRemoteRequest()
50 case RSIWindowAnimationController::ON_SCREEN_UNLOCK: in OnRemoteRequest()
52 case RSIWindowAnimationController::ON_WINDOW_ANIMATION_TARGETS_UPDATE: in OnRemoteRequest()
54 case RSIWindowAnimationController::ON_WALLPAPER_UPDATE: in OnRemoteRequest()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dstarting_window_test.cpp44 static sptr<RSIWindowAnimationController> animationController_;
50 sptr<RSIWindowAnimationController> StartingWindowTest::animationController_ = nullptr;
356 sptr<RSIWindowAnimationController> testController = nullptr;
373 sptr<RSIWindowAnimationController> testController = nullptr;
391 sptr<RSIWindowAnimationController> testController = nullptr;
405 sptr<RSIWindowAnimationController> testController = new RSIWindowAnimationControllerMocker();
422 sptr<RSIWindowAnimationController> testController = new RSIWindowAnimationControllerMocker();
441 sptr<RSIWindowAnimationController> testController = new RSIWindowAnimationControllerMocker();
H A Dwindow_manager_proxy_test.cpp74 sptr<RSIWindowAnimationController> controller = nullptr;
87 …sptr<RSIWindowAnimationController> controller = iface_cast<RSIWindowAnimationController>(iRemoteOb…
H A Dwindow_manager_stub_impl.h103 WMError SetWindowAnimationController(const sptr<RSIWindowAnimationController>& controller) in SetWindowAnimationController()
H A Dremote_animation_test.cpp47 sptr<RSIWindowAnimationController> animationController_;
192 sptr<RSIWindowAnimationController> controller = nullptr;
H A Dwindow_manager_service_test.cpp254 sptr<RSIWindowAnimationController> controller = nullptr;
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dremote_animation.h52 … static WMError SetWindowAnimationController(const sptr<RSIWindowAnimationController>& controller);
104 static sptr<RSIWindowAnimationController> windowAnimationController_;
H A Dwindow_controller.h66 WMError SetWindowAnimationController(const sptr<RSIWindowAnimationController>& controller);
H A Dwindow_manager_service.h129 …WMError SetWindowAnimationController(const sptr<RSIWindowAnimationController>& controller) overrid…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/include/
H A Drs_window_animation_stub.h29 class RSWindowAnimationStub : public IRemoteStub<RSIWindowAnimationController> {
H A Drs_iwindow_animation_controller.h34 class RSIWindowAnimationController : public IRemoteBroker {
H A Drs_window_animation_proxy.h27 class RSWindowAnimationProxy : public IRemoteProxy<RSIWindowAnimationController> {
/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_rs_iwindow_animation_controller.h26 class MockRSIWindowAnimationController : public RSIWindowAnimationController {
H A Dmock_RSIWindowAnimationController.h27 class RSIWindowAnimationControllerMocker : public RSIWindowAnimationController {
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h36 class RSIWindowAnimationController; variable
121 …virtual WMError SetWindowAnimationController(const sptr<RSIWindowAnimationController>& controller)…
H A Dwindow_manager_proxy.h57 …WMError SetWindowAnimationController(const sptr<RSIWindowAnimationController>& controller) overrid…
/ohos5.0/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp201 …sptr<RSIWindowAnimationController> controller = iface_cast<RSIWindowAnimationController>(controlle… in OnRemoteRequest()
H A Dwindow_manager_proxy.cpp308 WMError WindowManagerProxy::SetWindowAnimationController(const sptr<RSIWindowAnimationController>& … in SetWindowAnimationController()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h70 …virtual WMError SetWindowAnimationController(const sptr<RSIWindowAnimationController>& controller);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_interface.h212 …WMError SetWindowAnimationController(const sptr<RSIWindowAnimationController>& controller) override in SetWindowAnimationController()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp49 sptr<RSIWindowAnimationController> RemoteAnimation::windowAnimationController_ = nullptr;
74 WMError RemoteAnimation::SetWindowAnimationController(const sptr<RSIWindowAnimationController>& con… in SetWindowAnimationController()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_test.cpp142 sptr<RSIWindowAnimationController> controller = nullptr;
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp197 WMError WindowAdapter::SetWindowAnimationController(const sptr<RSIWindowAnimationController>& contr… in SetWindowAnimationController()

12