Searched refs:xmls (Results 1 – 3 of 3) sorted by relevance
/system/libvintf/ |
D | VintfObjectRecovery.cpp | 139 int32_t VintfObjectRecovery::CheckCompatibility(const std::vector<std::string>& xmls, in CheckCompatibility() argument 144 return vintfObject->checkCompatibility(xmls, error); in CheckCompatibility()
|
D | VintfObject.cpp | 515 int32_t VintfObject::checkCompatibility(const std::vector<std::string>& xmls, std::string* error, in checkCompatibility() argument 521 for (const auto &xml : xmls) { in checkCompatibility() 653 int32_t VintfObject::CheckCompatibility(const std::vector<std::string>& xmls, std::string* error, in CheckCompatibility() argument 655 return GetInstance()->checkCompatibility(xmls, error, flags); in CheckCompatibility()
|
/system/libvintf/test/ |
D | vintf_object_tests.cpp | 505 int checkCompatibility(const std::vector<std::string>& xmls, std::string* error) { in checkCompatibility() argument 506 return vintfObject->checkCompatibility(xmls, error); in checkCompatibility() 1127 void SetUpMockSystemMatrices(const std::vector<std::string>& xmls) { in SetUpMockSystemMatrices() argument 1134 for (const auto& content : xmls) { in SetUpMockSystemMatrices() 1142 for (const auto& content : xmls) { in SetUpMockSystemMatrices()
|