Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DSelectionCriteriaDefinition.cpp45 …CSelectionCriterion* pSelectionCriterion = new CSelectionCriterion(strName, pSelectionCriterionTyp… in createSelectionCriterion() local
47 addChild(pSelectionCriterion); in createSelectionCriterion()
49 return pSelectionCriterion; in createSelectionCriterion()
72 …const CSelectionCriterion* pSelectionCriterion = static_cast<const CSelectionCriterion*>(getChild(… in listSelectionCriteria() local
74 … lstrResult.push_back(pSelectionCriterion->getFormattedDescription(bWithTypeInfo, bHumanReadable)); in listSelectionCriteria()
84 CSelectionCriterion* pSelectionCriterion; in resetModifiedStatus() local
88 pSelectionCriterion = static_cast<CSelectionCriterion*>(getChild(uiChild)); in resetModifiedStatus()
90 pSelectionCriterion->resetModifiedStatus(); in resetModifiedStatus()