Home
last modified time | relevance | path

Searched refs:StopBootAnimation (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_animation_operation.cpp60 mainHandler_->PostTask([this] { this->StopBootAnimation(); }, duration_); in StartEventHandler()
152 .callback = [this](void*) { this->StopBootAnimation(); }, in PlayVideo()
223 void BootAnimationOperation::StopBootAnimation() in StopBootAnimation() function in BootAnimationOperation
225 LOGI("StopBootAnimation"); in StopBootAnimation()
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_animation_operation_test.cpp193 * @tc.desc: Verify the StopBootAnimation
202 operation.mainHandler_->PostTask([&operation] { operation.StopBootAnimation(); }); in HWTEST_F()
207 operation.mainHandler_->PostTask([&operation] { operation.StopBootAnimation(); }); in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_animation_operation.h54 void StopBootAnimation();

Completed in 2 milliseconds