Searched refs:xmlFileLocations (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/ |
D | ValidateXml.h | 55 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/ |
D | ValidateXml.cpp | 135 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()
|