Searched refs:ShouldContinueReporting (Results 1 – 3 of 3) sorted by relevance
139 bool ShouldContinueReporting() { in ShouldContinueReporting() function in art::metrics::MetricsReporterTest140 return reporter_->ShouldContinueReporting(); in ShouldContinueReporting()214 ASSERT_FALSE(ShouldContinueReporting()); in TEST_F()224 ASSERT_FALSE(ShouldContinueReporting()); in TEST_F()234 ASSERT_FALSE(ShouldContinueReporting()); in TEST_F()245 ASSERT_FALSE(ShouldContinueReporting()); in TEST_F()255 ASSERT_FALSE(ShouldContinueReporting()); in TEST_F()266 ASSERT_TRUE(ShouldContinueReporting()); in TEST_F()276 ASSERT_TRUE(ShouldContinueReporting()); in TEST_F()286 ASSERT_FALSE(ShouldContinueReporting()); in TEST_F()[all …]
187 if (ShouldContinueReporting()) { in MaybeResetTimeout()225 bool MetricsReporter::ShouldContinueReporting() const { in ShouldContinueReporting() function in art::metrics::MetricsReporter242 DCHECK(ShouldContinueReporting()); in GetNextPeriodSeconds()
161 bool ShouldContinueReporting() const;