Searched defs:rogueElementList (Results 1 - 1 of 1) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DConfigurableElement.cpp472 std::list<const CConfigurableElement *> rogueElementList; local
475 rogueElementList, &CConfigurableElement::hasNoDomainAssociated);
482 for (it = rogueElementList.begin(); it != rogueElementList.end(); ++it) {
499 std::list<const CConfigurableElement *> rogueElementList; local
501 CConfigurableElementAggregator agregator(rogueElementList,
507 return (rogueElementList.size() == 1) && (rogueElementList.front() == this);

Completed in 94 milliseconds