Lines Matching refs:interface
103 static FqInstance ToFqInstance(const string &interface, in ToFqInstance() argument
108 if (!fq_interface.setTo(interface)) { in ToFqInstance()
109 ADD_FAILURE() << interface << " is not a valid FQName"; in ToFqInstance()
115 ADD_FAILURE() << "Cannot convert to FqInstance: " << interface << "/" in ToFqInstance()
127 FqInstance interface; in GetPassthroughService() local
128 if (!interface.setTo(fq_instance.getPackage(), in GetPassthroughService()
137 interface.string(), fq_instance.getInstance(), Transport::PASSTHROUGH); in GetPassthroughService()
143 if (intf == interface.string()) { in GetPassthroughService()
150 ADD_FAILURE() << "Retrieved " << interface.string() << "/" in GetPassthroughService()
157 cout << "Retrieved " << interface.string() << "/" in GetPassthroughService()
250 [&](const auto &interface) { in TEST_P() argument
251 return ToFqInstance(interface, declared_instance.getInstance()); in TEST_P()
415 for (const auto &interface : interfaces) { in TEST_P() local
416 if (std::string(interface) == IBase::descriptor) continue; in TEST_P()
419 std::string(interface) + "/" + instance_name; in TEST_P()
589 const string &interface, in TEST_P()
593 const std::string type = package + "." + interface; in TEST_P()