Lines Matching refs:PackageInterfaceMap
118 PackageInterfaceMap &ifaceMap = ifaceIt->second; in lookup()
151 ServiceManager::InstanceMap &ServiceManager::PackageInterfaceMap::getInstanceMap() { in getInstanceMap()
155 const ServiceManager::InstanceMap &ServiceManager::PackageInterfaceMap::getInstanceMap() const { in getInstanceMap()
159 const HidlService *ServiceManager::PackageInterfaceMap::lookup( in lookup()
170 HidlService *ServiceManager::PackageInterfaceMap::lookup( in lookup()
174 const_cast<const PackageInterfaceMap*>(this)->lookup(name)); in lookup()
177 void ServiceManager::PackageInterfaceMap::insertService( in insertService()
182 void ServiceManager::PackageInterfaceMap::sendPackageRegistrationNotification( in sendPackageRegistrationNotification()
198 void ServiceManager::PackageInterfaceMap::addPackageListener(sp<IServiceNotification> listener) { in addPackageListener()
220 bool ServiceManager::PackageInterfaceMap::removePackageListener(const wp<IBase>& who) { in removePackageListener()
235 bool ServiceManager::PackageInterfaceMap::removeServiceListener(const wp<IBase>& who) { in removeServiceListener()
378 PackageInterfaceMap &ifaceMap = mServiceMap[fqName]; in addImpl()
487 PackageInterfaceMap &ifaceMap = mServiceMap[fqName]; in registerForNotifications()
536 PackageInterfaceMap &ifaceMap = mServiceMap[fqName]; in unregisterForNotifications()
751 PackageInterfaceMap &ifaceMap = mServiceMap[fqName]; in registerPassthroughClient()