Home
last modified time | relevance | path

Searched defs:HalManifestConverter (Results 1 – 2 of 2) sorted by relevance

/system/libvintf/
Dparse_xml.cpp917 struct HalManifestConverter : public XmlNodeConverter<HalManifest> { struct
918 std::string elementName() const override { return "manifest"; } in elementName()
919 void mutateNode(const HalManifest &m, NodeType *root, DocType *d) const override { in mutateNode()
922 void mutateNode(const HalManifest& m, NodeType* root, DocType* d, in mutateNode()
969 bool buildObject(HalManifest* object, NodeType* root, std::string* error) const override { in buildObject()
/system/libvintf/test/
DLibVintfTest.cpp267 TEST_F(LibVintfTest, HalManifestConverter) { in TEST_F() argument