/external/parameter-framework/upstream/parameter/ |
D | ParameterMgrFullConnector.cpp | 119 bool CParameterMgrFullConnector::accessConfigurationValue(const string &strDomain, in accessConfigurationValue() argument 124 return _pParameterMgr->accessConfigurationValue(strDomain, strConfiguration, strPath, strValue, in accessConfigurationValue() 154 bool CParameterMgrFullConnector::createConfiguration(const string &strDomain, in createConfiguration() argument 158 return _pParameterMgr->createConfiguration(strDomain, strConfiguration, strError); in createConfiguration() 161 bool CParameterMgrFullConnector::deleteConfiguration(const string &strDomain, in deleteConfiguration() argument 165 return _pParameterMgr->deleteConfiguration(strDomain, strConfiguration, strError); in deleteConfiguration() 168 bool CParameterMgrFullConnector::renameConfiguration(const string &strDomain, in renameConfiguration() argument 173 return _pParameterMgr->renameConfiguration(strDomain, strConfiguration, strNewConfiguration, in renameConfiguration() 177 bool CParameterMgrFullConnector::saveConfiguration(const string &strDomain, in saveConfiguration() argument 180 return _pParameterMgr->saveConfiguration(strDomain, strConfiguration, strError); in saveConfiguration() [all …]
|
D | ConfigurableDomains.cpp | 193 bool CConfigurableDomains::setSequenceAwareness(const string &strDomain, bool bSequenceAware, in setSequenceAwareness() argument 196 CConfigurableDomain *pConfigurableDomain = findConfigurableDomain(strDomain, strError); in setSequenceAwareness() 208 bool CConfigurableDomains::getSequenceAwareness(const string &strDomain, bool &bSequenceAware, in getSequenceAwareness() argument 211 const CConfigurableDomain *pConfigurableDomain = findConfigurableDomain(strDomain, strError); in getSequenceAwareness() 224 bool CConfigurableDomains::listConfigurations(const string &strDomain, string &strResult) const in listConfigurations() argument 226 const CConfigurableDomain *pConfigurableDomain = findConfigurableDomain(strDomain, strResult); in listConfigurations() 238 bool CConfigurableDomains::createConfiguration(const string &strDomain, in createConfiguration() argument 244 CConfigurableDomain *pConfigurableDomain = findConfigurableDomain(strDomain, strError); in createConfiguration() 254 bool CConfigurableDomains::deleteConfiguration(const string &strDomain, in deleteConfiguration() argument 258 CConfigurableDomain *pConfigurableDomain = findConfigurableDomain(strDomain, strError); in deleteConfiguration() [all …]
|
D | ConfigurableDomains.h | 77 bool setSequenceAwareness(const std::string &strDomain, bool bSequenceAware, 79 bool getSequenceAwareness(const std::string &strDomain, bool &bSequenceAware, 81 bool listDomainElements(const std::string &strDomain, std::string &strResult) const; 97 bool listConfigurations(const std::string &strDomain, std::string &strResult) const; 98 bool createConfiguration(const std::string &strDomain, const std::string &strConfiguration, 100 bool deleteConfiguration(const std::string &strDomain, const std::string &strConfiguration, 102 bool renameConfiguration(const std::string &strDomain, const std::string &strConfigurationName, 114 bool restoreConfiguration(const std::string &strDomain, const std::string &strConfiguration, 118 bool saveConfiguration(const std::string &strDomain, const std::string &strConfiguration, 120 bool setElementSequence(const std::string &strDomain, const std::string &strConfiguration, [all …]
|
D | ParameterMgr.h | 251 bool accessConfigurationValue(const std::string &strDomain, const std::string &stConfiguration, 266 bool createConfiguration(const std::string &strDomain, const std::string &strConfiguration, 268 bool deleteConfiguration(const std::string &strDomain, const std::string &strConfiguration, 270 bool renameConfiguration(const std::string &strDomain, const std::string &strConfiguration, 280 bool restoreConfiguration(const std::string &strDomain, const std::string &strConfiguration, 283 bool saveConfiguration(const std::string &strDomain, const std::string &strConfiguration, 287 bool addConfigurableElementToDomain(const std::string &strDomain, 290 bool removeConfigurableElementFromDomain(const std::string &strDomain, 293 bool split(const std::string &strDomain, const std::string &strConfigurableElementPath, 295 bool setElementSequence(const std::string &strDomain, const std::string &strConfiguration, [all …]
|
D | ParameterMgr.cpp | 2009 bool CParameterMgr::accessConfigurationValue(const string &strDomain, in accessConfigurationValue() argument 2035 strDomain, strConfiguration, pConfigurableElement, baseOffset, bIsLastApplied, in accessConfigurationValue() 2044 info() << "Element " << strPath << " in Domain " << strDomain in accessConfigurationValue() 2301 bool CParameterMgr::createConfiguration(const string &strDomain, const string &strConfiguration, in createConfiguration() argument 2305 strDomain + "'"); in createConfiguration() 2315 strDomain, strConfiguration, _pMainParameterBlackboard, strError), in createConfiguration() 2318 bool CParameterMgr::renameConfiguration(const string &strDomain, const string &strConfiguration, in renameConfiguration() argument 2321 LOG_CONTEXT("Renaming domain '" + strDomain + "''s configuration '" + strConfiguration + in renameConfiguration() 2324 return logResult(getConfigurableDomains()->renameConfiguration(strDomain, strConfiguration, in renameConfiguration() 2329 bool CParameterMgr::deleteConfiguration(const string &strDomain, const string &strConfiguration, in deleteConfiguration() argument [all …]
|
/external/parameter-framework/upstream/parameter/include/ |
D | ParameterMgrFullConnector.h | 107 bool accessConfigurationValue(const std::string &strDomain, const std::string &strConfiguration, 131 bool createConfiguration(const std::string &strDomain, const std::string &strConfiguration, 133 bool deleteConfiguration(const std::string &strDomain, const std::string &strConfiguration, 135 bool renameConfiguration(const std::string &strDomain, const std::string &strConfiguration, 145 bool restoreConfiguration(const std::string &strDomain, const std::string &strConfiguration, 148 bool saveConfiguration(const std::string &strDomain, const std::string &strConfiguration, 152 bool addConfigurableElementToDomain(const std::string &strDomain, 155 bool removeConfigurableElementFromDomain(const std::string &strDomain, 158 bool split(const std::string &strDomain, const std::string &strConfigurableElementPath, 160 bool setElementSequence(const std::string &strDomain, const std::string &strConfiguration, [all …]
|
/external/parameter-framework/upstream/bindings/python/ |
D | pfw.i | 126 …bool accessConfigurationValue(const std::string &strDomain, const std::string &strConfiguration, c… 140 …bool createConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::s… 141 …bool deleteConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::s… 142 …bool renameConfiguration(const std::string& strDomain, const std::string& strConfiguration, const … 145 …bool restoreConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::… 146 …bool saveConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::str… 149 …bool addConfigurableElementToDomain(const std::string& strDomain, const std::string& strConfigurab… 150 …bool removeConfigurableElementFromDomain(const std::string& strDomain, const std::string& strConfi… 151 …bool split(const std::string& strDomain, const std::string& strConfigurableElementPath, std::strin… 152 …bool setElementSequence(const std::string& strDomain, const std::string& strConfiguration, const s… [all …]
|