Home
last modified time | relevance | path

Searched refs:xmlFileLocations (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
DValidateXml.h55 const char* xmlFileName, std::vector<const char*> xmlFileLocations, const char* xsdFilePath);
58 #define ASSERT_VALID_XML_MULTIPLE_LOCATIONS(xmlFileName, xmlFileLocations, xsdFilePath) \ argument
61 xmlFileName, xmlFileLocations, xsdFilePath)
64 #define EXPECT_VALID_XML_MULTIPLE_LOCATIONS(xmlFileName, xmlFileLocations, xsdFilePath) \ argument
67 xmlFileName, xmlFileLocations, xsdFilePath)
70 #define ASSERT_ONE_VALID_XML_MULTIPLE_LOCATIONS(xmlFileName, xmlFileLocations, xsdFilePath) \ argument
73 xmlFileName, xmlFileLocations, xsdFilePath)
76 #define EXPECT_ONE_VALID_XML_MULTIPLE_LOCATIONS(xmlFileName, xmlFileLocations, xsdFilePath) \ argument
79 xmlFileName, xmlFileLocations, xsdFilePath)
/hardware/interfaces/audio/common/all-versions/test/utility/src/
DValidateXml.cpp135 const char* xmlFileName, std::vector<const char*> xmlFileLocations, const char* xsdFilePath) { in validateXmlMultipleLocations() argument
141 for (const char* location : xmlFileLocations) { in validateXmlMultipleLocations()
164 << "\n Which is: " << ::testing::PrintToString(xmlFileLocations) in validateXmlMultipleLocations()