Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_animation_strategy_test.cpp56 system::SetParameter(BOOT_COMPLETED, "false"); in HWTEST_F()
57 EXPECT_EQ(false, system::GetBoolParameter(BOOT_COMPLETED, false)); in HWTEST_F()
62 system::SetParameter(BOOT_COMPLETED, "true"); in HWTEST_F()
63 EXPECT_EQ(true, system::GetBoolParameter(BOOT_COMPLETED, false)); in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_animation_strategy.cpp39 bool bootEventCompleted = system::GetBoolParameter(BOOT_COMPLETED, false); in CheckExitAnimation()
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dutil.h54 constexpr const char* BOOT_COMPLETED = "bootevent.boot.completed"; member

Completed in 2 milliseconds