Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_compile_progress.h50 int64_t startTimeMs_ = -1; member in OHOS::BootCompileProgress
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_compile_progress.cpp165 startTimeMs_ = std::chrono::duration_cast<std::chrono::milliseconds>( in RegisterVsyncCallback()
167 endTimePredictMs_ = startTimeMs_ + timeLimitSec_ * SEC_MS; in RegisterVsyncCallback()
257 progress_ = (int32_t)((now - startTimeMs_) * ONE_HUNDRED_PERCENT / (timeLimitSec_ * SEC_MS)); in UpdateCompileProgress()

Completed in 4 milliseconds