Lines Matching refs:expectFetch

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()
1148 expectFetch(kOdmManifest, odmManifest); in TEST_P()
1156 expectFetch(kOdmLegacyVintfDir + "manifest_"s + productModel + ".xml", odmProductManifest); in TEST_P()
1165 expectFetch(kOdmLegacyManifest, odmManifest); in TEST_P()
1861 expectFetch(kVendorManifest, xml); in expectKernelFcmVersion()
2271 expectFetch(kSystemManifest, systemManifest); in SetUp()
2277 expectFetch(kSystemManifestFragmentDir + "hidl.xml"s, hidlFragment); in SetUp()
2281 expectFetch(kSystemManifestFragmentDir + "aidl.xml"s, aidlFragment); in SetUp()
2295 expectFetch(kVendorManifest, xml); in expectTargetFcmVersion()
2347 expectFetch(kVendorManifest, xml); in TEST_F()