Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DSelectionCriteriaDefinition.cpp42 CSelectionCriterion *pSelectionCriterion = new CSelectionCriterion(strName, pType, logger); in createSelectionCriterion() local
44 addChild(pSelectionCriterion); in createSelectionCriterion()
46 return pSelectionCriterion; in createSelectionCriterion()
72 const CSelectionCriterion *pSelectionCriterion = in listSelectionCriteria() local
76 pSelectionCriterion->getFormattedDescription(bWithTypeInfo, bHumanReadable)); in listSelectionCriteria()
86 CSelectionCriterion *pSelectionCriterion; in resetModifiedStatus() local
90 pSelectionCriterion = static_cast<CSelectionCriterion *>(getChild(uiChild)); in resetModifiedStatus()
92 pSelectionCriterion->resetModifiedStatus(); in resetModifiedStatus()