Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/sysprop/
DWatchdogProperties.sysprop83 api_name: "periodicMonitorInterval"
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogPerfService.cpp223 std::chrono::nanoseconds periodicMonitorInterval = in start() local
225 std::chrono::seconds(sysprop::periodicMonitorInterval().value_or( in start()
245 .pollingIntervalNs = periodicMonitorInterval, in start()