Home
last modified time | relevance | path

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

/test/vts-testcase/hal/treble/vintf/
DVtsTrebleVintfTestBase.h44 static void ForEachAidlHalInstance(const HalManifestPtr &, AidlVerifyFn);
45 static void ForEachHidlHalInstance(const HalManifestPtr &, HidlVerifyFn);
60 static set<string> GetPassthroughHals(HalManifestPtr manifest);
61 static set<string> GetHwbinderHals(HalManifestPtr manifest);
DVtsTrebleVintfTestBase.cpp88 const HalManifestPtr &manifest, HidlVerifyFn fn) { in ForEachHidlHalInstance()
112 const HalManifestPtr &manifest, AidlVerifyFn fn) { in ForEachAidlHalInstance()
206 HalManifestPtr manifest) { in GetPassthroughHals()
231 set<string> VtsTrebleVintfTestBase::GetHwbinderHals(HalManifestPtr manifest) { in GetHwbinderHals()
Dutils.h71 using HalManifestPtr = std::shared_ptr<const HalManifest>; variable
126 void PrintTo(const android::vintf::testing::HalManifestPtr& v, ostream* os);
DSingleManifestTest.h29 public ::testing::WithParamInterface<HalManifestPtr> {
DDeviceManifestTest.h37 HalManifestPtr vendor_manifest_;
DDeviceManifestTest.cpp56 static std::vector<HalManifestPtr> GetTestManifests() { in GetTestManifests()
Dutils.cpp137 void PrintTo(const android::vintf::testing::HalManifestPtr &v, ostream *os) { in PrintTo()
DSystemVendorTest.cpp146 static std::vector<HalManifestPtr> GetTestManifests() { in GetTestManifests()