Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/
H A Dcache_config.h55 struct CacheUnit { struct
61 CacheUnit() : cacheUser_(USER_MAX_COUNT), minLength_(CACHE_UNIT_MAX_KBS) {} in CacheUnit() function
62 CacheUnit(CacheUser user, uint8_t length) : cacheUser_(user), minLength_(length) {} in CacheUnit() function
H A Dcache_manager.h65 void SetConfigTable(const CacheUnit *table, size_t count);
87 const CacheUnit *configTable_;
90 static const CacheUnit DEFAULT_CONFIG_TABLE[];
H A Dcache_manager.cpp31 const CacheUnit CacheManager::DEFAULT_CONFIG_TABLE[] = {
38 configTableLen_ = sizeof(DEFAULT_CONFIG_TABLE) / sizeof(CacheUnit); in CacheManager()
59 void CacheManager::SetConfigTable(const CacheUnit *table, size_t count) in SetConfigTable()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/test/unittest/common/
H A Dcache_manager_tdd_test.h50 static const CacheUnit TEST_CONFIG_TABLE[];
H A Dcache_manager_tdd_test.cpp22 const CacheUnit CacheManagerTddTest::TEST_CONFIG_TABLE[] = {
82 const CacheUnit customerCacheUnitTable[] = {