Searched refs:expectFetch (Results 1 – 1 of 1) sorted by relevance
/system/libvintf/test/ |
D | vintf_object_tests.cpp | 517 void expectFetch(const std::string& path, const std::string& content) { in expectFetch() function in android::vintf::testing::VintfObjectTestBase 742 expectFetch(kSystemVintfDir + "compatibility_matrix.1.xml"s, in TEST_F() 744 expectFetch(kSystemVintfDir + "compatibility_matrix.empty.xml"s, in TEST_F() 747 expectFetch(kVendorManifest, "<manifest " + kMetaVersionStr + " type=\"device\" />\n"); in TEST_F() 768 expectFetch(kSystemVintfDir + "compatibility_matrix.1.xml"s, in TEST_F() 770 expectFetch(kSystemVintfDir + "compatibility_matrix.empty.xml"s, in TEST_F() 772 expectFetch(kProductMatrix, in TEST_F() 783 expectFetch(kVendorManifest, "<manifest " + kMetaVersionStr + " type=\"device\" />\n"); in TEST_F() 965 expectFetch(kVendorLegacyManifest, vendorManifest); in TEST_F() 1139 expectFetch(kOdmVintfDir + "manifest_"s + productModel + ".xml", odmProductManifest); in TEST_P() [all …]
|