Lines Matching refs:ifaceMap
118 PackageInterfaceMap &ifaceMap = ifaceIt->second; in lookup() local
120 HidlService *hidlService = ifaceMap.lookup(name); in lookup()
435 PackageInterfaceMap &ifaceMap = mServiceMap[fqName]; in addImpl() local
436 HidlService *hidlService = ifaceMap.lookup(name); in addImpl()
439 ifaceMap.insertService( in addImpl()
445 ifaceMap.sendPackageRegistrationNotification(fqName, name); in addImpl()
544 PackageInterfaceMap &ifaceMap = mServiceMap[fqName]; in registerForNotifications() local
552 ifaceMap.addPackageListener(callback); in registerForNotifications()
556 HidlService *service = ifaceMap.lookup(name); in registerForNotifications()
567 ifaceMap.insertService(std::move(adding)); in registerForNotifications()
593 PackageInterfaceMap &ifaceMap = mServiceMap[fqName]; in unregisterForNotifications() local
597 success |= ifaceMap.removePackageListener(callback); in unregisterForNotifications()
598 success |= ifaceMap.removeServiceListener(callback); in unregisterForNotifications()
602 HidlService *service = ifaceMap.lookup(name); in unregisterForNotifications()
810 PackageInterfaceMap &ifaceMap = mServiceMap[fqName]; in registerPassthroughClient() local
818 HidlService *service = ifaceMap.lookup(name); in registerPassthroughClient()
823 ifaceMap.insertService(std::move(adding)); in registerPassthroughClient()