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()
263 Return<sp<IBase>> ServiceManager::get(const hidl_string& hidlFqName, in get()
306 Return<bool> ServiceManager::add(const hidl_string& name, const sp<IBase>& service) { in add()
327 bool ServiceManager::addImpl(const std::string& name, in addImpl()
409 Return<ServiceManager::Transport> ServiceManager::getTransport(const hidl_string& fqName, in getTransport()
428 Return<void> ServiceManager::list(list_cb _hidl_cb) { in list()
448 Return<void> ServiceManager::listByInterface(const hidl_string& fqName, in listByInterface()
486 Return<bool> ServiceManager::registerForNotifications(const hidl_string& fqName, in registerForNotifications()
528 Return<bool> ServiceManager::unregisterForNotifications(const hidl_string& fqName, in unregisterForNotifications()
564 Return<bool> ServiceManager::registerClientCallback(const hidl_string& hidlFqName, in registerClientCallback()
614 Return<bool> ServiceManager::unregisterClientCallback(const sp<IBase>& server, in unregisterClientCallback()
630 void ServiceManager::handleClientCallbacks() { in handleClientCallbacks()
638 Return<bool> ServiceManager::addWithChain(const hidl_string& name, in addWithChain()
650 Return<void> ServiceManager::listManifestByInterface(const hidl_string& fqName, in listManifestByInterface()
664 Return<bool> ServiceManager::tryUnregister(const hidl_string& hidlFqName, in tryUnregister()
719 Return<void> ServiceManager::debugDump(debugDump_cb _cb) { in debugDump()
751 Return<void> ServiceManager::registerPassthroughClient(const hidl_string &fqName, in registerPassthroughClient()
783 bool ServiceManager::removeService(const wp<IBase>& who, const std::string* restrictToInstanceName)… in removeService()
810 bool ServiceManager::removePackageListener(const wp<IBase>& who) { in removePackageListener()
820 bool ServiceManager::removeServiceListener(const wp<IBase>& who) { in removeServiceListener()