Home
last modified time | relevance | path

Searched refs:BOOT_ANIMATION_STARTED (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_animation_operation_test.cpp168 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 Dboot_video_player_test.cpp160 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 Dboot_animation_operation.cpp164 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 Dboot_video_player.cpp190 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 Dutil.h51 constexpr const char* BOOT_ANIMATION_STARTED = "bootevent.bootanimation.started"; member

Completed in 3 milliseconds