Home
last modified time | relevance | path

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

/aosp12/system/hwservicemanager/
H A DServiceManager.cpp118 PackageInterfaceMap &ifaceMap = ifaceIt->second; in lookup()
151 ServiceManager::InstanceMap &ServiceManager::PackageInterfaceMap::getInstanceMap() { 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()
435 PackageInterfaceMap &ifaceMap = mServiceMap[fqName]; in addImpl()
544 PackageInterfaceMap &ifaceMap = mServiceMap[fqName]; in registerForNotifications()
593 PackageInterfaceMap &ifaceMap = mServiceMap[fqName]; in unregisterForNotifications()
[all …]
H A DServiceManager.h115 struct PackageInterfaceMap { struct
158 PackageInterfaceMap