Home
last modified time | relevance | path

Searched refs:childFqName (Results 1 – 2 of 2) sorted by relevance

/system/hwservicemanager/
DServiceManager.cpp356 const std::string childFqName = interfaceChain[0]; in addImpl() local
359 LOG(WARNING) << "Detected instance of " << childFqName << " (pid: " << newServicePid in addImpl()
373 const std::string childFqName = interfaceChain[0]; in addImpl() local
374 const HidlService *hidlService = lookup(childFqName, name); in addImpl()
/system/libvintf/
DVintfObject.cpp754 FQName childFqName; in GetListedInstanceInheritance() local
755 if (!childFqName.setTo(childFqNameString)) { in GetListedInstanceInheritance()
759 if (!childFqInstance.setTo(childFqName, fqInstance.getInstance())) { in GetListedInstanceInheritance()
760 return android::base::Error() << "Cannot merge " << childFqName.string() << "/" in GetListedInstanceInheritance()