Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DOveruseConfigurationXmlHelper.cpp93 constexpr const char kParamIdDurationSeconds[] = "duration_seconds"; variable
366 if (!strcmp(param, kParamIdDurationSeconds)) { in readIoOveruseAlertThreshold()
367 seenParams.insert(kParamIdDurationSeconds); in readIoOveruseAlertThreshold()
621 writeParamElement(kParamIdDurationSeconds, alertThresholds.durationInSeconds); in writeAlertThresholds()
623 return Error() << "Failed to write duration for param '" << kParamIdDurationSeconds in writeAlertThresholds()