Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DPerformanceProfiler.h236 mSystemEventDataCacheDurationSec(0), in kPressureMonitor()
409 std::chrono::seconds mSystemEventDataCacheDurationSec; variable
DPerformanceProfiler.cpp654 mSystemEventDataCacheDurationSec = in init()
1366 now - info->records.back().collectionTimeMillis < mSystemEventDataCacheDurationSec) { in clearExpiredSystemEventCollections()
/packages/services/Car/cpp/watchdog/server/tests/
DPerformanceProfilerTest.cpp1127 mCollector->mSystemEventDataCacheDurationSec = value; in setSystemEventDataCacheDuration()