Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DOveruseConfigurationXmlHelper.cpp80 constexpr const char kTagPackageSpecificThresholds[] = "packageSpecificThresholds"; variable
315 rootElement->FirstChildElement(kTagPackageSpecificThresholds); in readPackageSpecificThresholds()
317 childElement = childElement->NextSiblingElement(kTagPackageSpecificThresholds)) { in readPackageSpecificThresholds()
322 << kTagPackageSpecificThresholds << "': " << result.error(); in readPackageSpecificThresholds()
572 XMLElement* childElement = rootElement->InsertNewChildElement(kTagPackageSpecificThresholds); in writePackageSpecificThresholds()
575 << kTagPackageSpecificThresholds << "'"; in writePackageSpecificThresholds()