Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DOveruseConfigurationXmlHelper.cpp80 constexpr const char kTagComponentLevelThresholds[] = "componentLevelThresholds"; variable
270 if (const auto result = readExactlyOneElement(kTagComponentLevelThresholds, rootElement); in readComponentLevelThresholds()
274 return Error() << "Failed to read tag '" << kTagComponentLevelThresholds in readComponentLevelThresholds()
544 XMLElement* childElement = rootElement->InsertNewChildElement(kTagComponentLevelThresholds); in writeComponentLevelThresholds()
547 << kTagComponentLevelThresholds << "'"; in writeComponentLevelThresholds()