Home
last modified time | relevance | path

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

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