Home
last modified time | relevance | path

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

/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
DValidateXml.h38 #define ASSERT_VALID_XML(xmlFilePath, xsdFilePath) \ argument
43 #define EXPECT_VALID_XML(xmlFilePath, xsdFilePath) \ argument
61 const char* xsdFilePath) { in validateXmlMultipleLocations()
73 const char* xsdFilePath) { in validateXmlMultipleLocations()
81 #define ASSERT_VALID_XML_MULTIPLE_LOCATIONS(xmlFileName, xmlFileLocations, xsdFilePath) \ argument
87 #define EXPECT_VALID_XML_MULTIPLE_LOCATIONS(xmlFileName, xmlFileLocations, xsdFilePath) \ argument
93 #define ASSERT_ONE_VALID_XML_MULTIPLE_LOCATIONS(xmlFileName, xmlFileLocations, xsdFilePath) \ argument
99 #define EXPECT_ONE_VALID_XML_MULTIPLE_LOCATIONS(xmlFileName, xmlFileLocations, xsdFilePath) \ argument
/hardware/interfaces/audio/common/all-versions/test/utility/src/
DValidateXml.cpp94 ::testing::AssertionResult validateXml(const char* xmlFilePathExpr, const char* xsdFilePathExpr, in validateXml()
136 const char* xsdFilePath) { in validateXmlMultipleLocations()