Searched refs:numSecondsElapsed (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/cpp/watchdog/server/tests/ |
D | WatchdogPerfServiceTest.cpp | 349 ASSERT_EQ(mLooperStub->numSecondsElapsed(), 0) in TEST_F() 399 ASSERT_EQ(mLooperStub->numSecondsElapsed(), 0) in TEST_F() 416 ASSERT_EQ(mLooperStub->numSecondsElapsed(), kTestSystemEventCollectionIntervalSecs.count()) in TEST_F() 441 ASSERT_EQ(mLooperStub->numSecondsElapsed(), kTestSystemEventCollectionIntervalSecs.count()) in TEST_F() 452 ASSERT_EQ(mLooperStub->numSecondsElapsed(), kTestSystemEventCollectionIntervalSecs.count()) in TEST_F() 466 ASSERT_EQ(mLooperStub->numSecondsElapsed(), kTestPeriodicMonitorIntervalSecs.count()) in TEST_F() 478 ASSERT_EQ(mLooperStub->numSecondsElapsed(), kTestPeriodicMonitorIntervalSecs.count()) in TEST_F() 514 ASSERT_EQ(mLooperStub->numSecondsElapsed(), 1) in TEST_F() 574 ASSERT_EQ(mLooperStub->numSecondsElapsed(), 0) << "Custom collection didn't start immediately"; in TEST_F() 595 ASSERT_EQ(mLooperStub->numSecondsElapsed(), kTestCustomCollectionIntervalSecs.count()) in TEST_F() [all …]
|
D | LooperStub.h | 71 nsecs_t numSecondsElapsed() { in numSecondsElapsed() function
|