Searched refs:strDomain (Results 1 - 7 of 7) sorted by relevance

/external/parameter-framework/parameter/
H A DConfigurableDomains.h79 bool setSequenceAwareness(const std::string& strDomain, bool bSequenceAware, std::string& strError);
80 bool getSequenceAwareness(const std::string& strDomain, bool& bSequenceAware, std::string& strError) const;
81 bool listDomainElements(const std::string& strDomain, std::string& strResult) const;
82 bool split(const std::string& strDomain, CConfigurableElement* pConfigurableElement, std::string& strError);
87 bool listConfigurations(const std::string& strDomain, std::string& strResult) const;
88 bool createConfiguration(const std::string& strDomain, const std::string& strConfiguration, const CParameterBlackboard* pMainBlackboard, std::string& strError);
89 bool deleteConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::string& strError);
90 bool renameConfiguration(const std::string& strDomain, const std::string& strConfigurationName, const std::string& strNewConfigurationName, std::string& strError);
91 bool restoreConfiguration(const std::string& strDomain, const std::string& strConfiguration, CParameterBlackboard* pMainBlackboard, bool bAutoSync, std::list<std::string>& lstrError) const;
92 bool saveConfiguration(const std::string& strDomain, cons
[all...]
H A DConfigurableDomains.cpp199 bool CConfigurableDomains::setSequenceAwareness(const string& strDomain, bool bSequenceAware, string& strError) argument
201 CConfigurableDomain* pConfigurableDomain = findConfigurableDomain(strDomain, strError);
213 bool CConfigurableDomains::getSequenceAwareness(const string& strDomain, bool& bSequenceAware, string& strError) const argument
215 const CConfigurableDomain* pConfigurableDomain = findConfigurableDomain(strDomain, strError);
228 bool CConfigurableDomains::listConfigurations(const string& strDomain, string& strResult) const argument
230 const CConfigurableDomain* pConfigurableDomain = findConfigurableDomain(strDomain, strResult);
242 bool CConfigurableDomains::createConfiguration(const string& strDomain, const string& strConfiguration, const CParameterBlackboard* pMainBlackboard, string& strError) argument
245 CConfigurableDomain* pConfigurableDomain = findConfigurableDomain(strDomain, strError);
255 bool CConfigurableDomains::deleteConfiguration(const string& strDomain, const string& strConfiguration, string& strError) argument
258 CConfigurableDomain* pConfigurableDomain = findConfigurableDomain(strDomain, strErro
268 renameConfiguration(const string& strDomain, const string& strConfigurationName, const string& strNewConfigurationName, string& strError) argument
281 listDomainElements(const string& strDomain, string& strResult) const argument
296 split(const string& strDomain, CConfigurableElement* pConfigurableElement, string& strError) argument
402 restoreConfiguration(const string& strDomain, const string& strConfiguration, CParameterBlackboard* pMainBlackboard, bool bAutoSync, std::list<string>& lstrError) const argument
418 saveConfiguration(const string& strDomain, const string& strConfiguration, const CParameterBlackboard* pMainBlackboard, string& strError) argument
431 setElementSequence(const string& strDomain, const string& strConfiguration, const std::vector<string>& astrNewElementSequence, string& strError) argument
445 getElementSequence(const string& strDomain, const string& strConfiguration, string& strResult) const argument
458 setApplicationRule(const string& strDomain, const string& strConfiguration, const string& strApplicationRule, const CSelectionCriteriaDefinition* pSelectionCriteriaDefinition, string& strError) argument
471 clearApplicationRule(const string& strDomain, const string& strConfiguration, string& strError) argument
484 getApplicationRule(const string& strDomain, const string& strConfiguration, string& strResult) const argument
513 addConfigurableElementToDomain(const string& strDomain, CConfigurableElement* pConfigurableElement, const CParameterBlackboard* pMainBlackboard, string& strError) argument
526 removeConfigurableElementFromDomain(const string& strDomain, CConfigurableElement* pConfigurableElement, string& strError) argument
539 findConfigurationBlackboard(const string& strDomain, const string& strConfiguration, const CConfigurableElement* pConfigurableElement, uint32_t& uiBaseOffset, bool& bIsLastApplied, string& strError) const argument
593 findConfigurableDomain(const string& strDomain, string& strError) argument
601 findConfigurableDomain(const string& strDomain, string& strError) const argument
[all...]
H A DParameterMgrFullConnector.cpp204 bool CParameterMgrFullConnector::accessConfigurationValue(const string &strDomain, argument
209 return _pParameterMgr->accessConfigurationValue(strDomain, strConfiguration, strPath, strValue,
239 bool CParameterMgrFullConnector::createConfiguration(const string& strDomain, argument
243 return _pParameterMgr->createConfiguration(strDomain, strConfiguration, strError);
246 bool CParameterMgrFullConnector::deleteConfiguration(const string& strDomain, argument
250 return _pParameterMgr->deleteConfiguration(strDomain, strConfiguration, strError);
253 bool CParameterMgrFullConnector::renameConfiguration(const string& strDomain, argument
258 return _pParameterMgr->renameConfiguration(strDomain, strConfiguration, strNewConfiguration,
262 bool CParameterMgrFullConnector::saveConfiguration(const string& strDomain, argument
265 return _pParameterMgr->saveConfiguration(strDomain, strConfiguratio
268 restoreConfiguration(const string& strDomain, const string& strConfiguration, std::list<string>& lstrError) argument
287 addConfigurableElementToDomain(const string& strDomain, const string& strConfigurableElementPath, string& strError) argument
294 removeConfigurableElementFromDomain(const string& strDomain, const string& strConfigurableElementPath, string& strError) argument
301 split(const string& strDomain, const string& strConfigurableElementPath, string& strError) argument
307 setElementSequence(const string& strDomain, const string& strConfiguration, const std::vector<string>& astrNewElementSequence, string& strError) argument
316 setApplicationRule(const string& strDomain, const string& strConfiguration, const string& strApplicationRule, string& strError) argument
326 getApplicationRule(const string& strDomain, const string& strConfiguration, string& strResult) argument
332 clearApplicationRule(const string& strDomain, const string& strConfiguration, string& strError) argument
[all...]
H A DParameterMgr.h242 bool accessConfigurationValue(const std::string &strDomain, const std::string &stConfiguration, const std::string& strPath, std::string& strValue, bool bSet, std::string& strError);
255 bool createConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::string& strError);
256 bool deleteConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::string& strError);
257 bool renameConfiguration(const std::string& strDomain, const std::string& strConfiguration, const std::string& strNewConfiguration, std::string& strError);
260 bool restoreConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::list<std::string>& strError);
261 bool saveConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::string& strError);
264 bool addConfigurableElementToDomain(const std::string& strDomain, const std::string& strConfigurableElementPath, std::string& strError);
265 bool removeConfigurableElementFromDomain(const std::string& strDomain, const std::string& strConfigurableElementPath, std::string& strError);
266 bool split(const std::string& strDomain, const std::string& strConfigurableElementPath, std::string& strError);
267 bool setElementSequence(const std::string& strDomain, cons
[all...]
H A DParameterMgr.cpp1781 bool CParameterMgr::accessConfigurationValue(const string& strDomain, const string& strConfiguration, const string& strPath, string& strValue, bool bSet, string& strError) argument
1799 CParameterBlackboard* pConfigurationBlackboard = getConstConfigurableDomains()->findConfigurationBlackboard(strDomain, strConfiguration, pConfigurableElement, uiBaseOffset, bIsLastApplied, strError);
1806 log_info("Element %s in Domain %s, offset: %d, base offset: %d", strPath.c_str(), strDomain.c_str(), pConfigurableElement->getOffset(), uiBaseOffset);
2049 bool CParameterMgr::createConfiguration(const string& strDomain, const string& strConfiguration, string& strError) argument
2058 return getConfigurableDomains()->createConfiguration(strDomain, strConfiguration, _pMainParameterBlackboard, strError);
2060 bool CParameterMgr::renameConfiguration(const string& strDomain, const string& strConfiguration, argument
2063 return getConfigurableDomains()->renameConfiguration(strDomain, strConfiguration,
2067 bool CParameterMgr::deleteConfiguration(const string& strDomain, const string& strConfiguration, string& strError) argument
2076 return getConfigurableDomains()->deleteConfiguration(strDomain, strConfiguration, strError);
2079 bool CParameterMgr::restoreConfiguration(const string& strDomain, cons argument
2093 saveConfiguration(const string& strDomain, const string& strConfiguration, string& strError) argument
2106 addConfigurableElementToDomain(const string& strDomain, const string& strConfigurableElementPath, string& strError) argument
2130 removeConfigurableElementFromDomain(const string& strDomain, const string& strConfigurableElementPath, string& strError) argument
2154 split(const string& strDomain, const string& strConfigurableElementPath, string& strError) argument
2178 setElementSequence(const string& strDomain, const string& strConfiguration, const std::vector<string>& astrNewElementSequence, string& strError) argument
2192 getApplicationRule(const string& strDomain, const string& strConfiguration, string& strResult) argument
2198 setApplicationRule(const string& strDomain, const string& strConfiguration, const string& strApplicationRule, string& strError) argument
2206 clearApplicationRule(const string& strDomain, const string& strConfiguration, string& strError) argument
[all...]
/external/parameter-framework/parameter/include/
H A DParameterMgrFullConnector.h162 bool accessConfigurationValue(const std::string &strDomain, const std::string &strConfiguration, const std::string& strPath, std::string& strValue, bool bSet, std::string& strError);
181 bool createConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::string& strError);
182 bool deleteConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::string& strError);
183 bool renameConfiguration(const std::string& strDomain, const std::string& strConfiguration, const std::string& strNewConfiguration, std::string& strError);
186 bool restoreConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::list<std::string>& strError);
187 bool saveConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::string& strError);
190 bool addConfigurableElementToDomain(const std::string& strDomain, const std::string& strConfigurableElementPath, std::string& strError);
191 bool removeConfigurableElementFromDomain(const std::string& strDomain, const std::string& strConfigurableElementPath, std::string& strError);
192 bool split(const std::string& strDomain, const std::string& strConfigurableElementPath, std::string& strError);
193 bool setElementSequence(const std::string& strDomain, cons
[all...]
/external/parameter-framework/bindings/python/
H A Dpfw.i124 bool accessConfigurationValue(const std::string &strDomain, const std::string &strConfiguration, const std::string& strPath, std::string& strValue, bool bSet, std::string& strError);
138 bool createConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::string& strError);
139 bool deleteConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::string& strError);
140 bool renameConfiguration(const std::string& strDomain, const std::string& strConfiguration, const std::string& strNewConfiguration, std::string& strError);
143 bool restoreConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::list<std::string>& strError);
144 bool saveConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::string& strError);
147 bool addConfigurableElementToDomain(const std::string& strDomain, const std::string& strConfigurableElementPath, std::string& strError);
148 bool removeConfigurableElementFromDomain(const std::string& strDomain, const std::string& strConfigurableElementPath, std::string& strError);
149 bool split(const std::string& strDomain, const std::string& strConfigurableElementPath, std::string& strError);
150 bool setElementSequence(const std::string& strDomain, cons
[all...]

Completed in 40 milliseconds