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.cpp81 constexpr const char kTagPackageSpecificThresholds[] = "packageSpecificThresholds"; variable
316 rootElement->FirstChildElement(kTagPackageSpecificThresholds); in readPackageSpecificThresholds()
318 childElement = childElement->NextSiblingElement(kTagPackageSpecificThresholds)) { in readPackageSpecificThresholds()
323 << kTagPackageSpecificThresholds << "': " << result.error(); in readPackageSpecificThresholds()
573 XMLElement* childElement = rootElement->InsertNewChildElement(kTagPackageSpecificThresholds); in writePackageSpecificThresholds()
576 << kTagPackageSpecificThresholds << "'"; in writePackageSpecificThresholds()