Home
last modified time | relevance | path

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

/system/libvintf/
DXmlFile.cpp28 bool ManifestXmlFile::operator==(const ManifestXmlFile& other) const { in operator ==()
DHalManifest.cpp107 bool HalManifest::shouldAddXmlFile(const ManifestXmlFile& xmlFile) const { in shouldAddXmlFile()
404 const ManifestXmlFile& manifestXmlFile = it->second; in getXmlFilePath()
Dparse_xml.cpp871 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()
/system/libvintf/include/vintf/
DXmlFile.h56 struct ManifestXmlFile : public XmlFile { struct
58 bool operator==(const ManifestXmlFile& other) const; argument
DHalManifest.h55 struct HalManifest : public HalGroup<ManifestHal>, public XmlFileGroup<ManifestXmlFile> {
141 bool shouldAddXmlFile(const ManifestXmlFile& toAdd) const override;
/system/libvintf/test/
DLibVintfTest.cpp156 ManifestXmlFile xmlFile; in testDeviceManifestWithXmlFile()