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.cpp124 static sp<IBase> GetPassthroughService(const FqInstance &fq_instance) { in GetPassthroughService() argument
125 for (size_t minor_version = fq_instance.getMinorVersion();; --minor_version) { in GetPassthroughService()
128 if (!interface.setTo(fq_instance.getPackage(), in GetPassthroughService()
129 fq_instance.getMajorVersion(), minor_version, in GetPassthroughService()
130 fq_instance.getInterface())) { in GetPassthroughService()
131 ADD_FAILURE() << fq_instance.string() in GetPassthroughService()
137 interface.string(), fq_instance.getInstance(), Transport::PASSTHROUGH); in GetPassthroughService()
151 << fq_instance.getInstance() << " as " in GetPassthroughService()
152 << fq_instance.string() in GetPassthroughService()
154 << fq_instance.string(); in GetPassthroughService()
[all …]