/external/parameter-framework/upstream/parameter/ |
D | ConfigurableDomain.cpp | 56 CConfigurableElement *pConfigurableElement = *it; in ~CConfigurableDomain() local 59 pConfigurableElement->removeAttachedConfigurableDomain(this); in ~CConfigurableDomain() 157 const CConfigurableElement *pConfigurableElement = *it; in composeConfigurableElements() local 166 xmlChildConfigurableElement.setAttribute("Path", pConfigurableElement->getPath()); in composeConfigurableElements() 291 CConfigurableElement *pConfigurableElement = in parseConfigurableElements() local 294 if (!pConfigurableElement) { in parseConfigurableElements() 304 if (!addConfigurableElement(pConfigurableElement, nullptr, infos)) { in parseConfigurableElements() 364 bool CConfigurableDomain::addConfigurableElement(CConfigurableElement *pConfigurableElement, in addConfigurableElement() argument 369 if (containsConfigurableElement(pConfigurableElement)) { in addConfigurableElement() 371 infos.push_back("Configurable element " + pConfigurableElement->getPath() + in addConfigurableElement() [all …]
|
D | ConfigurableElementAggregator.cpp | 41 void CConfigurableElementAggregator::aggegate(const CConfigurableElement *pConfigurableElement) in aggegate() argument 43 doAggregate(pConfigurableElement, _aggregateList); in aggegate() 48 const CConfigurableElement *pConfigurableElement, in doAggregate() argument 51 if (!(pConfigurableElement->*_pfnMatchesAggregationCriterion)()) { in doAggregate() 59 size_t uiNbChildren = pConfigurableElement->getNbChildren(); in doAggregate() 65 static_cast<const CConfigurableElement *>(pConfigurableElement->getChild(index)); in doAggregate() 73 aggregateList.push_back(pConfigurableElement); in doAggregate()
|
D | DomainConfiguration.cpp | 115 const CConfigurableElement *pConfigurableElement = in composeSettings() local 125 xmlConfigurableElementSettingsElement.setAttribute("Path", pConfigurableElement->getPath()); in composeSettings() 221 const CConfigurableElement *pConfigurableElement) in removeConfigurableElement() argument 223 auto &areaConfigurationToRemove = getAreaConfiguration(pConfigurableElement); in removeConfigurableElement() 313 const CConfigurableElement *pConfigurableElement) const in getBlackboard() 318 conf->getConfigurableElement() == pConfigurableElement; in getBlackboard() 321 << pConfigurableElement->getName() in getBlackboard() 346 void CDomainConfiguration::validate(const CConfigurableElement *pConfigurableElement, in validate() argument 349 auto &areaConfigurationToValidate = getAreaConfiguration(pConfigurableElement); in validate() 364 bool CDomainConfiguration::isValid(const CConfigurableElement *pConfigurableElement) const in isValid() [all …]
|
D | ConfigurableDomain.h | 112 bool addConfigurableElement(CConfigurableElement *pConfigurableElement, 115 bool removeConfigurableElement(CConfigurableElement *pConfigurableElement, 120 const std::string &strConfiguration, const CConfigurableElement *pConfigurableElement, 130 bool split(CConfigurableElement *pConfigurableElement, core::Results &infos); 146 bool isApplicableConfigurationValid(const CConfigurableElement *pConfigurableElement) const; 176 void validateAreas(const CConfigurableElement *pConfigurableElement, 185 void autoValidateAreas(const CConfigurableElement *pConfigurableElement); 193 const CConfigurableElement *pConfigurableElement) const; 221 void doAddConfigurableElement(CConfigurableElement *pConfigurableElement, core::Results &infos, 224 void doRemoveConfigurableElement(CConfigurableElement *pConfigurableElement, [all …]
|
D | DomainConfiguration.h | 61 void removeConfigurableElement(const CConfigurableElement *pConfigurableElement); 82 CParameterBlackboard *getBlackboard(const CConfigurableElement *pConfigurableElement) const; 98 void validate(const CConfigurableElement *pConfigurableElement, 103 bool isValid(const CConfigurableElement *pConfigurableElement) const; 106 const CConfigurableElement *pConfigurableElement); 143 const CConfigurableElement *pConfigurableElement) const;
|
D | SimulatedBackSynchronizer.cpp | 36 const CConfigurableElement *pConfigurableElement, CParameterBlackboard *pParameterBlackboard) in CSimulatedBackSynchronizer() argument 37 : base(pConfigurableElement), _parameterAccessContext(_strError) in CSimulatedBackSynchronizer() 50 const CConfigurableElement *pConfigurableElement = *it; in sync() local 52 pConfigurableElement->setDefaultValues(_parameterAccessContext); in sync()
|
D | HardwareBackSynchronizer.cpp | 36 const CConfigurableElement *pConfigurableElement, CParameterBlackboard *pParameterBlackboard) in CHardwareBackSynchronizer() argument 37 : base(pConfigurableElement), _pParameterBlackboard(pParameterBlackboard) in CHardwareBackSynchronizer() 44 const CConfigurableElement *pConfigurableElement = *it; in CHardwareBackSynchronizer() local 46 pConfigurableElement->fillSyncerSet(_backSyncerSet); in CHardwareBackSynchronizer()
|
D | ConfigurableDomains.cpp | 330 const CConfigurableElement *pConfigurableElement = *it; in listAssociatedElements() local 334 pConfigurableElement->listAssociatedDomains(strAssociatedDomainList, false); in listAssociatedElements() 336 strResult += pConfigurableElement->getPath() + " [" + strAssociatedDomainList + "]\n"; in listAssociatedElements() 352 const CConfigurableElement *pConfigurableElement = *it; in listConflictingElements() local 354 if (pConfigurableElement->getBelongingDomainCount() > 1) { in listConflictingElements() 358 pConfigurableElement->listBelongingDomains(strBelongingDomainList, false); in listConflictingElements() 360 strResult += pConfigurableElement->getPath() + " contained in multiple domains: " + in listConflictingElements() 554 const string &strDomain, CConfigurableElement *pConfigurableElement, string &strError) in removeConfigurableElementFromDomain() argument 564 return pConfigurableDomain->removeConfigurableElement(pConfigurableElement, strError); in removeConfigurableElementFromDomain() 569 const CConfigurableElement *pConfigurableElement, size_t &baseOffset, bool &bIsLastApplied, in findConfigurationBlackboard() argument [all …]
|
D | ConfigurableElement.cpp | 301 const CConfigurableElement *pConfigurableElement = in setDefaultValues() local 304 pConfigurableElement->setDefaultValues(parameterAccessContext); in setDefaultValues() 340 CConfigurableElement *pConfigurableElement = in setOffset() local 343 pConfigurableElement->setOffset(offset); in setOffset() 345 offset += pConfigurableElement->getFootPrint(); in setOffset() 362 const CConfigurableElement *pConfigurableElement = in getFootPrint() local 365 uiSize += pConfigurableElement->getFootPrint(); in getFootPrint() 410 const CConfigurableElement *pConfigurableElement = in fillSyncerSetFromDescendant() local 413 pConfigurableElement->fillSyncerSetFromDescendant(syncerSet); in fillSyncerSetFromDescendant() 484 const CConfigurableElement *pConfigurableElement = *it; in listRogueElements() local [all …]
|
D | AreaConfiguration.cpp | 35 CAreaConfiguration::CAreaConfiguration(const CConfigurableElement *pConfigurableElement, in CAreaConfiguration() argument 37 : _pConfigurableElement(pConfigurableElement), _pSyncerSet(pSyncerSet) in CAreaConfiguration() 43 CAreaConfiguration::CAreaConfiguration(const CConfigurableElement *pConfigurableElement, in CAreaConfiguration() argument 45 : _pConfigurableElement(pConfigurableElement), _pSyncerSet(pSyncerSet) in CAreaConfiguration()
|
D | BitwiseAreaConfiguration.cpp | 37 const CConfigurableElement *pConfigurableElement, const CSyncerSet *pSyncerSet) in CBitwiseAreaConfiguration() argument 38 : base(pConfigurableElement, pSyncerSet, in CBitwiseAreaConfiguration() 39 static_cast<const CBitParameter *>(pConfigurableElement)->getBelongingBlockSize()) in CBitwiseAreaConfiguration()
|
D | ParameterMgr.cpp | 719 const CConfigurableElement *pConfigurableElement = in getConfigurableElement() local 722 return pConfigurableElement; in getConfigurableElement() 736 CConfigurableElement *pConfigurableElement = getConfigurableElement(strPath, strError); in createParameterHandle() local 738 if (!pConfigurableElement) { in createParameterHandle() 745 if (!pConfigurableElement->isParameter()) { in createParameterHandle() 754 return new CParameterHandle(static_cast<CBaseParameter &>(*pConfigurableElement), *this); in createParameterHandle() 760 CConfigurableElement *pConfigurableElement; in createElementHandle() local 764 pConfigurableElement = getSystemClass(); in createElementHandle() 766 pConfigurableElement = getConfigurableElement(path, error); in createElementHandle() 769 if (!pConfigurableElement) { in createElementHandle() [all …]
|
D | VirtualSyncer.cpp | 36 CVirtualSyncer::CVirtualSyncer(const CConfigurableElement *pConfigurableElement) in CVirtualSyncer() argument 37 : _pConfigurableElement(pConfigurableElement) in CVirtualSyncer()
|
D | BackSynchronizer.h | 43 CBackSynchronizer(const CConfigurableElement *pConfigurableElement) in CBackSynchronizer() argument 48 _configurableElementAggregator.aggegate(pConfigurableElement); in CBackSynchronizer()
|
D | ConfigurableElementAggregator.h | 49 void aggegate(const CConfigurableElement *pConfigurableElement); 53 bool doAggregate(const CConfigurableElement *pConfigurableElement,
|
D | Subsystem.cpp | 319 const CConfigurableElement *pConfigurableElement) const in getMappingError() 322 strMessage + "\" " + "for element " + pConfigurableElement->getPath(); in getMappingError() 344 bool CSubsystem::handleMappingContext(const CConfigurableElement *pConfigurableElement, in handleMappingContext() argument 353 if (pConfigurableElement->getMappingData(strKey, pStrValue)) { in handleMappingContext() 357 strError = getMappingError(strKey, "Already set", pConfigurableElement); in handleMappingContext()
|
D | AreaConfiguration.h | 43 CAreaConfiguration(const CConfigurableElement *pConfigurableElement, 87 CAreaConfiguration(const CConfigurableElement *pConfigurableElement,
|
D | Subsystem.h | 150 const CConfigurableElement *pConfigurableElement) const; 212 bool handleMappingContext(const CConfigurableElement *pConfigurableElement,
|
D | HardwareBackSynchronizer.h | 38 CHardwareBackSynchronizer(const CConfigurableElement *pConfigurableElement,
|
D | SimulatedBackSynchronizer.h | 42 CSimulatedBackSynchronizer(const CConfigurableElement *pConfigurableElement,
|
D | VirtualSyncer.h | 39 CVirtualSyncer(const CConfigurableElement *pConfigurableElement);
|
D | ConfigurableDomains.h | 151 CConfigurableElement *pConfigurableElement, 157 const CConfigurableElement *pConfigurableElement, size_t &baseOffset, bool &bIsLastApplied,
|
D | BitwiseAreaConfiguration.h | 39 CBitwiseAreaConfiguration(const CConfigurableElement *pConfigurableElement,
|