Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DWatchdogPerfServiceTest.cpp55 constexpr std::chrono::seconds kTestCustomCollectionInterval = 3s; variable
294 args.push_back(String16(std::to_string(kTestCustomCollectionInterval.count()).c_str())); in TEST()
323 ASSERT_EQ(servicePeer.looperStub->numSecondsElapsed(), kTestCustomCollectionInterval.count()) in TEST()
325 << kTestCustomCollectionInterval.count() << " seconds interval"; in TEST()
454 args.push_back(String16(std::to_string(kTestCustomCollectionInterval.count()).c_str())); in TEST()
464 kTestCustomCollectionInterval.count()); in TEST()
479 int secondsElapsed = (i == 0 ? 0 : kTestCustomCollectionInterval.count()); in TEST()
496 kTestCustomCollectionDuration.count() % kTestCustomCollectionInterval.count()) in TEST()