Searched refs:kTestSystemEventCollectionInterval (Results 1 – 1 of 1) sorted by relevance
77 constexpr std::chrono::seconds kTestSystemEventCollectionInterval = 1s; variable143 mService->mBoottimeCollection.pollingIntervalNs = kTestSystemEventCollectionInterval; in updateIntervals()145 mService->mUserSwitchCollection.pollingIntervalNs = kTestSystemEventCollectionInterval; in updateIntervals()231 kTestSystemEventCollectionInterval.count()); in startPeriodicCollection()390 ASSERT_EQ(mLooperStub->numSecondsElapsed(), kTestSystemEventCollectionInterval.count()) in TEST_F()392 << kTestSystemEventCollectionInterval.count() << " seconds interval"; in TEST_F()399 kTestSystemEventCollectionInterval.count()); in TEST_F()415 ASSERT_EQ(mLooperStub->numSecondsElapsed(), kTestSystemEventCollectionInterval.count()) in TEST_F()417 << kTestSystemEventCollectionInterval.count() << " seconds interval"; in TEST_F()426 ASSERT_EQ(mLooperStub->numSecondsElapsed(), kTestSystemEventCollectionInterval.count()) in TEST_F()[all …]