Home
last modified time | relevance | path

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

/aosp_15_r20/packages/services/Car/cpp/watchdog/server/src/
DPerformanceProfiler.h238 mSystemEventDataCacheDurationSec(0), in kPressureMonitor()
411 std::chrono::seconds mSystemEventDataCacheDurationSec; variable
DPerformanceProfiler.cpp675 mSystemEventDataCacheDurationSec = in init()
1391 now - info->records.back().collectionTimeMillis < mSystemEventDataCacheDurationSec) { in clearExpiredSystemEventCollections()
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/tests/
DPerformanceProfilerTest.cpp1147 mCollector->mSystemEventDataCacheDurationSec = systemEventDataCacheDuration; in init()