Home
last modified time | relevance | path

Searched refs:restrictToInstanceName (Results 1 – 2 of 2) sorted by relevance

/system/hwservicemanager/
DServiceManager.h97 bool removeService(const wp<IBase>& who, const std::string* restrictToInstanceName);
DServiceManager.cpp783 bool ServiceManager::removeService(const wp<IBase>& who, const std::string* restrictToInstanceName)… in removeService() argument
794 if (restrictToInstanceName != nullptr && *restrictToInstanceName != instanceName) { in removeService()