Home
last modified time | relevance | path

Searched refs:timeLimitSec_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_compile_progress.h49 int32_t timeLimitSec_ = -1; member in OHOS::BootCompileProgress
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_compile_progress.cpp75 timeLimitSec_ = system::GetIntParameter<int32_t>(OTA_COMPILE_TIME_LIMIT, OTA_COMPILE_TIME_LIMIT_DEFAULT); in Init()
167 endTimePredictMs_ = startTimeMs_ + timeLimitSec_ * SEC_MS; in RegisterVsyncCallback()
257 progress_ = (int32_t)((now - startTimeMs_) * ONE_HUNDRED_PERCENT / (timeLimitSec_ * SEC_MS)); in UpdateCompileProgress()

Completed in 2 milliseconds