Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DConfigurableElementAggregator.h41 typedef bool (CConfigurableElement::*MatchesAggregationCriterion)() const; typedef
44 …regator(std::list<const CConfigurableElement*>& aggregateList, MatchesAggregationCriterion pfnMatc…
57 MatchesAggregationCriterion _pfnMatchesAggregationCriterion;
DConfigurableElementAggregator.cpp33 …regator(std::list<const CConfigurableElement*>& aggregateList, MatchesAggregationCriterion pfnMatc… in CConfigurableElementAggregator()