Home
last modified time | relevance | path

Searched refs:aggregateList (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/parameter/
DConfigurableElementAggregator.cpp33 …ConfigurableElementAggregator(std::list<const CConfigurableElement*>& aggregateList, MatchesAggreg… in CConfigurableElementAggregator() argument
34 : _aggregateList(aggregateList), _pfnMatchesAggregationCriterion(pfnMatchesAggregationCriterion) in CConfigurableElementAggregator()
45 … CConfigurableElement* pConfigurableElement, std::list<const CConfigurableElement*>& aggregateList) in doAggregate() argument
69 aggregateList.push_back(pConfigurableElement); in doAggregate()
74aggregateList.insert(aggregateList.end(), childAggregateElementList.begin(), childAggregateElement… in doAggregate()
DConfigurableElementAggregator.h44 …CConfigurableElementAggregator(std::list<const CConfigurableElement*>& aggregateList, MatchesAggre…
51 …CConfigurableElement* pConfigurableElement, std::list<const CConfigurableElement*>& aggregateList);