Searched refs:ManifestXmlFile (Results 1 – 6 of 6) sorted by relevance
28 bool ManifestXmlFile::operator==(const ManifestXmlFile& other) const { in operator ==()
150 bool HalManifest::shouldAddXmlFile(const ManifestXmlFile& xmlFile) const { in shouldAddXmlFile()495 const ManifestXmlFile& manifestXmlFile = it->second; in getXmlFilePath()
922 struct ManifestXmlFileConverter : public XmlNodeConverter<ManifestXmlFile> {924 void mutateNode(const ManifestXmlFile& f, NodeType* root, DocType* d) const override { in mutateNode()931 bool buildObject(ManifestXmlFile* object, NodeType* root, std::string* error) const override { in buildObject()1103 std::vector<ManifestXmlFile> xmlFiles; in buildObject()
56 struct ManifestXmlFile : public XmlFile { struct58 bool operator==(const ManifestXmlFile& other) const; argument
60 public XmlFileGroup<ManifestXmlFile>,151 bool shouldAddXmlFile(const ManifestXmlFile& toAdd) const override;
158 ManifestXmlFile xmlFile; in testDeviceManifestWithXmlFile()