Lines Matching refs:ServiceManager

61 size_t ServiceManager::countExistingService() const {  in countExistingService()
70 void ServiceManager::forEachExistingService(std::function<bool(const HidlService *)> f) const { in forEachExistingService()
79 void ServiceManager::forEachExistingService(std::function<bool(HidlService *)> f) { in forEachExistingService()
88 void ServiceManager::forEachServiceEntry(std::function<bool(const HidlService *)> f) const { in forEachServiceEntry()
100 void ServiceManager::forEachServiceEntry(std::function<bool(HidlService *)> f) { in forEachServiceEntry()
112 HidlService* ServiceManager::lookup(const std::string& fqName, const std::string& name) { in lookup()
125 void ServiceManager::serviceDied(uint64_t cookie, const wp<IBase>& who) { in serviceDied()
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()
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()
268 Return<sp<IBase>> ServiceManager::get(const hidl_string& hidlFqName, in get()
311 Return<bool> ServiceManager::add(const hidl_string& name, const sp<IBase>& service) { in add()
337 bool ServiceManager::addImpl(const std::string& name, in addImpl()
456 Return<ServiceManager::Transport> ServiceManager::getTransport(const hidl_string& fqName, in getTransport()
475 Return<void> ServiceManager::list(list_cb _hidl_cb) { in list()
495 Return<void> ServiceManager::listByInterface(const hidl_string& fqName, in listByInterface()
533 Return<bool> ServiceManager::registerForNotifications(const hidl_string& fqName, in registerForNotifications()
575 Return<bool> ServiceManager::unregisterForNotifications(const hidl_string& fqName, in unregisterForNotifications()
611 Return<bool> ServiceManager::registerClientCallback(const hidl_string& hidlFqName, in registerClientCallback()
661 Return<bool> ServiceManager::unregisterClientCallback(const sp<IBase>& server, in unregisterClientCallback()
677 void ServiceManager::handleClientCallbacks() { in handleClientCallbacks()
685 Return<bool> ServiceManager::addWithChain(const hidl_string& name, in addWithChain()
697 Return<void> ServiceManager::listManifestByInterface(const hidl_string& fqName, in listManifestByInterface()
711 Return<bool> ServiceManager::tryUnregister(const hidl_string& hidlFqName, in tryUnregister()
766 Return<void> ServiceManager::debugDump(debugDump_cb _cb) { in debugDump()
798 Return<void> ServiceManager::registerPassthroughClient(const hidl_string &fqName, in registerPassthroughClient()
830 bool ServiceManager::removeService(const wp<IBase>& who, const std::string* restrictToInstanceName)… in removeService()
857 bool ServiceManager::removePackageListener(const wp<IBase>& who) { in removePackageListener()
867 bool ServiceManager::removeServiceListener(const wp<IBase>& who) { in removeServiceListener()