Lines Matching refs:interface
106 static FqInstance ToFqInstance(const string &interface, in ToFqInstance() argument
111 if (!fq_interface.setTo(interface)) { in ToFqInstance()
112 ADD_FAILURE() << interface << " is not a valid FQName"; in ToFqInstance()
118 ADD_FAILURE() << "Cannot convert to FqInstance: " << interface << "/" in ToFqInstance()
130 FqInstance interface; in GetPassthroughService() local
131 if (!interface.setTo(fq_instance.getPackage(), in GetPassthroughService()
140 interface.string(), fq_instance.getInstance(), Transport::PASSTHROUGH); in GetPassthroughService()
146 if (intf == interface.string()) { in GetPassthroughService()
153 ADD_FAILURE() << "Retrieved " << interface.string() << "/" in GetPassthroughService()
160 cout << "Retrieved " << interface.string() << "/" in GetPassthroughService()
233 [&](const auto &interface) { in TEST_P() argument
234 return ToFqInstance(interface, declared_instance.getInstance()); in TEST_P()
398 for (const auto &interface : interfaces) { in TEST_P() local
399 if (std::string(interface) == IBase::descriptor) continue; in TEST_P()
402 std::string(interface) + "/" + instance_name; in TEST_P()
515 const string &interface, in TEST_P()
517 const std::string type = package + "." + interface; in TEST_P()