Home
last modified time | relevance | path

Searched refs:SetWindowAnimationController (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dstarting_window_test.cpp68 ASSERT_EQ(WMError::WM_OK, RemoteAnimation::SetWindowAnimationController(animationController_)); in SetUp()
357 …ASSERT_EQ(WMError::WM_ERROR_NULLPTR, RemoteAnimation::SetWindowAnimationController(testController)…
374 …ASSERT_EQ(WMError::WM_ERROR_NULLPTR, RemoteAnimation::SetWindowAnimationController(testController)…
392 …ASSERT_EQ(WMError::WM_ERROR_NULLPTR, RemoteAnimation::SetWindowAnimationController(testController)…
406 ASSERT_EQ(WMError::WM_OK, RemoteAnimation::SetWindowAnimationController(testController));
423 ASSERT_EQ(WMError::WM_OK, RemoteAnimation::SetWindowAnimationController(testController));
442 ASSERT_EQ(WMError::WM_OK, RemoteAnimation::SetWindowAnimationController(testController));
H A Dwindow_manager_proxy_test.cpp72 HWTEST_F(WindowManagerProxyTest, SetWindowAnimationController, Function | SmallTest | Level2)
75 WMError err = windowManagerProxy_->SetWindowAnimationController(controller);
88 WMError err = windowManagerProxy_->SetWindowAnimationController(controller);
H A Dwindow_manager_stub_impl.h103 WMError SetWindowAnimationController(const sptr<RSIWindowAnimationController>& controller) in SetWindowAnimationController() function
H A Dremote_animation_test.cpp97 EXPECT_EQ(WMError::WM_OK, RemoteAnimation::SetWindowAnimationController(animationController_)); in InitRemoteAnimation()
193 EXPECT_EQ(WMError::WM_ERROR_NULLPTR, RemoteAnimation::SetWindowAnimationController(controller));
198 …EXPECT_EQ(WMError::WM_ERROR_NO_REMOTE_ANIMATION, RemoteAnimation::SetWindowAnimationController(con…
202 EXPECT_EQ(WMError::WM_OK, RemoteAnimation::SetWindowAnimationController(controller));
H A Dwindow_manager_service_test.cpp255 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, wms->SetWindowAnimationController(controller));
257 ASSERT_EQ(WMError::WM_OK, wms->SetWindowAnimationController(controller));
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dremote_animation.h52 … static WMError SetWindowAnimationController(const sptr<RSIWindowAnimationController>& controller);
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/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_proxy.h57 …WMError SetWindowAnimationController(const sptr<RSIWindowAnimationController>& controller) overrid…
H A Dwindow_manager_interface.h121 …virtual WMError SetWindowAnimationController(const sptr<RSIWindowAnimationController>& controller)…
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_test.cpp140 HWTEST_F(WindowAdapterTest, SetWindowAnimationController, Function | SmallTest | Level2)
145 windowAdapter.SetWindowAnimationController(controller);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/
H A Drs_window_animation_manager.cpp114 SingletonContainer::Get<WindowAdapter>().SetWindowAnimationController(controller); in OnSetController()
/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/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp202 WMError errCode = SetWindowAnimationController(controller); in OnRemoteRequest()
H A Dwindow_manager_proxy.cpp308 WMError WindowManagerProxy::SetWindowAnimationController(const sptr<RSIWindowAnimationController>& … in SetWindowAnimationController() function in OHOS::Rosen::WindowManagerProxy
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp197 WMError WindowAdapter::SetWindowAnimationController(const sptr<RSIWindowAnimationController>& contr… in SetWindowAnimationController() function in OHOS::Rosen::WindowAdapter
203 return wmsProxy->SetWindowAnimationController(controller); in SetWindowAnimationController()
/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() function
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp1116 WMError WindowManagerService::SetWindowAnimationController(const sptr<RSIWindowAnimationController>… in SetWindowAnimationController() function in OHOS::Rosen::WindowManagerService
1139 WMError ret = windowController_->SetWindowAnimationController(controller); in SetWindowAnimationController()
H A Dwindow_controller.cpp1080 WMError WindowController::SetWindowAnimationController(const sptr<RSIWindowAnimationController>& co… in SetWindowAnimationController() function in OHOS::Rosen::WindowController
1082 return RemoteAnimation::SetWindowAnimationController(controller); in SetWindowAnimationController()
H A Dremote_animation.cpp74 WMError RemoteAnimation::SetWindowAnimationController(const sptr<RSIWindowAnimationController>& con… in SetWindowAnimationController() function in OHOS::Rosen::RemoteAnimation