Home
last modified time | relevance | path

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

/system/hwservicemanager/
DServiceManager.cpp346 const std::string childFqName = interfaceChain[0]; in addImpl() local
349 LOG(WARNING) << "Detected instance of " << childFqName << " (pid: " << newServicePid in addImpl()
363 const std::string childFqName = interfaceChain[0]; in addImpl() local
364 const HidlService *hidlService = lookup(childFqName, name); in addImpl()