Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DConfigurableDomains.cpp193 bool CConfigurableDomains::setSequenceAwareness(const string &strDomain, bool bSequenceAware, in setSequenceAwareness()
208 bool CConfigurableDomains::getSequenceAwareness(const string &strDomain, bool &bSequenceAware, in getSequenceAwareness()
224 bool CConfigurableDomains::listConfigurations(const string &strDomain, string &strResult) const in listConfigurations() argument
238 bool CConfigurableDomains::createConfiguration(const string &strDomain, in createConfiguration()
254 bool CConfigurableDomains::deleteConfiguration(const string &strDomain, in deleteConfiguration()
268 bool CConfigurableDomains::renameConfiguration(const string &strDomain, in renameConfiguration()
285 bool CConfigurableDomains::listDomainElements(const string &strDomain, string &strResult) const in listDomainElements() argument
424 bool CConfigurableDomains::saveConfiguration(const string &strDomain, in saveConfiguration()
440 bool CConfigurableDomains::setElementSequence(const string &strDomain, in setElementSequence()
458 bool CConfigurableDomains::getElementSequence(const string &strDomain, in getElementSequence()
[all …]
DParameterMgrFullConnector.cpp119 bool CParameterMgrFullConnector::accessConfigurationValue(const string &strDomain, in accessConfigurationValue()
154 bool CParameterMgrFullConnector::createConfiguration(const string &strDomain, in createConfiguration()
161 bool CParameterMgrFullConnector::deleteConfiguration(const string &strDomain, in deleteConfiguration()
168 bool CParameterMgrFullConnector::renameConfiguration(const string &strDomain, in renameConfiguration()
177 bool CParameterMgrFullConnector::saveConfiguration(const string &strDomain, in saveConfiguration()
183 bool CParameterMgrFullConnector::restoreConfiguration(const string &strDomain, in restoreConfiguration()
203 const string &strDomain, const string &strConfigurableElementPath, string &strError) in addConfigurableElementToDomain()
210 const string &strDomain, const string &strConfigurableElementPath, string &strError) in removeConfigurableElementFromDomain()
216 bool CParameterMgrFullConnector::split(const string &strDomain, in split()
223 const string &strDomain, const string &strConfiguration, in setElementSequence()
[all …]
DParameterMgr.cpp2009 bool CParameterMgr::accessConfigurationValue(const string &strDomain, in accessConfigurationValue()
2301 bool CParameterMgr::createConfiguration(const string &strDomain, const string &strConfiguration, in createConfiguration()
2318 bool CParameterMgr::renameConfiguration(const string &strDomain, const string &strConfiguration, in renameConfiguration()
2329 bool CParameterMgr::deleteConfiguration(const string &strDomain, const string &strConfiguration, in deleteConfiguration()
2348 bool CParameterMgr::restoreConfiguration(const string &strDomain, const string &strConfiguration, in restoreConfiguration()
2369 bool CParameterMgr::saveConfiguration(const string &strDomain, const string &strConfiguration, in saveConfiguration()
2388 bool CParameterMgr::addConfigurableElementToDomain(const string &strDomain, in addConfigurableElementToDomain()
2430 bool CParameterMgr::removeConfigurableElementFromDomain(const string &strDomain, in removeConfigurableElementFromDomain()
2464 bool CParameterMgr::split(const string &strDomain, const string &strConfigurableElementPath, in split()
2504 bool CParameterMgr::setElementSequence(const string &strDomain, const string &strConfiguration, in setElementSequence()
[all …]