Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DSelectionCriterionType.cpp37 const std::string CSelectionCriterionType::_strDelimiter = "|";
39 CSelectionCriterionType::CSelectionCriterionType(bool bIsInclusive) : _bInclusive(bIsInclusive) in CSelectionCriterionType() function in CSelectionCriterionType
48 std::string CSelectionCriterionType::getKind() const in getKind()
54 bool CSelectionCriterionType::addValuePair(int iValue, const std::string &strValue, in addValuePair()
93 bool CSelectionCriterionType::getNumericalValue(const std::string &strValue, int &iValue) const in getNumericalValue()
118 bool CSelectionCriterionType::getAtomicNumericalValue(const std::string &strValue, in getAtomicNumericalValue()
132 bool CSelectionCriterionType::getLiteralValue(int iValue, std::string &strValue) const in getLiteralValue()
148 bool CSelectionCriterionType::isTypeInclusive() const in isTypeInclusive()
154 std::string CSelectionCriterionType::listPossibleValues() const in listPossibleValues()
179 std::string CSelectionCriterionType::getFormattedState(int iValue) const in getFormattedState()
[all …]
DSelectionCriterionLibrary.cpp40 CSelectionCriterionType *CSelectionCriterionLibrary::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType()
42 auto pSelectionCriterionType = new CSelectionCriterionType(bIsInclusive); in createSelectionCriterionType()
DSelectionCriteria.h56 CSelectionCriterionType *createSelectionCriterionType(bool bIsInclusive);
58 const CSelectionCriterionType *pType,
DSelectionCriterion.h45 CSelectionCriterion(const std::string &strName, const CSelectionCriterionType *pType,
85 const CSelectionCriterionType *_pType;
DSelectionCriterionType.h37 class CSelectionCriterionType : public CElement, public ISelectionCriterionTypeInterface
42 CSelectionCriterionType(bool bIsInclusive);
DSelectionCriteria.cpp48 CSelectionCriterionType *CSelectionCriteria::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType()
54 const std::string &strName, const CSelectionCriterionType *pType, core::log::Logger &logger) in createSelectionCriterion()
DSelectionCriterionLibrary.h39 CSelectionCriterionType *createSelectionCriterionType(bool bIsInclusive);
DSelectionCriteriaDefinition.h43 const CSelectionCriterionType *pType,
DSelectionCriteriaDefinition.cpp40 const std::string &strName, const CSelectionCriterionType *pType, core::log::Logger &logger) in createSelectionCriterion()
DSelectionCriterion.cpp40 const CSelectionCriterionType *pType, in CSelectionCriterion()
DParameterMgrPlatformConnector.cpp67 strName, static_cast<const CSelectionCriterionType *>(pSelectionCriterionType)); in createSelectionCriterion()
DParameterMgr.h109 CSelectionCriterionType *createSelectionCriterionType(bool bIsInclusive);
111 const std::string &strName, const CSelectionCriterionType *pSelectionCriterionType);
DParameterMgr.cpp658 CSelectionCriterionType *CParameterMgr::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType()
665 const string &strName, const CSelectionCriterionType *pSelectionCriterionType) in createSelectionCriterion()