Home
last modified time | relevance | path

Searched refs:bytesOneKB (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/
H A Dcache_manager.cpp113 constexpr uint16_t bytesOneKB = 1024; in PrecheckStatus() local
115 size_t totalRequiredBytes = lowestRequiredKBs * bytesOneKB; in PrecheckStatus()
134 constexpr uint16_t bytesOneKB = 1024; in DistributeCacheRange() local
137 …size_t requestBytes = (configTable_[index].minLength_ * bytesOneKB) + MAGIC_NUMBER_TOTAL_LENGTH_FO… in DistributeCacheRange()