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.cpp78 constexpr const char kTagIoOveruseConfiguration[] = "ioOveruseConfiguration"; variable
405 if (const auto result = readExactlyOneElement(kTagIoOveruseConfiguration, rootElement); in readIoOveruseConfiguration()
409 return Error() << "Failed to read tag '" << kTagIoOveruseConfiguration in readIoOveruseConfiguration()
651 XMLElement* childElement = rootElement->InsertNewChildElement(kTagIoOveruseConfiguration); in writeIoOveruseConfiguration()
654 << kTagIoOveruseConfiguration << "'"; in writeIoOveruseConfiguration()