Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/
H A Dcache_manager.cpp37 configTable_ = DEFAULT_CONFIG_TABLE; in CacheManager()
66 configTable_ = table; in SetConfigTable()
88 if (configTableLen_ == 0 || configTable_ == nullptr) { in PrecheckStatus()
105 lowestRequiredKBs = lowestRequiredKBs + configTable_[index].minLength_; in PrecheckStatus()
137 …size_t requestBytes = (configTable_[index].minLength_ * bytesOneKB) + MAGIC_NUMBER_TOTAL_LENGTH_FO… in DistributeCacheRange()
139 cacheUnitInfo_[configTable_[index].cacheUser_].cacheStartAddr = startPos; in DistributeCacheRange()
140 cacheUnitInfo_[configTable_[index].cacheUser_].cacheLength = requestBytes; in DistributeCacheRange()
H A Dcache_manager.h87 const CacheUnit *configTable_; variable