Lines Matching full:mininterval
427 uint64_t newValue = ReportManager::minInterval.count() * 42; in TEST_F()
438 uint64_t newValue = ReportManager::minInterval.count() - 1; in TEST_F()
455 uint64_t newValue = ReportManager::minInterval.count(); in TEST_F()
760 .interval(ReportManager::minInterval)));
848 .interval(ReportManager::minInterval * 10),
879 DbusEnvironment::sleepFor(ReportManager::minInterval + 1ms); in TEST_P()
892 .interval(ReportManager::minInterval)); in SetUp()
899 DbusEnvironment::sleepFor(ReportManager::minInterval + 1ms); in TEST_F()
909 DbusEnvironment::sleepFor(ReportManager::minInterval + 1ms); in TEST_F()
1211 .interval(ReportManager::minInterval)); in TEST_F()
1216 EXPECT_THAT(elapsed, AllOf(Ge(ReportManager::minInterval), in TEST_F()
1217 Lt(ReportManager::minInterval * 2))); in TEST_F()