Home
last modified time | relevance | path

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

/system/hwservicemanager/
DServiceManager.cpp361 const std::string childFqName = interfaceChain[0]; in addImpl() local
364 LOG(WARNING) << "Detected instance of " << childFqName << " (pid: " << newServicePid in addImpl()
378 const std::string childFqName = interfaceChain[0]; in addImpl() local
379 const HidlService *hidlService = lookup(childFqName, name); in addImpl()
/system/libvintf/
DVintfObject.cpp760 FQName childFqName; in GetListedInstanceInheritance() local
761 if (!childFqName.setTo(childFqNameString)) { in GetListedInstanceInheritance()
765 if (!childFqInstance.setTo(childFqName, fqInstance.getInstance())) { in GetListedInstanceInheritance()
766 return android::base::Error() << "Cannot merge " << childFqName.string() << "/" in GetListedInstanceInheritance()