Searched refs:fqInstanceName (Results 1 – 2 of 2) sorted by relevance
191 VintfInfo ListCommand::getVintfInfo(const std::string& fqInstanceName, in getVintfInfo() argument194 if (!fqInstance.setTo(fqInstanceName) && in getVintfInfo()196 !fqInstance.setTo(getPackageAndVersion(fqInstanceName))) { in getVintfInfo()197 err() << "Warning: Cannot parse '" << fqInstanceName << "'; no VINTF info." << std::endl; in getVintfInfo()624 for (const auto& fqInstanceName : *fqInstanceNames) { in fetchBinderized()626 TableEntry& entry = allTableEntries[fqInstanceName]; in fetchBinderized()627 entry.interfaceName = fqInstanceName; in fetchBinderized()
130 VintfInfo getVintfInfo(const std::string &fqInstanceName, vintf::TransportArch ta) const;