Home
last modified time | relevance | path

Searched refs:CConfigurableElement (Results 1 – 25 of 32) sorted by relevance

12

/external/parameter-framework/upstream/parameter/
DConfigurableElement.cpp44 CConfigurableElement::CConfigurableElement(const std::string &strName) : base(strName) in CConfigurableElement() function in CConfigurableElement
48 bool CConfigurableElement::fromXml(const CXmlElement &xmlElement, in fromXml()
65 void CConfigurableElement::toXml(CXmlElement &xmlElement, in toXml()
80 bool CConfigurableElement::serializeXmlSettings( in serializeXmlSettings()
96 const CConfigurableElement *pChildConfigurableElement = in serializeXmlSettings()
97 static_cast<const CConfigurableElement *>(getChild(index)); in serializeXmlSettings()
176 const CConfigurableElement *pChildConfigurableElement = in serializeXmlSettings()
177 static_cast<const CConfigurableElement *>(getChild(index)); in serializeXmlSettings()
196 CAreaConfiguration *CConfigurableElement::createAreaConfiguration( in createAreaConfiguration()
203 bool CConfigurableElement::accessValue(CPathNavigator &pathNavigator, std::string &strValue, in accessValue()
[all …]
DConfigurableDomain.h42 class CConfigurableElement; variable
49 typedef std::list<CConfigurableElement *>::const_iterator ConfigurableElementListIterator;
50 typedef std::map<const CConfigurableElement *, CSyncerSet *>::const_iterator
102 std::set<const CConfigurableElement *> &configurableElementSet) const;
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;
175 void validateAreas(const CConfigurableElement *pConfigurableElement,
[all …]
DDomainConfiguration.h41 class CConfigurableElement; variable
59 void addConfigurableElement(const CConfigurableElement *configurableElement,
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);
113 void merge(CConfigurableElement *pToConfigurableElement,
114 CConfigurableElement *pFromConfigurableElement);
116 void split(CConfigurableElement *pFromConfigurableElement);
[all …]
DConfigurableElementAggregator.cpp34 std::list<const CConfigurableElement *> &aggregateList, in CConfigurableElementAggregator()
41 void CConfigurableElementAggregator::aggegate(const CConfigurableElement *pConfigurableElement) in aggegate()
48 const CConfigurableElement *pConfigurableElement, in doAggregate()
49 std::list<const CConfigurableElement *> &aggregateList) in doAggregate()
57 std::list<const CConfigurableElement *> childAggregateElementList; in doAggregate()
64 const CConfigurableElement *pChildConfigurableElement = in doAggregate()
65 static_cast<const CConfigurableElement *>(pConfigurableElement->getChild(index)); in doAggregate()
DConfigurableElementAggregator.h42 typedef bool (CConfigurableElement::*MatchesAggregationCriterion)() const;
45 CConfigurableElementAggregator(std::list<const CConfigurableElement *> &aggregateList,
49 void aggegate(const CConfigurableElement *pConfigurableElement);
53 bool doAggregate(const CConfigurableElement *pConfigurableElement,
54 std::list<const CConfigurableElement *> &aggregateList);
57 std::list<const CConfigurableElement *> &_aggregateList;
DConfigurableDomain.cpp56 CConfigurableElement *pConfigurableElement = *it; in ~CConfigurableDomain()
157 const CConfigurableElement *pConfigurableElement = *it; in composeConfigurableElements()
291 CConfigurableElement *pConfigurableElement = in parseConfigurableElements()
292 static_cast<CConfigurableElement *>(systemClass.findDescendant(pathNavigator)); in parseConfigurableElements()
364 bool CConfigurableDomain::addConfigurableElement(CConfigurableElement *pConfigurableElement, in addConfigurableElement()
392 bool CConfigurableDomain::removeConfigurableElement(CConfigurableElement *pConfigurableElement, in removeConfigurableElement()
431 const CConfigurableElement *pCandidateDescendantConfigurableElement, size_t &baseOffset, in findConfigurationBlackboard()
450 const CConfigurableElement *pAssociatedConfigurableElement = *it; in findConfigurationBlackboard()
470 bool CConfigurableDomain::split(CConfigurableElement *pConfigurableElement, core::Results &infos) in split()
496 CConfigurableElement *pChildConfigurableElement = in split()
[all …]
DDomainConfiguration.cpp115 const CConfigurableElement *pConfigurableElement = in composeSettings()
138 const CConfigurableElement *destination = areaConfiguration->getConfigurableElement(); in importOneConfigurableElementSettings()
193 const CConfigurableElement *source = areaConfiguration->getConfigurableElement(); in exportOneConfigurableElementSettings()
214 void CDomainConfiguration::addConfigurableElement(const CConfigurableElement *configurableElement, in addConfigurableElement()
221 const CConfigurableElement *pConfigurableElement) in removeConfigurableElement()
313 const CConfigurableElement *pConfigurableElement) const in getBlackboard()
346 void CDomainConfiguration::validate(const CConfigurableElement *pConfigurableElement, in validate()
364 bool CDomainConfiguration::isValid(const CConfigurableElement *pConfigurableElement) const in isValid()
378 const CConfigurableElement *pConfigurableElement) in validateAgainst()
416 void CDomainConfiguration::merge(CConfigurableElement *pToConfigurableElement, in merge()
[all …]
DAreaConfiguration.h36 class CConfigurableElement; variable
43 CAreaConfiguration(const CConfigurableElement *pConfigurableElement,
70 const CConfigurableElement *getConfigurableElement() const;
87 CAreaConfiguration(const CConfigurableElement *pConfigurableElement,
100 const CConfigurableElement *_pConfigurableElement;
DSubsystem.h51 class PARAMETER_EXPORT CSubsystem : public CConfigurableElement, private IMapper
97 std::list<const CConfigurableElement *> &configurableElementPath) const;
150 const CConfigurableElement *pConfigurableElement) const;
163 const std::list<const CConfigurableElement *> &configurableElementPath) const;
212 bool handleMappingContext(const CConfigurableElement *pConfigurableElement,
DConfigurableDomains.h38 class CConfigurableElement; variable
91 bool split(const std::string &domainName, CConfigurableElement *element, core::Results &infos);
146 CConfigurableElement *element,
151 CConfigurableElement *pConfigurableElement,
157 const CConfigurableElement *pConfigurableElement, size_t &baseOffset, bool &bIsLastApplied,
195 std::set<const CConfigurableElement *> &configurableElementSet) const;
DVirtualSyncer.h34 class CConfigurableElement; variable
39 CVirtualSyncer(const CConfigurableElement *pConfigurableElement);
45 const CConfigurableElement *_pConfigurableElement;
DConfigurableDomains.cpp300 bool CConfigurableDomains::split(const string &domainName, CConfigurableElement *element, in split()
320 std::set<const CConfigurableElement *> configurableElementSet; in listAssociatedElements()
326 std::set<const CConfigurableElement *>::const_iterator it; in listAssociatedElements()
330 const CConfigurableElement *pConfigurableElement = *it; in listAssociatedElements()
342 std::set<const CConfigurableElement *> configurableElementSet; in listConflictingElements()
348 std::set<const CConfigurableElement *>::const_iterator it; in listConflictingElements()
352 const CConfigurableElement *pConfigurableElement = *it; in listConflictingElements()
390 std::set<const CConfigurableElement *> &configurableElementSet) const in gatherAllOwnedConfigurableElements()
537 const string &domainName, CConfigurableElement *element, in addConfigurableElementToDomain()
554 const string &strDomain, CConfigurableElement *pConfigurableElement, string &strError) in removeConfigurableElementFromDomain()
[all …]
DBackSynchronizer.h43 CBackSynchronizer(const CConfigurableElement *pConfigurableElement) in CBackSynchronizer()
45 &CConfigurableElement::hasNoValidDomainAssociated) in CBackSynchronizer()
57 std::list<const CConfigurableElement *> _needingBackSyncList;
DSimulatedBackSynchronizer.cpp36 const CConfigurableElement *pConfigurableElement, CParameterBlackboard *pParameterBlackboard) in CSimulatedBackSynchronizer()
46 std::list<const CConfigurableElement *>::const_iterator it; in sync()
50 const CConfigurableElement *pConfigurableElement = *it; in sync()
DHardwareBackSynchronizer.cpp36 const CConfigurableElement *pConfigurableElement, CParameterBlackboard *pParameterBlackboard) in CHardwareBackSynchronizer()
40 std::list<const CConfigurableElement *>::const_iterator it; in CHardwareBackSynchronizer()
44 const CConfigurableElement *pConfigurableElement = *it; in CHardwareBackSynchronizer()
DParameterMgr.cpp697 const CConfigurableElement *CParameterMgr::getConfigurableElement(const string &strPath, in getConfigurableElement()
719 const CConfigurableElement *pConfigurableElement = in getConfigurableElement()
720 static_cast<const CConfigurableElement *>(pElement); in getConfigurableElement()
725 CConfigurableElement *CParameterMgr::getConfigurableElement(const string &strPath, string &strError) in getConfigurableElement()
730 return const_cast<CConfigurableElement *>(constThis->getConfigurableElement(strPath, strError)); in getConfigurableElement()
736 CConfigurableElement *pConfigurableElement = getConfigurableElement(strPath, strError); in createParameterHandle()
760 CConfigurableElement *pConfigurableElement; in createElementHandle()
784 void CParameterMgr::getSettingsAsBytes(const CConfigurableElement &element, in getSettingsAsBytes()
801 bool CParameterMgr::setSettingsAsBytes(const CConfigurableElement &element, in setSettingsAsBytes()
1442 const CConfigurableElement *pConfigurableElement = in getElementBytesCommandProcess()
[all …]
DConfigurableElement.h47 class PARAMETER_EXPORT CConfigurableElement : public CElement
55 CConfigurableElement(const std::string &strName = "");
56 virtual ~CConfigurableElement() = default;
140 std::list<const CConfigurableElement *> getConfigurableElementContext() const;
DSubsystem.cpp41 #define base CConfigurableElement
184 const list<const CConfigurableElement *> &configurableElementPath) const in formatMappingDataList()
189 list<const CConfigurableElement *>::const_reverse_iterator it; in formatMappingDataList()
269 string CSubsystem::getMapping(list<const CConfigurableElement *> &configurableElementPath) const in getMapping()
319 const CConfigurableElement *pConfigurableElement) const in getMappingError()
344 bool CSubsystem::handleMappingContext(const CConfigurableElement *pConfigurableElement, in handleMappingContext()
DAreaConfiguration.cpp35 CAreaConfiguration::CAreaConfiguration(const CConfigurableElement *pConfigurableElement, in CAreaConfiguration()
43 CAreaConfiguration::CAreaConfiguration(const CConfigurableElement *pConfigurableElement, in CAreaConfiguration()
132 const CConfigurableElement *CAreaConfiguration::getConfigurableElement() const in getConfigurableElement()
DParameterMgr.h64 class CConfigurableElement; variable
119 const CConfigurableElement *getConfigurableElement(const std::string &strPath,
130 CConfigurableElement *getConfigurableElement(const std::string &strPath, std::string &strError);
670 void getSettingsAsBytes(const CConfigurableElement &element,
682 bool setSettingsAsBytes(const CConfigurableElement &element,
693 bool setSettingsAsXML(CConfigurableElement *configurableElement, const std::string &settings,
704 bool getSettingsAsXML(const CConfigurableElement *configurableElement,
DHardwareBackSynchronizer.h38 CHardwareBackSynchronizer(const CConfigurableElement *pConfigurableElement,
DSimulatedBackSynchronizer.h42 CSimulatedBackSynchronizer(const CConfigurableElement *pConfigurableElement,
DVirtualSyncer.cpp36 CVirtualSyncer::CVirtualSyncer(const CConfigurableElement *pConfigurableElement) in CVirtualSyncer()
/external/parameter-framework/upstream/parameter/include/
DElementHandle.h44 class CConfigurableElement; variable
228 ElementHandle(CConfigurableElement &element, CParameterMgr &parameterMgr);
262 CConfigurableElement &mElement;
DParameterHandle.h48 CParameterHandle(CConfigurableElement &element, CParameterMgr &parameterMgr) in CParameterHandle()

12