Searched refs:xmlFileName (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, const std::vector<std::string>& xmlFileLocations, 60 const char* xmlFileName, std::initializer_list<const char*> xmlFileLocations, in validateXmlMultipleLocations() argument 63 xmlFileNameExpr, xmlFileLocationsExpr, xsdFilePathExpr, xmlFileName, in validateXmlMultipleLocations() 71 const char* xmlFileName, in validateXmlMultipleLocations() 75 xmlFileNameExpr, xmlFileLocationsExpr, xsdFilePathExpr, xmlFileName, in validateXmlMultipleLocations() 81 #define ASSERT_VALID_XML_MULTIPLE_LOCATIONS(xmlFileName, xmlFileLocations, xsdFilePath) \ argument 84 xmlFileName, xmlFileLocations, xsdFilePath) 87 #define EXPECT_VALID_XML_MULTIPLE_LOCATIONS(xmlFileName, xmlFileLocations, xsdFilePath) \ argument 90 xmlFileName, xmlFileLocations, xsdFilePath) 93 #define ASSERT_ONE_VALID_XML_MULTIPLE_LOCATIONS(xmlFileName, xmlFileLocations, xsdFilePath) \ argument [all …]
|
/hardware/interfaces/audio/common/all-versions/test/utility/src/ |
D | ValidateXml.cpp | 135 const char* xmlFileName, const std::vector<std::string>& xmlFileLocations, in validateXmlMultipleLocations() argument 143 std::string xmlFilePath = location + "/"s + xmlFileName; in validateXmlMultipleLocations() 163 << "\n Which is: " << xmlFileName in validateXmlMultipleLocations()
|