Home
last modified time | relevance | path

Searched refs:kTestSystemEventCollectionInterval (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogPerfServiceTest.cpp77 constexpr std::chrono::seconds kTestSystemEventCollectionInterval = 1s; variable
143 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 …]