Lines Matching refs:minInterval
429 uint64_t newValue = ReportManager::minInterval.count() * 42; in TEST_F()
440 uint64_t newValue = ReportManager::minInterval.count() - 1; in TEST_F()
457 uint64_t newValue = ReportManager::minInterval.count(); in TEST_F()
762 .interval(ReportManager::minInterval)));
850 .interval(ReportManager::minInterval * 10),
881 DbusEnvironment::sleepFor(ReportManager::minInterval + 1ms); in TEST_P()
894 .interval(ReportManager::minInterval)); in SetUp()
901 DbusEnvironment::sleepFor(ReportManager::minInterval + 1ms); in TEST_F()
911 DbusEnvironment::sleepFor(ReportManager::minInterval + 1ms); in TEST_F()
1213 .interval(ReportManager::minInterval)); in TEST_F()
1218 EXPECT_THAT(elapsed, AllOf(Ge(ReportManager::minInterval), in TEST_F()
1219 Lt(ReportManager::minInterval * 2))); in TEST_F()