Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DEnumParameterType.cpp195 bool CEnumParameterType::getLiteral(int32_t iNumerical, string &strLiteral) const in getLiteral()
206 strLiteral = pValuePair->getName(); in getLiteral()
215 bool CEnumParameterType::getNumerical(const string &strLiteral, int32_t &iNumerical) const in getNumerical() argument
224 if (pValuePair->getName() == strLiteral) { in getNumerical()
DEnumParameterType.h78 bool getLiteral(int32_t iNumerical, std::string &strLiteral) const;
79 bool getNumerical(const std::string &strLiteral, int &iNumerical) const;