Home
last modified time | relevance | path

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

/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
DValidateXml.h60 const char* xmlFileName, std::initializer_list<const char*> xmlFileLocations, in validateXmlMultipleLocations()
68 ::testing::AssertionResult validateXmlMultipleLocations(const char* xmlFileNameExpr, 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.cpp135 const char* xmlFileName, const std::vector<std::string>& xmlFileLocations, in validateXmlMultipleLocations()