HomeSort by relevance Sort by last modified time
    Searched refs:PackageInterfaceMap (Results 1 - 2 of 2) sorted by null

  /system/hwservicemanager/
ServiceManager.cpp 65 ServiceManager::InstanceMap &ServiceManager::PackageInterfaceMap::getInstanceMap() {
69 const ServiceManager::InstanceMap &ServiceManager::PackageInterfaceMap::getInstanceMap() const {
73 const HidlService *ServiceManager::PackageInterfaceMap::lookup(
84 HidlService *ServiceManager::PackageInterfaceMap::lookup(
88 const_cast<const PackageInterfaceMap*>(this)->lookup(name));
91 void ServiceManager::PackageInterfaceMap::insertService(
96 void ServiceManager::PackageInterfaceMap::sendPackageRegistrationNotification(
112 void ServiceManager::PackageInterfaceMap::addPackageListener(sp<IServiceNotification> listener) {
134 bool ServiceManager::PackageInterfaceMap::removePackageListener(const wp<IBase>& who) {
151 bool ServiceManager::PackageInterfaceMap::removeServiceListener(const wp<IBase>& who)
    [all...]
ServiceManager.h 69 struct PackageInterfaceMap {
112 PackageInterfaceMap

Completed in 680 milliseconds