Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DConfigurableElementAggregator.cpp36 : _aggregateList(aggregateList), _pfnMatchesAggregationCriterion(pfnMatchesAggregationCriterion) in CConfigurableElementAggregator()
43 doAggregate(pConfigurableElement, _aggregateList); in aggegate()
DConfigurableElementAggregator.h57 std::list<const CConfigurableElement *> &_aggregateList; variable