Searched refs:xmlFile (Results 1 – 3 of 3) sorted by relevance
1107 for (auto&& xmlFile : xmlFiles) { in buildObject()1108 std::string description{xmlFile.name()}; in buildObject()1109 if (!object->addXmlFile(std::move(xmlFile))) { in buildObject()1294 for (auto&& xmlFile : xmlFiles) { in buildObject()1295 if (!xmlFile.optional()) { in buildObject()1296 *error = "compatibility-matrix.xmlfile entry " + xmlFile.name() + in buildObject()1300 std::string description{xmlFile.name()}; in buildObject()1301 if (!object->addXmlFile(std::move(xmlFile))) { in buildObject()
150 bool HalManifest::shouldAddXmlFile(const ManifestXmlFile& xmlFile) const { in shouldAddXmlFile()151 auto existingXmlFiles = getXmlFiles(xmlFile.name()); in shouldAddXmlFile()153 if (xmlFile.version() == it->second.version()) { in shouldAddXmlFile()
158 ManifestXmlFile xmlFile; in testDeviceManifestWithXmlFile() local159 xmlFile.mName = "media_profile"; in testDeviceManifestWithXmlFile()160 xmlFile.mVersion = {1, 0}; in testDeviceManifestWithXmlFile()161 vm.addXmlFile(std::move(xmlFile)); in testDeviceManifestWithXmlFile()