Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DOveruseConfigurationXmlHelper.cpp611 const auto writeParamElement = [&](const char* param, int64_t value) -> Result<void> { in writeAlertThresholds() local
621 writeParamElement(kParamIdDurationSeconds, alertThresholds.durationInSeconds); in writeAlertThresholds()
626 if (const auto result = writeParamElement(kParamIdWrittenBytesPerSecond, in writeAlertThresholds()