Home
last modified time | relevance | path

Searched refs:xmls (Results 1 – 3 of 3) sorted by relevance

/system/libvintf/
DVintfObjectRecovery.cpp139 int32_t VintfObjectRecovery::CheckCompatibility(const std::vector<std::string>& xmls, in CheckCompatibility() argument
144 return vintfObject->checkCompatibility(xmls, error); in CheckCompatibility()
DVintfObject.cpp515 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/
Dvintf_object_tests.cpp505 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()