Home
last modified time | relevance | path

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

/test/vts-testcase/hal/treble/vintf/
DVtsTrebleVintfTestBase.h45 static void ForEachAidlHalInstance(const HalManifestPtr &, AidlVerifyFn);
46 static void ForEachHidlHalInstance(const HalManifestPtr &, HidlVerifyFn);
62 static set<string> GetPassthroughHals(HalManifestPtr manifest);
63 static set<string> GetHwbinderHals(HalManifestPtr manifest);
DVtsTrebleVintfTestBase.cpp89 const HalManifestPtr &manifest, HidlVerifyFn fn) { in ForEachHidlHalInstance()
113 const HalManifestPtr &manifest, AidlVerifyFn fn) { in ForEachAidlHalInstance()
226 HalManifestPtr manifest) { in GetPassthroughHals()
251 set<string> VtsTrebleVintfTestBase::GetHwbinderHals(HalManifestPtr manifest) { in GetHwbinderHals()
Dutils.h74 using HalManifestPtr = std::shared_ptr<const HalManifest>; variable
134 void PrintTo(const android::vintf::testing::HalManifestPtr& v, ostream* os);
DSingleManifestTest.h29 public ::testing::WithParamInterface<HalManifestPtr> {
DDeviceManifestTest.h37 HalManifestPtr vendor_manifest_;
DDeviceManifestTest.cpp96 static std::vector<HalManifestPtr> GetTestManifests() { in GetTestManifests()
Dutils.cpp135 void PrintTo(const android::vintf::testing::HalManifestPtr &v, ostream *os) { in PrintTo()
DSystemVendorTest.cpp146 static std::vector<HalManifestPtr> GetTestManifests() { in GetTestManifests()