Searched refs:fqInstanceName (Results 1 – 2 of 2) sorted by relevance
306 std::string fqInstanceName = entry.interfaceName; in dumpVintf() local310 replaceAll(&fqInstanceName, '*', 'D'); in dumpVintf()312 auto splittedFqInstanceName = splitFirst(fqInstanceName, '/'); in dumpVintf()327 err() << "Warning: Cannot guess the partition of instance " << fqInstanceName in dumpVintf()401 err() << "Warning: cannot add hal '" << fqInstanceName << "'" << std::endl; in dumpVintf()574 for (const auto &fqInstanceName : fqInstanceNames) { in fetchBinderized() local576 TableEntry& entry = allTableEntries[fqInstanceName]; in fetchBinderized()577 entry.interfaceName = fqInstanceName; in fetchBinderized()
576 string fqInstanceName = interfaces[i]; in pokeHalServices() local577 string::size_type n = fqInstanceName.find('/'); in pokeHalServices()580 hidl_string fqInterfaceName = fqInstanceName.substr(0, n); in pokeHalServices()581 hidl_string instanceName = fqInstanceName.substr(n+1, std::string::npos); in pokeHalServices()