Searched refs:TRIM_ENTRY (Results 1 – 4 of 4) sorted by relevance
14 EXPECT_EQ(0, stats.GetCounter(disk_cache::Stats::TRIM_ENTRY)); in TEST()24 EXPECT_EQ(0, stats.GetCounter(disk_cache::Stats::TRIM_ENTRY)); in TEST()51 stats->OnEvent(disk_cache::Stats::TRIM_ENTRY); in TEST()64 EXPECT_EQ(1, stats->GetCounter(disk_cache::Stats::TRIM_ENTRY)); in TEST()77 EXPECT_EQ(1, stats->GetCounter(disk_cache::Stats::TRIM_ENTRY)); in TEST()
31 TRIM_ENTRY, enumerator
305 backend_->OnEvent(Stats::TRIM_ENTRY); in EvictEntry()
1948 int64_t trim_rate = stats_.GetCounter(Stats::TRIM_ENTRY) / use_hours; in ReportStats()1975 stats_.SetCounter(Stats::TRIM_ENTRY, 0); in ReportStats()