Home
last modified time | relevance | path

Searched refs:BMS_COMPILE_STATUS (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_animation_strategy_test.cpp95 system::SetParameter(BMS_COMPILE_STATUS, "-1"); in HWTEST_F()
101 system::SetParameter(BMS_COMPILE_STATUS, BMS_COMPILE_STATUS_END); in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_animation_strategy.cpp60 std::string bmsCompileStatus = system::GetParameter(BMS_COMPILE_STATUS, "-1"); in CheckNeedOtaCompile()
H A Dboot_compile_progress.cpp124 if (system::GetParameter(BMS_COMPILE_STATUS, "-1") == BMS_COMPILE_STATUS_END) { in RegisterVsyncCallback()
175 if (WaitParameter(BMS_COMPILE_STATUS, BMS_COMPILE_STATUS_BEGIN.c_str(), WAITING_BMS_TIMEOUT)) { in WaitBmsStartIfNeeded()
249 isBmsCompileDone_ = system::GetParameter(BMS_COMPILE_STATUS, "-1") == BMS_COMPILE_STATUS_END; in UpdateCompileProgress()
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dutil.h47 constexpr const char* BMS_COMPILE_STATUS = "bms.optimizing_apps.status"; member

Completed in 3 milliseconds