Searched refs:fqInstanceName (Results 1 – 2 of 2) sorted by relevance
190 VintfInfo ListCommand::getVintfInfo(const std::string& fqInstanceName, in getVintfInfo() argument193 if (!fqInstance.setTo(fqInstanceName) && in getVintfInfo()195 !fqInstance.setTo(getPackageAndVersion(fqInstanceName))) { in getVintfInfo()196 err() << "Warning: Cannot parse '" << fqInstanceName << "'; no VINTF info." << std::endl; in getVintfInfo()674 for (const auto &fqInstanceName : fqInstanceNames) { in fetchBinderized() local676 TableEntry& entry = allTableEntries[fqInstanceName]; in fetchBinderized()677 entry.interfaceName = fqInstanceName; in fetchBinderized()
132 VintfInfo getVintfInfo(const std::string &fqInstanceName, vintf::TransportArch ta) const;