Home
last modified time | relevance | path

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

/test/vts-testcase/hal/treble/vintf/
DSingleManifestTest.cpp127 static sp<IBase> GetPassthroughService(const FqInstance &fq_instance) { in GetPassthroughService() argument
128 for (size_t minor_version = fq_instance.getMinorVersion();; --minor_version) { in GetPassthroughService()
131 if (!interface.setTo(fq_instance.getPackage(), in GetPassthroughService()
132 fq_instance.getMajorVersion(), minor_version, in GetPassthroughService()
133 fq_instance.getInterface())) { in GetPassthroughService()
134 ADD_FAILURE() << fq_instance.string() in GetPassthroughService()
140 interface.string(), fq_instance.getInstance(), Transport::PASSTHROUGH); in GetPassthroughService()
154 << fq_instance.getInstance() << " as " in GetPassthroughService()
155 << fq_instance.string() in GetPassthroughService()
157 << fq_instance.string(); in GetPassthroughService()
[all …]