/external/parameter-framework/parameter/ |
D | ConfigurableDomain.cpp | 59 CConfigurableElement* pConfigurableElement = *it; in ~CConfigurableDomain() local 62 pConfigurableElement->removeAttachedConfigurableDomain(this); in ~CConfigurableDomain() 164 const CConfigurableElement* pConfigurableElement = *it; in composeConfigurableElements() local 172 xmlChildConfigurableElement.setAttributeString("Path", pConfigurableElement->getPath()); in composeConfigurableElements() 290 CConfigurableElement* pConfigurableElement = in parseConfigurableElements() local 293 if (!pConfigurableElement) { in parseConfigurableElements() 300 if (!addConfigurableElement(pConfigurableElement, NULL, strError)) { in parseConfigurableElements() 357 bool CConfigurableDomain::addConfigurableElement(CConfigurableElement* pConfigurableElement, const … in addConfigurableElement() argument 360 if (containsConfigurableElement(pConfigurableElement)) { in addConfigurableElement() 362 …strError = "Configurable element " + pConfigurableElement->getPath() + " already associated to con… in addConfigurableElement() [all …]
|
D | DomainConfiguration.cpp | 126 … const CConfigurableElement* pConfigurableElement = pAreaConfiguration->getConfigurableElement(); in composeSettings() local 134 … xmlConfigurableElementSettingsElement.setAttributeString("Path", pConfigurableElement->getPath()); in composeSettings() 149 const CConfigurableElement* pConfigurableElement = pAreaConfiguration->getConfigurableElement(); in serializeConfigurableElementSettings() local 161 …ror encountered while parsing settings of " + pConfigurableElement->getKind() + " " + pConfigurabl… in serializeConfigurableElementSettings() 167 …onfigurableElementSettingsElement.getChildElement(pConfigurableElement->getKind(), pConfigurableEl… in serializeConfigurableElementSettings() 169 …text.setError("Couldn't find settings for " + pConfigurableElement->getKind() + " " + pConfigurabl… in serializeConfigurableElementSettings() 176 …Element.createChild(xmlConfigurableElementSettingsElementContent, pConfigurableElement->getKind()); in serializeConfigurableElementSettings() 179 … xmlConfigurableElementSettingsElementContent.setNameAttribute(pConfigurableElement->getName()); in serializeConfigurableElementSettings() 195 const CSubsystem* pSubsystem = pConfigurableElement->getBelongingSubsystem(); in serializeConfigurableElementSettings() 197 if (pSubsystem && pSubsystem != pConfigurableElement) { in serializeConfigurableElementSettings() [all …]
|
D | ConfigurableElementAggregator.cpp | 39 void CConfigurableElementAggregator::aggegate(const CConfigurableElement* pConfigurableElement) in aggegate() argument 41 doAggregate(pConfigurableElement, _aggregateList); in aggegate() 45 bool CConfigurableElementAggregator::doAggregate(const CConfigurableElement* pConfigurableElement, … in doAggregate() argument 47 if (!(pConfigurableElement->*_pfnMatchesAggregationCriterion)()) { in doAggregate() 56 size_t uiNbChildren = pConfigurableElement->getNbChildren(); in doAggregate() 61 …ildConfigurableElement = static_cast<const CConfigurableElement*>(pConfigurableElement->getChild(u… in doAggregate() 69 aggregateList.push_back(pConfigurableElement); in doAggregate()
|
D | ConfigurableDomain.h | 82 …bool addConfigurableElement(CConfigurableElement* pConfigurableElement, const CParameterBlackboard… 83 … bool removeConfigurableElement(CConfigurableElement* pConfigurableElement, std::string& strError); 87 … const CConfigurableElement* pConfigurableElement, 93 bool split(CConfigurableElement* pConfigurableElement, std::string& strError); 102 bool isApplicableConfigurationValid(const CConfigurableElement* pConfigurableElement) const; 130 …void validateAreas(const CConfigurableElement* pConfigurableElement, const CParameterBlackboard* p… 136 void autoValidateAreas(const CConfigurableElement* pConfigurableElement); 142 …onfiguration* findValidDomainConfiguration(const CConfigurableElement* pConfigurableElement) const; 156 …void doAddConfigurableElement(CConfigurableElement* pConfigurableElement, const CParameterBlackboa… 157 …void doRemoveConfigurableElement(CConfigurableElement* pConfigurableElement, bool bRecomputeSyncSe… [all …]
|
D | ConfigurableDomains.cpp | 296 …ableDomains::split(const string& strDomain, CConfigurableElement* pConfigurableElement, string& st… in split() argument 306 pConfigurableDomain->split(pConfigurableElement, strError); in split() 325 const CConfigurableElement* pConfigurableElement = *it; in listAssociatedElements() local 329 pConfigurableElement->listAssociatedDomains(strAssociatedDomainList, false); in listAssociatedElements() 331 strResult += pConfigurableElement->getPath() + " [" + strAssociatedDomainList + "]\n"; in listAssociatedElements() 349 const CConfigurableElement* pConfigurableElement = *it; in listConflictingElements() local 351 if (pConfigurableElement->getBelongingDomainCount() > 1) { in listConflictingElements() 355 pConfigurableElement->listBelongingDomains(strBelongingDomainList, false); in listConflictingElements() 357 …strResult += pConfigurableElement->getPath() + " contained in multiple domains: " + strBelongingDo… in listConflictingElements() 513 …bleElementToDomain(const string& strDomain, CConfigurableElement* pConfigurableElement, const CPar… in addConfigurableElementToDomain() argument [all …]
|
D | ConfigurableElement.cpp | 167 const CConfigurableElement* pConfigurableElement = in getListOfElementsWithMapping() local 170 pConfigurableElement->getListOfElementsWithMapping(configurableElementPath); in getListOfElementsWithMapping() 183 …const CConfigurableElement* pConfigurableElement = static_cast<const CConfigurableElement*>(getChi… in setDefaultValues() local 185 pConfigurableElement->setDefaultValues(parameterAccessContext); in setDefaultValues() 209 …CConfigurableElement* pConfigurableElement = static_cast<CConfigurableElement*>(getChild(uiIndex)); in setOffset() local 211 pConfigurableElement->setOffset(uiOffset); in setOffset() 213 uiOffset += pConfigurableElement->getFootPrint(); in setOffset() 231 …const CConfigurableElement* pConfigurableElement = static_cast<const CConfigurableElement*>(getChi… in getFootPrint() local 233 uiSize += pConfigurableElement->getFootPrint(); in getFootPrint() 279 …const CConfigurableElement* pConfigurableElement = static_cast<const CConfigurableElement*>(getChi… in fillSyncerSetFromDescendant() local [all …]
|
D | DomainConfiguration.h | 55 …void addConfigurableElement(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pS… 56 void removeConfigurableElement(const CConfigurableElement* pConfigurableElement); 68 CParameterBlackboard* getBlackboard(const CConfigurableElement* pConfigurableElement) const; 75 …void validate(const CConfigurableElement* pConfigurableElement, const CParameterBlackboard* pMainB… 79 bool isValid(const CConfigurableElement* pConfigurableElement) const; 81 …CDomainConfiguration* pValidDomainConfiguration, const CConfigurableElement* pConfigurableElement); 110 … CAreaConfiguration* getAreaConfiguration(const CConfigurableElement* pConfigurableElement) const;
|
D | SimulatedBackSynchronizer.cpp | 35 …chronizer::CSimulatedBackSynchronizer(const CConfigurableElement* pConfigurableElement, CParameter… in CSimulatedBackSynchronizer() argument 36 : base(pConfigurableElement), _parameterAccessContext(_strError) in CSimulatedBackSynchronizer() 49 const CConfigurableElement* pConfigurableElement = *it; in sync() local 51 pConfigurableElement->setDefaultValues(_parameterAccessContext); in sync()
|
D | HardwareBackSynchronizer.cpp | 35 …nchronizer::CHardwareBackSynchronizer(const CConfigurableElement* pConfigurableElement, CParameter… in CHardwareBackSynchronizer() argument 36 : base(pConfigurableElement), _pParameterBlackboard(pParameterBlackboard) in CHardwareBackSynchronizer() 43 const CConfigurableElement* pConfigurableElement = *it; in CHardwareBackSynchronizer() local 45 pConfigurableElement->fillSyncerSet(_backSyncerSet); in CHardwareBackSynchronizer()
|
D | BitwiseAreaConfiguration.cpp | 36 …figuration::CBitwiseAreaConfiguration(const CConfigurableElement *pConfigurableElement, const CSyn… in CBitwiseAreaConfiguration() argument 37 …: base(pConfigurableElement, pSyncerSet, static_cast<const CBitParameter*>(pConfigurableElement)->… in CBitwiseAreaConfiguration() 38 _bBigEndian(pConfigurableElement->getBelongingSubsystem()->isBigEndian()) in CBitwiseAreaConfiguration()
|
D | AreaConfiguration.cpp | 36 CAreaConfiguration::CAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyn… in CAreaConfiguration() argument 37 : _pConfigurableElement(pConfigurableElement), _pSyncerSet(pSyncerSet), _bValid(false) in CAreaConfiguration() 43 CAreaConfiguration::CAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyn… in CAreaConfiguration() argument 44 : _pConfigurableElement(pConfigurableElement), _pSyncerSet(pSyncerSet), _bValid(false) in CAreaConfiguration()
|
D | ParameterMgr.cpp | 815 …const CConfigurableElement* pConfigurableElement = static_cast<const CConfigurableElement*>(pEleme… in getConfigurableElement() local 817 return pConfigurableElement; in getConfigurableElement() 823 const CConfigurableElement* pConfigurableElement = getConfigurableElement(strPath, strError); in createParameterHandle() local 825 if (!pConfigurableElement) { in createParameterHandle() 832 if (!pConfigurableElement->isParameter()) { in createParameterHandle() 841 return new CParameterHandle(static_cast<const CBaseParameter*>(pConfigurableElement), this); in createParameterHandle() 1423 …const CConfigurableElement* pConfigurableElement = static_cast<const CConfigurableElement*>(pLocat… in getElementSizeCommandProcess() local 1426 strResult = pConfigurableElement->getFootprintAsString(); in getElementSizeCommandProcess() 1443 …const CConfigurableElement* pConfigurableElement = static_cast<const CConfigurableElement*>(pLocat… in showPropertiesCommandProcess() local 1446 pConfigurableElement->showProperties(strResult); in showPropertiesCommandProcess() [all …]
|
D | VirtualSyncer.cpp | 36 …CVirtualSyncer(const CConfigurableElement* pConfigurableElement) : _pConfigurableElement(pConfigur… in CVirtualSyncer() argument
|
D | BackSynchronizer.h | 41 CBackSynchronizer(const CConfigurableElement* pConfigurableElement) in CBackSynchronizer() argument 45 _configurableElementAggregator.aggegate(pConfigurableElement); in CBackSynchronizer()
|
D | ConfigurableElementAggregator.h | 47 void aggegate(const CConfigurableElement* pConfigurableElement); 51 …bool doAggregate(const CConfigurableElement* pConfigurableElement, std::list<const CConfigurableEl…
|
D | ConfigurableDomains.h | 82 …bool split(const std::string& strDomain, CConfigurableElement* pConfigurableElement, std::string& … 103 …ementToDomain(const std::string& strDomain, CConfigurableElement* pConfigurableElement, const CPar… 104 …entFromDomain(const std::string& strDomain, CConfigurableElement* pConfigurableElement, std::strin… 109 const CConfigurableElement* pConfigurableElement,
|
D | AreaConfiguration.h | 43 …CAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet); 86 …CAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet,…
|
D | HardwareBackSynchronizer.h | 38 …CHardwareBackSynchronizer(const CConfigurableElement* pConfigurableElement, CParameterBlackboard* …
|
D | SimulatedBackSynchronizer.h | 42 …CSimulatedBackSynchronizer(const CConfigurableElement* pConfigurableElement, CParameterBlackboard*…
|
D | VirtualSyncer.h | 39 CVirtualSyncer(const CConfigurableElement* pConfigurableElement);
|
D | BitwiseAreaConfiguration.h | 39 …CBitwiseAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyn…
|