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.h191 mSystemEventDataCacheDurationSec(0), in PerformanceProfiler()
289 std::chrono::seconds mSystemEventDataCacheDurationSec; variable
DPerformanceProfiler.cpp394 mSystemEventDataCacheDurationSec = in init()
736 difftime(now, info->records.back().time) < mSystemEventDataCacheDurationSec.count()) { in clearExpiredSystemEventCollections()
/packages/services/Car/cpp/watchdog/server/tests/
DPerformanceProfilerTest.cpp532 mCollector->mSystemEventDataCacheDurationSec = value; in setSystemEventDataCacheDuration()