Home
last modified time | relevance | path

Searched refs:removeConfigurableElementFromDomain (Results 1 – 7 of 7) sorted by relevance

/external/parameter-framework/parameter/
DParameterMgrFullConnector.cpp294 bool CParameterMgrFullConnector::removeConfigurableElementFromDomain(const string& strDomain, in removeConfigurableElementFromDomain() function in CParameterMgrFullConnector
297 return _pParameterMgr->removeConfigurableElementFromDomain(strDomain, in removeConfigurableElementFromDomain()
DConfigurableDomains.h104 …bool removeConfigurableElementFromDomain(const std::string& strDomain, CConfigurableElement* pConf…
DConfigurableDomains.cpp526 bool CConfigurableDomains::removeConfigurableElementFromDomain(const string& strDomain, CConfigurab… in removeConfigurableElementFromDomain() function in CConfigurableDomains
DParameterMgr.cpp1224 …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()
DParameterMgr.h265 …bool removeConfigurableElementFromDomain(const std::string& strDomain, const std::string& strConfi…
/external/parameter-framework/parameter/include/
DParameterMgrFullConnector.h191 …bool removeConfigurableElementFromDomain(const std::string& strDomain, const std::string& strConfi…
/external/parameter-framework/bindings/python/
Dpfw.i148 …bool removeConfigurableElementFromDomain(const std::string& strDomain, const std::string& strConfi…