Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DConfigurableDomains.cpp320 std::set<const CConfigurableElement *> configurableElementSet; in listAssociatedElements() local
323 gatherAllOwnedConfigurableElements(configurableElementSet); in listAssociatedElements()
328 for (it = configurableElementSet.begin(); it != configurableElementSet.end(); ++it) { in listAssociatedElements()
342 std::set<const CConfigurableElement *> configurableElementSet; in listConflictingElements() local
345 gatherAllOwnedConfigurableElements(configurableElementSet); in listConflictingElements()
350 for (it = configurableElementSet.begin(); it != configurableElementSet.end(); ++it) { in listConflictingElements()
390 std::set<const CConfigurableElement *> &configurableElementSet) const in gatherAllOwnedConfigurableElements()
400 pChildConfigurableDomain->gatherConfigurableElements(configurableElementSet); in gatherAllOwnedConfigurableElements()
DConfigurableDomains.h195 std::set<const CConfigurableElement *> &configurableElementSet) const;
DConfigurableDomain.h102 std::set<const CConfigurableElement *> &configurableElementSet) const;
DConfigurableDomain.cpp1020 std::set<const CConfigurableElement *> &configurableElementSet) const in gatherConfigurableElements()
1023 configurableElementSet.insert(_configurableElementList.begin(), _configurableElementList.end()); in gatherConfigurableElements()