Searched refs:kTestSystemEventCollectionIntervalSecs (Results 1 – 1 of 1) sorted by relevance
83 constexpr std::chrono::seconds kTestSystemEventCollectionIntervalSecs = 1s; variable173 mService->mBoottimeCollection.pollingIntervalNs = kTestSystemEventCollectionIntervalSecs; in updateIntervals()175 mService->mUserSwitchCollection.pollingIntervalNs = kTestSystemEventCollectionIntervalSecs; in updateIntervals()208 kTestSystemEventCollectionIntervalSecs) in getCurrentCollectionIntervalMillis()284 kTestSystemEventCollectionIntervalSecs.count()); in startPeriodicCollection()460 ASSERT_EQ(mLooperStub->numSecondsElapsed(), kTestSystemEventCollectionIntervalSecs.count()) in TEST_F()462 << kTestSystemEventCollectionIntervalSecs.count() << " seconds interval"; in TEST_F()469 kTestSystemEventCollectionIntervalSecs.count()); in TEST_F()485 ASSERT_EQ(mLooperStub->numSecondsElapsed(), kTestSystemEventCollectionIntervalSecs.count()) in TEST_F()487 << kTestSystemEventCollectionIntervalSecs.count() << " seconds interval"; in TEST_F()[all …]