Home
last modified time | relevance | path

Searched refs:testController (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/wmserver/test/unittest/
H A Dstarting_window_test.cpp356 sptr<RSIWindowAnimationController> testController = nullptr; in HWTEST_F() local
357 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, RemoteAnimation::SetWindowAnimationController(testController)); in HWTEST_F()
373 sptr<RSIWindowAnimationController> testController = nullptr; in HWTEST_F() local
374 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, RemoteAnimation::SetWindowAnimationController(testController)); in HWTEST_F()
391 sptr<RSIWindowAnimationController> testController = nullptr; in HWTEST_F() local
392 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, RemoteAnimation::SetWindowAnimationController(testController)); in HWTEST_F()
405 sptr<RSIWindowAnimationController> testController = new RSIWindowAnimationControllerMocker(); in HWTEST_F() local
406 ASSERT_EQ(WMError::WM_OK, RemoteAnimation::SetWindowAnimationController(testController)); in HWTEST_F()
422 sptr<RSIWindowAnimationController> testController = new RSIWindowAnimationControllerMocker(); in HWTEST_F() local
423 ASSERT_EQ(WMError::WM_OK, RemoteAnimation::SetWindowAnimationController(testController)); in HWTEST_F()
441 sptr<RSIWindowAnimationController> testController = new RSIWindowAnimationControllerMocker(); HWTEST_F() local
[all...]
H A Dremote_animation_test.cpp276 auto testController = RemoteAnimation::windowAnimationController_; in HWTEST_F() local
280 RemoteAnimation::OnRemoteDie(testController->AsObject()); // controller is nullptr in HWTEST_F()
282 RemoteAnimation::OnRemoteDie(testController->AsObject()); // controller is nullptr in HWTEST_F()
307 auto testController = RemoteAnimation::windowAnimationController_; in HWTEST_F() local
308 RemoteAnimation::OnRemoteDie(testController->AsObject()); // controller is not nullptr in HWTEST_F()
814 RSIWindowAnimationControllerMocker* testController = reinterpret_cast<RSIWindowAnimationControllerMocker*>( in HWTEST_F() local
816 EXPECT_NE(nullptr, testController->finishedCallback_); in HWTEST_F()
817 testController->finishedCallback_->OnAnimationFinished(); in HWTEST_F()
823 testController = reinterpret_cast<RSIWindowAnimationControllerMocker*>( in HWTEST_F()
825 EXPECT_NE(nullptr, testController in HWTEST_F()
850 RSIWindowAnimationControllerMocker* testController = reinterpret_cast<RSIWindowAnimationControllerMocker*>( HWTEST_F() local
880 RSIWindowAnimationControllerMocker* testController = reinterpret_cast<RSIWindowAnimationControllerMocker*>( HWTEST_F() local
903 RSIWindowAnimationControllerMocker* testController = reinterpret_cast<RSIWindowAnimationControllerMocker*>( HWTEST_F() local
922 RSIWindowAnimationControllerMocker* testController = reinterpret_cast<RSIWindowAnimationControllerMocker*>( HWTEST_F() local
966 RSIWindowAnimationControllerMocker* testController = reinterpret_cast<RSIWindowAnimationControllerMocker*>( HWTEST_F() local
1009 RSIWindowAnimationControllerMocker* testController = reinterpret_cast<RSIWindowAnimationControllerMocker*>( HWTEST_F() local
[all...]

Completed in 3 milliseconds