Searched refs:ShouldContinueReporting (Results 1 – 3 of 3) sorted by relevance
136 bool ShouldContinueReporting() { in ShouldContinueReporting() function in art::metrics::MetricsReporterTest137 return reporter_->ShouldContinueReporting(); in ShouldContinueReporting()211 ASSERT_FALSE(ShouldContinueReporting()); in TEST_F()221 ASSERT_FALSE(ShouldContinueReporting()); in TEST_F()231 ASSERT_FALSE(ShouldContinueReporting()); in TEST_F()242 ASSERT_FALSE(ShouldContinueReporting()); in TEST_F()252 ASSERT_FALSE(ShouldContinueReporting()); in TEST_F()263 ASSERT_TRUE(ShouldContinueReporting()); in TEST_F()273 ASSERT_TRUE(ShouldContinueReporting()); in TEST_F()283 ASSERT_FALSE(ShouldContinueReporting()); in TEST_F()[all …]
195 if (ShouldContinueReporting()) { in MaybeResetTimeout()229 bool MetricsReporter::ShouldContinueReporting() const { in ShouldContinueReporting() function in art::metrics::MetricsReporter246 DCHECK(ShouldContinueReporting()); in GetNextPeriodSeconds()
164 bool ShouldContinueReporting() const;