Searched refs:ManifestXmlFile (Results 1 – 6 of 6) sorted by relevance
28 bool ManifestXmlFile::operator==(const ManifestXmlFile& other) const { in operator ==()
107 bool HalManifest::shouldAddXmlFile(const ManifestXmlFile& xmlFile) const { in shouldAddXmlFile()404 const ManifestXmlFile& manifestXmlFile = it->second; in getXmlFilePath()
871 struct ManifestXmlFileConverter : public XmlNodeConverter<ManifestXmlFile> {873 void mutateNode(const ManifestXmlFile& f, NodeType* root, DocType* d) const override { in mutateNode()880 bool buildObject(ManifestXmlFile* object, NodeType* root, std::string* error) const override { in buildObject()1039 std::vector<ManifestXmlFile> xmlFiles; in buildObject()
56 struct ManifestXmlFile : public XmlFile { struct58 bool operator==(const ManifestXmlFile& other) const; argument
55 struct HalManifest : public HalGroup<ManifestHal>, public XmlFileGroup<ManifestXmlFile> {141 bool shouldAddXmlFile(const ManifestXmlFile& toAdd) const override;
156 ManifestXmlFile xmlFile; in testDeviceManifestWithXmlFile()