Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogPerfService.cpp64 const std::chrono::nanoseconds kMinEventInterval = 1s; variable
678 if (interval < kMinEventInterval || maxDuration < kMinEventInterval) { in startCustomCollection()
681 << std::chrono::duration_cast<std::chrono::milliseconds>(kMinEventInterval).count() in startCustomCollection()
864 if (metadata->pollingIntervalNs < kMinEventInterval) { in processCollectionEvent()
871 << std::chrono::duration_cast<std::chrono::seconds>(kMinEventInterval).count() in processCollectionEvent()
975 if (metadata->pollingIntervalNs < kMinEventInterval) { in processMonitorEvent()
981 << std::chrono::duration_cast<std::chrono::seconds>(kMinEventInterval).count() in processMonitorEvent()
1007 delta < kMinEventInterval.count()) { in processMonitorEvent()