/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | starting_window_test.cpp | 68 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 D | window_manager_proxy_test.cpp | 72 HWTEST_F(WindowManagerProxyTest, SetWindowAnimationController, Function | SmallTest | Level2) 75 WMError err = windowManagerProxy_->SetWindowAnimationController(controller); 88 WMError err = windowManagerProxy_->SetWindowAnimationController(controller);
|
H A D | window_manager_stub_impl.h | 103 WMError SetWindowAnimationController(const sptr<RSIWindowAnimationController>& controller) in SetWindowAnimationController() function
|
H A D | remote_animation_test.cpp | 97 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 D | window_manager_service_test.cpp | 255 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 D | remote_animation.h | 52 … static WMError SetWindowAnimationController(const sptr<RSIWindowAnimationController>& controller);
|
H A D | window_controller.h | 66 WMError SetWindowAnimationController(const sptr<RSIWindowAnimationController>& controller);
|
H A D | window_manager_service.h | 129 …WMError SetWindowAnimationController(const sptr<RSIWindowAnimationController>& controller) overrid…
|
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_proxy.h | 57 …WMError SetWindowAnimationController(const sptr<RSIWindowAnimationController>& controller) overrid…
|
H A D | window_manager_interface.h | 121 …virtual WMError SetWindowAnimationController(const sptr<RSIWindowAnimationController>& controller)…
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_adapter_test.cpp | 140 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 D | rs_window_animation_manager.cpp | 114 SingletonContainer::Get<WindowAdapter>().SetWindowAnimationController(controller); in OnSetController()
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_adapter.h | 70 …virtual WMError SetWindowAnimationController(const sptr<RSIWindowAnimationController>& controller);
|
/ohos5.0/foundation/window/window_manager/wmserver/src/zidl/ |
H A D | window_manager_stub.cpp | 202 WMError errCode = SetWindowAnimationController(controller); in OnRemoteRequest()
|
H A D | window_manager_proxy.cpp | 308 WMError WindowManagerProxy::SetWindowAnimationController(const sptr<RSIWindowAnimationController>& … in SetWindowAnimationController() function in OHOS::Rosen::WindowManagerProxy
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 197 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 D | scene_session_manager_interface.h | 212 …WMError SetWindowAnimationController(const sptr<RSIWindowAnimationController>& controller) override in SetWindowAnimationController() function
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_manager_service.cpp | 1116 WMError WindowManagerService::SetWindowAnimationController(const sptr<RSIWindowAnimationController>… in SetWindowAnimationController() function in OHOS::Rosen::WindowManagerService 1139 WMError ret = windowController_->SetWindowAnimationController(controller); in SetWindowAnimationController()
|
H A D | window_controller.cpp | 1080 WMError WindowController::SetWindowAnimationController(const sptr<RSIWindowAnimationController>& co… in SetWindowAnimationController() function in OHOS::Rosen::WindowController 1082 return RemoteAnimation::SetWindowAnimationController(controller); in SetWindowAnimationController()
|
H A D | remote_animation.cpp | 74 WMError RemoteAnimation::SetWindowAnimationController(const sptr<RSIWindowAnimationController>& con… in SetWindowAnimationController() function in OHOS::Rosen::RemoteAnimation
|