Home
last modified time | relevance | path

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

/aosp_15_r20/packages/services/Car/cpp/watchdog/server/sysprop/api/
Dlibwatchdog_properties-latest.txt58 api_name: "systemEventDataCacheDuration"
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/sysprop/
DWatchdogProperties.sysprop119 api_name: "systemEventDataCacheDuration"
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/tests/
DPerformanceProfilerTest.cpp1137 int maxUserSwitchEvents, std::chrono::seconds systemEventDataCacheDuration, in init() argument
1147 mCollector->mSystemEventDataCacheDurationSec = systemEventDataCacheDuration; in init()
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/src/
DPerformanceProfiler.cpp676 std::chrono::seconds(sysprop::systemEventDataCacheDuration().value_or( in init()