Searched refs:CacheUnit (Results 1 – 5 of 5) sorted by relevance
55 struct CacheUnit { struct61 CacheUnit() : cacheUser_(USER_MAX_COUNT), minLength_(CACHE_UNIT_MAX_KBS) {} in CacheUnit() function62 CacheUnit(CacheUser user, uint8_t length) : cacheUser_(user), minLength_(length) {} in CacheUnit() function
65 void SetConfigTable(const CacheUnit *table, size_t count);87 const CacheUnit *configTable_;90 static const CacheUnit DEFAULT_CONFIG_TABLE[];
31 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()
50 static const CacheUnit TEST_CONFIG_TABLE[];
22 const CacheUnit CacheManagerTddTest::TEST_CONFIG_TABLE[] = {82 const CacheUnit customerCacheUnitTable[] = {