Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DEnumParameterType.cpp72 const CEnumValuePair* pValuePair = static_cast<const CEnumValuePair*>(getChild(uiChild)); in showProperties() local
75 strResult += pValuePair->getName(); in showProperties()
77 strResult += pValuePair->getNumericalAsString(); in showProperties()
290 const CEnumValuePair* pValuePair = static_cast<const CEnumValuePair*>(getChild(uiChild)); in getLiteral() local
292 if (pValuePair->getNumerical() == iNumerical) { in getLiteral()
294 strLiteral = pValuePair->getName(); in getLiteral()
310 const CEnumValuePair* pValuePair = static_cast<const CEnumValuePair*>(getChild(uiChild)); in getNumerical() local
312 if (pValuePair->getName() == strLiteral) { in getNumerical()
314 iNumerical = pValuePair->getNumerical(); in getNumerical()
332 const CEnumValuePair* pValuePair = static_cast<const CEnumValuePair*>(getChild(uiChild)); in isValid() local
[all …]