/external/parameter-framework/parameter/ |
D | ConfigurableDomains.cpp | 199 bool CConfigurableDomains::setSequenceAwareness(const string& strDomain, bool bSequenceAware, strin… in setSequenceAwareness() argument 201 CConfigurableDomain* pConfigurableDomain = findConfigurableDomain(strDomain, strError); in setSequenceAwareness() 213 bool CConfigurableDomains::getSequenceAwareness(const string& strDomain, bool& bSequenceAware, stri… in getSequenceAwareness() argument 215 const CConfigurableDomain* pConfigurableDomain = findConfigurableDomain(strDomain, strError); in getSequenceAwareness() 228 bool CConfigurableDomains::listConfigurations(const string& strDomain, string& strResult) const in listConfigurations() argument 230 const CConfigurableDomain* pConfigurableDomain = findConfigurableDomain(strDomain, strResult); in listConfigurations() 242 bool CConfigurableDomains::createConfiguration(const string& strDomain, const string& strConfigurat… in createConfiguration() argument 245 CConfigurableDomain* pConfigurableDomain = findConfigurableDomain(strDomain, strError); in createConfiguration() 255 bool CConfigurableDomains::deleteConfiguration(const string& strDomain, const string& strConfigurat… in deleteConfiguration() argument 258 CConfigurableDomain* pConfigurableDomain = findConfigurableDomain(strDomain, strError); in deleteConfiguration() [all …]
|
D | ConfigurableDomains.h | 79 …bool setSequenceAwareness(const std::string& strDomain, bool bSequenceAware, std::string& strError… 80 …bool getSequenceAwareness(const std::string& strDomain, bool& bSequenceAware, std::string& strErro… 81 bool listDomainElements(const std::string& strDomain, std::string& strResult) const; 82 …bool split(const std::string& strDomain, CConfigurableElement* pConfigurableElement, std::string& … 87 bool listConfigurations(const std::string& strDomain, std::string& strResult) const; 88 …bool createConfiguration(const std::string& strDomain, const std::string& strConfiguration, const … 89 …bool deleteConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::s… 90 …bool renameConfiguration(const std::string& strDomain, const std::string& strConfigurationName, co… 91 …bool restoreConfiguration(const std::string& strDomain, const std::string& strConfiguration, CPara… 92 …bool saveConfiguration(const std::string& strDomain, const std::string& strConfiguration, const CP… [all …]
|
D | ParameterMgrFullConnector.cpp | 204 bool CParameterMgrFullConnector::accessConfigurationValue(const string &strDomain, in accessConfigurationValue() argument 209 return _pParameterMgr->accessConfigurationValue(strDomain, strConfiguration, strPath, strValue, in accessConfigurationValue() 239 bool CParameterMgrFullConnector::createConfiguration(const string& strDomain, in createConfiguration() argument 243 return _pParameterMgr->createConfiguration(strDomain, strConfiguration, strError); in createConfiguration() 246 bool CParameterMgrFullConnector::deleteConfiguration(const string& strDomain, in deleteConfiguration() argument 250 return _pParameterMgr->deleteConfiguration(strDomain, strConfiguration, strError); in deleteConfiguration() 253 bool CParameterMgrFullConnector::renameConfiguration(const string& strDomain, in renameConfiguration() argument 258 return _pParameterMgr->renameConfiguration(strDomain, strConfiguration, strNewConfiguration, in renameConfiguration() 262 bool CParameterMgrFullConnector::saveConfiguration(const string& strDomain, in saveConfiguration() argument 265 return _pParameterMgr->saveConfiguration(strDomain, strConfiguration, strError); in saveConfiguration() [all …]
|
D | ParameterMgr.h | 242 …bool accessConfigurationValue(const std::string &strDomain, const std::string &stConfiguration, co… 255 …bool createConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::s… 256 …bool deleteConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::s… 257 …bool renameConfiguration(const std::string& strDomain, const std::string& strConfiguration, const … 260 …bool restoreConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::… 261 …bool saveConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::str… 264 …bool addConfigurableElementToDomain(const std::string& strDomain, const std::string& strConfigurab… 265 …bool removeConfigurableElementFromDomain(const std::string& strDomain, const std::string& strConfi… 266 …bool split(const std::string& strDomain, const std::string& strConfigurableElementPath, std::strin… 267 bool setElementSequence(const std::string& strDomain, const std::string& strConfiguration, [all …]
|
D | ParameterMgr.cpp | 1781 bool CParameterMgr::accessConfigurationValue(const string& strDomain, const string& strConfiguratio… in accessConfigurationValue() argument 1799 …Blackboard = getConstConfigurableDomains()->findConfigurationBlackboard(strDomain, strConfiguratio… in accessConfigurationValue() 1806 …log_info("Element %s in Domain %s, offset: %d, base offset: %d", strPath.c_str(), strDomain.c_str(… in accessConfigurationValue() 2049 bool CParameterMgr::createConfiguration(const string& strDomain, const string& strConfiguration, st… in createConfiguration() argument 2058 …return getConfigurableDomains()->createConfiguration(strDomain, strConfiguration, _pMainParameterB… in createConfiguration() 2060 bool CParameterMgr::renameConfiguration(const string& strDomain, const string& strConfiguration, in renameConfiguration() argument 2063 return getConfigurableDomains()->renameConfiguration(strDomain, strConfiguration, in renameConfiguration() 2067 bool CParameterMgr::deleteConfiguration(const string& strDomain, const string& strConfiguration, st… in deleteConfiguration() argument 2076 return getConfigurableDomains()->deleteConfiguration(strDomain, strConfiguration, strError); in deleteConfiguration() 2079 bool CParameterMgr::restoreConfiguration(const string& strDomain, const string& strConfiguration, l… in restoreConfiguration() argument [all …]
|
/external/parameter-framework/parameter/include/ |
D | ParameterMgrFullConnector.h | 162 …bool accessConfigurationValue(const std::string &strDomain, const std::string &strConfiguration, c… 181 …bool createConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::s… 182 …bool deleteConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::s… 183 …bool renameConfiguration(const std::string& strDomain, const std::string& strConfiguration, const … 186 …bool restoreConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::… 187 …bool saveConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::str… 190 …bool addConfigurableElementToDomain(const std::string& strDomain, const std::string& strConfigurab… 191 …bool removeConfigurableElementFromDomain(const std::string& strDomain, const std::string& strConfi… 192 …bool split(const std::string& strDomain, const std::string& strConfigurableElementPath, std::strin… 193 …bool setElementSequence(const std::string& strDomain, const std::string& strConfiguration, const s… [all …]
|
/external/parameter-framework/bindings/python/ |
D | pfw.i | 124 …bool accessConfigurationValue(const std::string &strDomain, const std::string &strConfiguration, c… 138 …bool createConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::s… 139 …bool deleteConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::s… 140 …bool renameConfiguration(const std::string& strDomain, const std::string& strConfiguration, const … 143 …bool restoreConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::… 144 …bool saveConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::str… 147 …bool addConfigurableElementToDomain(const std::string& strDomain, const std::string& strConfigurab… 148 …bool removeConfigurableElementFromDomain(const std::string& strDomain, const std::string& strConfi… 149 …bool split(const std::string& strDomain, const std::string& strConfigurableElementPath, std::strin… 150 …bool setElementSequence(const std::string& strDomain, const std::string& strConfiguration, const s… [all …]
|