Searched refs:kTestPeriodicMonitorIntervalSecs (Results 1 – 1 of 1) sorted by relevance
81 constexpr std::chrono::seconds kTestPeriodicMonitorIntervalSecs = 2s; variable148 mService->mPeriodicMonitor.pollingIntervalNs = kTestPeriodicMonitorIntervalSecs; in updateIntervals()466 ASSERT_EQ(mLooperStub->numSecondsElapsed(), kTestPeriodicMonitorIntervalSecs.count()) in TEST_F()468 << kTestPeriodicMonitorIntervalSecs.count() << " seconds interval"; in TEST_F()478 ASSERT_EQ(mLooperStub->numSecondsElapsed(), kTestPeriodicMonitorIntervalSecs.count()) in TEST_F()480 << kTestPeriodicMonitorIntervalSecs.count() << " seconds interval"; in TEST_F()641 ASSERT_EQ(mLooperStub->numSecondsElapsed(), kTestPeriodicMonitorIntervalSecs.count()); in TEST_F()1475 ASSERT_EQ(mLooperStub->numSecondsElapsed(), kTestPeriodicMonitorIntervalSecs.count()) in TEST_F()1477 << kTestPeriodicMonitorIntervalSecs.count() << " seconds interval"; in TEST_F()