Searched refs:BOOT_ANIMATION_STARTED (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/ |
H A D | boot_animation_operation_test.cpp | 168 system::SetParameter(BOOT_ANIMATION_STARTED, "false"); in HWTEST_F() 171 system::SetParameter(BOOT_ANIMATION_STARTED, "true"); in HWTEST_F() 201 system::SetParameter(BOOT_ANIMATION_STARTED, "false"); in HWTEST_F() 206 system::SetParameter(BOOT_ANIMATION_STARTED, "true"); in HWTEST_F()
|
H A D | boot_video_player_test.cpp | 160 system::SetParameter(BOOT_ANIMATION_STARTED, "false");
in HWTEST_F() 162 EXPECT_EQ(system::GetBoolParameter(BOOT_ANIMATION_STARTED, false), true);
in HWTEST_F()
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_animation_operation.cpp | 164 if (!system::GetBoolParameter(BOOT_ANIMATION_STARTED, false)) {
in PlayPicture() 165 system::SetParameter(BOOT_ANIMATION_STARTED, "true");
in PlayPicture() 226 if (!system::GetBoolParameter(BOOT_ANIMATION_STARTED, false)) {
in StopBootAnimation() 227 system::SetParameter(BOOT_ANIMATION_STARTED, "true");
in StopBootAnimation()
|
H A D | boot_video_player.cpp | 190 if (!system::GetBoolParameter(BOOT_ANIMATION_STARTED, false)) { in OnInfo() 191 system::SetParameter(BOOT_ANIMATION_STARTED, "true"); in OnInfo()
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/ |
H A D | util.h | 51 constexpr const char* BOOT_ANIMATION_STARTED = "bootevent.bootanimation.started"; member
|
Completed in 2 milliseconds