Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DOveruseConfigurationXmlHelper.cpp79 constexpr const char kTagIoOveruseConfiguration[] = "ioOveruseConfiguration"; variable
406 if (const auto result = readExactlyOneElement(kTagIoOveruseConfiguration, rootElement); in readIoOveruseConfiguration()
410 return Error() << "Failed to read tag '" << kTagIoOveruseConfiguration in readIoOveruseConfiguration()
652 XMLElement* childElement = rootElement->InsertNewChildElement(kTagIoOveruseConfiguration); in writeIoOveruseConfiguration()
655 << kTagIoOveruseConfiguration << "'"; in writeIoOveruseConfiguration()