Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DConfigurableElementAggregator.cpp34 std::list<const CConfigurableElement *> &aggregateList, in CConfigurableElementAggregator() argument
36 : _aggregateList(aggregateList), _pfnMatchesAggregationCriterion(pfnMatchesAggregationCriterion) in CConfigurableElementAggregator()
49 std::list<const CConfigurableElement *> &aggregateList) in doAggregate() argument
73 aggregateList.push_back(pConfigurableElement); in doAggregate()
78 aggregateList.insert(aggregateList.end(), childAggregateElementList.begin(), in doAggregate()
DConfigurableElementAggregator.h45 CConfigurableElementAggregator(std::list<const CConfigurableElement *> &aggregateList,
54 std::list<const CConfigurableElement *> &aggregateList);