Home
last modified time | relevance | path

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

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