Lines Matching refs:ifaceMap
118 PackageInterfaceMap &ifaceMap = ifaceIt->second; in lookup() local
120 HidlService *hidlService = ifaceMap.lookup(name); in lookup()
378 PackageInterfaceMap &ifaceMap = mServiceMap[fqName]; in addImpl() local
379 HidlService *hidlService = ifaceMap.lookup(name); in addImpl()
382 ifaceMap.insertService( in addImpl()
388 ifaceMap.sendPackageRegistrationNotification(fqName, name); in addImpl()
487 PackageInterfaceMap &ifaceMap = mServiceMap[fqName]; in registerForNotifications() local
495 ifaceMap.addPackageListener(callback); in registerForNotifications()
499 HidlService *service = ifaceMap.lookup(name); in registerForNotifications()
510 ifaceMap.insertService(std::move(adding)); in registerForNotifications()
536 PackageInterfaceMap &ifaceMap = mServiceMap[fqName]; in unregisterForNotifications() local
540 success |= ifaceMap.removePackageListener(callback); in unregisterForNotifications()
541 success |= ifaceMap.removeServiceListener(callback); in unregisterForNotifications()
545 HidlService *service = ifaceMap.lookup(name); in unregisterForNotifications()
751 PackageInterfaceMap &ifaceMap = mServiceMap[fqName]; in registerPassthroughClient() local
759 HidlService *service = ifaceMap.lookup(name); in registerPassthroughClient()
764 ifaceMap.insertService(std::move(adding)); in registerPassthroughClient()