Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DEnumParameterType.cpp283 bool CEnumParameterType::getLiteral(int32_t iNumerical, string& strLiteral) const in getLiteral()
294 strLiteral = pValuePair->getName(); in getLiteral()
303 bool CEnumParameterType::getNumerical(const string& strLiteral, int& iNumerical) const in getNumerical() argument
312 if (pValuePair->getName() == strLiteral) { in getNumerical()
DEnumParameterType.h71 bool getLiteral(int32_t iNumerical, std::string& strLiteral) const;
72 bool getNumerical(const std::string& strLiteral, int& iNumerical) const;