Searched refs:xmlFileLocations (Results 1 – 1 of 1) 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 64 std::vector<std::string>(xmlFileLocations.begin(), xmlFileLocations.end()), in validateXmlMultipleLocations() 72 std::vector<const char*> xmlFileLocations, in validateXmlMultipleLocations() argument 76 std::vector<std::string>(xmlFileLocations.begin(), xmlFileLocations.end()), 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 …]
|