Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogPerfServiceTest.cpp816 for (int eventInt = EventType::BOOT_TIME_COLLECTION; eventInt < EventType::PERIODIC_MONITOR; in TEST_F() local
817 ++eventInt) { in TEST_F()
818 EventType eventType = static_cast<EventType>(eventInt); in TEST_F()
822 mServicePeer->setCurrCollectionEvent(static_cast<EventType>(eventInt)); in TEST_F()