Home
last modified time | relevance | path

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

/system/libvintf/test/
Dvintf_object_tests.cpp2167 void expectManifest(const std::string& path, const std::string& interface, bool exists) { in expectManifest() function in android::vintf::testing::FrameworkManifestTest
2221 expectManifest("/apex/com.system/etc/vintf/manifest.xml", "ISystemApex", true); in expectApex()
2230 expectManifest(kSystemManifest, "ISystemEtc", std::get<0>(GetParam())); in TEST_P()
2232 expectManifest(kProductManifest, "IProductEtc", std::get<2>(GetParam())); in TEST_P()
2234 expectManifest(kSystemExtManifest, "ISystemExtEtc", std::get<4>(GetParam())); in TEST_P()