/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/test/unittest/ |
H A D | rs_window_animation_proxy_test.cpp | 228 * @tc.desc: Verify the OnCloseWindow 237 proxyNull_->OnCloseWindow(nullptr, finishedCallback); in HWTEST_F() 238 proxyNull_->OnCloseWindow(windowAnimationTarget_, finishedCallback); in HWTEST_F() 240 proxy_->OnCloseWindow(nullptr, finishedCallback); in HWTEST_F() 241 proxy_->OnCloseWindow(windowAnimationTarget_, finishedCallback); in HWTEST_F()
|
H A D | rs_window_animation_stub_test.cpp | 51 void OnCloseWindow(const sptr<RSWindowAnimationTarget>& closingWindowTarget,
|
/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/include/ |
H A D | rs_iwindow_animation_controller.h | 65 virtual void OnCloseWindow(const sptr<RSWindowAnimationTarget>& closingWindow,
|
H A D | rs_window_animation_proxy.h | 49 void OnCloseWindow(const sptr<RSWindowAnimationTarget>& closingWindowTarget,
|
/foundation/window/window_manager/test/common/mock/ |
H A D | mock_rs_iwindow_animation_controller.h | 40 MOCK_METHOD2(OnCloseWindow, void(const sptr<RSWindowAnimationTarget>& closingWindow,
|
H A D | mock_RSIWindowAnimationController.h | 79 void OnCloseWindow(const sptr<RSWindowAnimationTarget>& closingWindow, in OnCloseWindow() function in OHOS::Rosen::RSIWindowAnimationControllerMocker
|
/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/test/fuzztest/rswindowanimation_fuzzer/ |
H A D | rswindowanimation_fuzzer.cpp | 102 rSWindowAnimationProxy->OnCloseWindow(nullptr, finishedCallback);
in RSWindowAnimationProxyFuzzTest()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/ |
H A D | rs_window_animation_controller.h | 56 void OnCloseWindow(const sptr<RSWindowAnimationTarget>& closingWindowTarget,
|
H A D | rs_window_animation_controller.cpp | 171 void RSWindowAnimationController::OnCloseWindow(const sptr<RSWindowAnimationTarget>& closingWindowTarget, in OnCloseWindow() function in OHOS::Rosen::RSWindowAnimationController 177 RS_TRACE_NAME("RSWindowAnimationController::OnCloseWindow"); in OnCloseWindow() 184 WALOGE("OnCloseWindow is not system app, not call js function."); in OnCloseWindow()
|
/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/src/ |
H A D | rs_window_animation_stub.cpp | 215 OnCloseWindow(closingWindow, finishedCallback); in CloseWindow()
|
H A D | rs_window_animation_proxy.cpp | 252 void RSWindowAnimationProxy::OnCloseWindow(const sptr<RSWindowAnimationTarget>& closingWindowTarget, in OnCloseWindow() function in OHOS::Rosen::RSWindowAnimationProxy 265 WALOGE("OnCloseWindow failed to write window animation target or callback!"); in OnCloseWindow() 271 WALOGE("OnCloseWindow remote is null!"); in OnCloseWindow() 277 WALOGE("OnCloseWindow failed to send close window request, error code:%d", ret); in OnCloseWindow()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | remote_animation.cpp | 445 windowAnimationController_->OnCloseWindow(srcTarget, finishedCallback); in NotifyAnimationClose() 478 windowAnimationController_->OnCloseWindow(target, finishCallback); in NotifyAnimationAbilityDied()
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_controller_test.cpp | 194 EXPECT_CALL(*mock, OnCloseWindow(_, _)).Times(1); in HWTEST_F()
|