Searched refs:removeConfigurableElementFromDomain (Results 1 – 7 of 7) sorted by relevance
/external/parameter-framework/parameter/ |
D | ParameterMgrFullConnector.cpp | 294 bool CParameterMgrFullConnector::removeConfigurableElementFromDomain(const string& strDomain, in removeConfigurableElementFromDomain() function in CParameterMgrFullConnector 297 return _pParameterMgr->removeConfigurableElementFromDomain(strDomain, in removeConfigurableElementFromDomain()
|
D | ConfigurableDomains.h | 104 …bool removeConfigurableElementFromDomain(const std::string& strDomain, CConfigurableElement* pConf…
|
D | ConfigurableDomains.cpp | 526 bool CConfigurableDomains::removeConfigurableElementFromDomain(const string& strDomain, CConfigurab… in removeConfigurableElementFromDomain() function in CConfigurableDomains
|
D | ParameterMgr.cpp | 1224 …return removeConfigurableElementFromDomain(remoteCommand.getArgument(0), remoteCommand.getArgument… in removeElementCommandProcess() 2130 bool CParameterMgr::removeConfigurableElementFromDomain(const string& strDomain, const string& strC… in removeConfigurableElementFromDomain() function in CParameterMgr 2151 …return getConfigurableDomains()->removeConfigurableElementFromDomain(strDomain, pConfigurableEleme… in removeConfigurableElementFromDomain()
|
D | ParameterMgr.h | 265 …bool removeConfigurableElementFromDomain(const std::string& strDomain, const std::string& strConfi…
|
/external/parameter-framework/parameter/include/ |
D | ParameterMgrFullConnector.h | 191 …bool removeConfigurableElementFromDomain(const std::string& strDomain, const std::string& strConfi…
|
/external/parameter-framework/bindings/python/ |
D | pfw.i | 148 …bool removeConfigurableElementFromDomain(const std::string& strDomain, const std::string& strConfi…
|