Home
last modified time | relevance | path

Searched defs:strDomain (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/parameter/
DConfigurableDomains.cpp199 bool CConfigurableDomains::setSequenceAwareness(const string& strDomain, bool bSequenceAware, strin… in setSequenceAwareness()
213 bool CConfigurableDomains::getSequenceAwareness(const string& strDomain, bool& bSequenceAware, stri… in getSequenceAwareness() argument
228 bool CConfigurableDomains::listConfigurations(const string& strDomain, string& strResult) const in listConfigurations() argument
242 bool CConfigurableDomains::createConfiguration(const string& strDomain, const string& strConfigurat… in createConfiguration()
255 bool CConfigurableDomains::deleteConfiguration(const string& strDomain, const string& strConfigurat… in deleteConfiguration()
268 bool CConfigurableDomains::renameConfiguration(const string& strDomain, const string& strConfigurat… in renameConfiguration()
281 bool CConfigurableDomains::listDomainElements(const string& strDomain, string& strResult) const in listDomainElements() argument
296 bool CConfigurableDomains::split(const string& strDomain, CConfigurableElement* pConfigurableElemen… in split()
402 bool CConfigurableDomains::restoreConfiguration(const string& strDomain, const string& strConfigura… in restoreConfiguration() argument
418 bool CConfigurableDomains::saveConfiguration(const string& strDomain, const string& strConfiguratio… in saveConfiguration()
[all …]
DParameterMgrFullConnector.cpp204 bool CParameterMgrFullConnector::accessConfigurationValue(const string &strDomain, in accessConfigurationValue()
239 bool CParameterMgrFullConnector::createConfiguration(const string& strDomain, in createConfiguration()
246 bool CParameterMgrFullConnector::deleteConfiguration(const string& strDomain, in deleteConfiguration()
253 bool CParameterMgrFullConnector::renameConfiguration(const string& strDomain, in renameConfiguration()
262 bool CParameterMgrFullConnector::saveConfiguration(const string& strDomain, in saveConfiguration()
268 bool CParameterMgrFullConnector::restoreConfiguration(const string& strDomain, in restoreConfiguration()
287 bool CParameterMgrFullConnector::addConfigurableElementToDomain(const string& strDomain, in addConfigurableElementToDomain()
294 bool CParameterMgrFullConnector::removeConfigurableElementFromDomain(const string& strDomain, in removeConfigurableElementFromDomain()
301 bool CParameterMgrFullConnector::split(const string& strDomain, in split()
307 bool CParameterMgrFullConnector::setElementSequence(const string& strDomain, in setElementSequence()
[all …]
DParameterMgr.cpp1781 bool CParameterMgr::accessConfigurationValue(const string& strDomain, const string& strConfiguratio… in accessConfigurationValue()
2049 bool CParameterMgr::createConfiguration(const string& strDomain, const string& strConfiguration, st… in createConfiguration()
2060 bool CParameterMgr::renameConfiguration(const string& strDomain, const string& strConfiguration, in renameConfiguration()
2067 bool CParameterMgr::deleteConfiguration(const string& strDomain, const string& strConfiguration, st… in deleteConfiguration()
2079 bool CParameterMgr::restoreConfiguration(const string& strDomain, const string& strConfiguration, l… in restoreConfiguration()
2093 bool CParameterMgr::saveConfiguration(const string& strDomain, const string& strConfiguration, stri… in saveConfiguration()
2106 bool CParameterMgr::addConfigurableElementToDomain(const string& strDomain, const string& strConfig… in addConfigurableElementToDomain()
2130 bool CParameterMgr::removeConfigurableElementFromDomain(const string& strDomain, const string& strC… in removeConfigurableElementFromDomain()
2154 bool CParameterMgr::split(const string& strDomain, const string& strConfigurableElementPath, string… in split()
2178 bool CParameterMgr::setElementSequence(const string& strDomain, const string& strConfiguration, in setElementSequence()
[all …]