Home
last modified time | relevance | path

Searched refs:pConfigurableElement (Results 1 – 23 of 23) sorted by relevance

/external/parameter-framework/upstream/parameter/
DConfigurableDomain.cpp56 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, NULL, 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 …]
DDomainConfiguration.cpp115 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 …]
DConfigurableElementAggregator.cpp41 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()
DConfigurableDomain.h112 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;
175 void validateAreas(const CConfigurableElement *pConfigurableElement,
184 void autoValidateAreas(const CConfigurableElement *pConfigurableElement);
192 const CConfigurableElement *pConfigurableElement) const;
220 void doAddConfigurableElement(CConfigurableElement *pConfigurableElement, core::Results &infos,
223 void doRemoveConfigurableElement(CConfigurableElement *pConfigurableElement,
[all …]
DDomainConfiguration.h61 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;
DSimulatedBackSynchronizer.cpp36 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()
DHardwareBackSynchronizer.cpp36 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()
DConfigurableDomains.cpp330 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 …]
DConfigurableElement.cpp301 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 …]
DAreaConfiguration.cpp35 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()
DParameterMgr.cpp719 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 …]
DBitwiseAreaConfiguration.cpp37 const CConfigurableElement *pConfigurableElement, const CSyncerSet *pSyncerSet) in CBitwiseAreaConfiguration() argument
38 : base(pConfigurableElement, pSyncerSet, in CBitwiseAreaConfiguration()
39 static_cast<const CBitParameter *>(pConfigurableElement)->getBelongingBlockSize()) in CBitwiseAreaConfiguration()
DVirtualSyncer.cpp36 CVirtualSyncer::CVirtualSyncer(const CConfigurableElement *pConfigurableElement) in CVirtualSyncer() argument
37 : _pConfigurableElement(pConfigurableElement) in CVirtualSyncer()
DBackSynchronizer.h43 CBackSynchronizer(const CConfigurableElement *pConfigurableElement) in CBackSynchronizer() argument
48 _configurableElementAggregator.aggegate(pConfigurableElement); in CBackSynchronizer()
DConfigurableElementAggregator.h49 void aggegate(const CConfigurableElement *pConfigurableElement);
53 bool doAggregate(const CConfigurableElement *pConfigurableElement,
DSubsystem.cpp319 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()
DAreaConfiguration.h43 CAreaConfiguration(const CConfigurableElement *pConfigurableElement,
87 CAreaConfiguration(const CConfigurableElement *pConfigurableElement,
DSubsystem.h150 const CConfigurableElement *pConfigurableElement) const;
212 bool handleMappingContext(const CConfigurableElement *pConfigurableElement,
DHardwareBackSynchronizer.h38 CHardwareBackSynchronizer(const CConfigurableElement *pConfigurableElement,
DConfigurableDomains.h151 CConfigurableElement *pConfigurableElement,
157 const CConfigurableElement *pConfigurableElement, size_t &baseOffset, bool &bIsLastApplied,
DSimulatedBackSynchronizer.h42 CSimulatedBackSynchronizer(const CConfigurableElement *pConfigurableElement,
DVirtualSyncer.h39 CVirtualSyncer(const CConfigurableElement *pConfigurableElement);
DBitwiseAreaConfiguration.h39 CBitwiseAreaConfiguration(const CConfigurableElement *pConfigurableElement,