Home
last modified time | relevance | path

Searched refs:CConfigurableElementAggregator (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/parameter/
DConfigurableElementAggregator.cpp33 CConfigurableElementAggregator::CConfigurableElementAggregator(std::list<const CConfigurableElement… in CConfigurableElementAggregator() function in CConfigurableElementAggregator
39 void CConfigurableElementAggregator::aggegate(const CConfigurableElement* pConfigurableElement) in aggegate()
45 bool CConfigurableElementAggregator::doAggregate(const CConfigurableElement* pConfigurableElement, … in doAggregate()
DConfigurableElementAggregator.h37 class CConfigurableElementAggregator
44CConfigurableElementAggregator(std::list<const CConfigurableElement*>& aggregateList, MatchesAggre…
DBackSynchronizer.h58 CConfigurableElementAggregator _configurableElementAggregator;
DConfigurableElement.cpp339CConfigurableElementAggregator configurableElementAggregator(rogueElementList, &CConfigurableEleme… in listRogueElements()