Searched refs:CSelectionCriterionType (Results 1 – 13 of 13) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | SelectionCriterionType.cpp | 37 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 …]
|
D | SelectionCriterionLibrary.cpp | 40 CSelectionCriterionType *CSelectionCriterionLibrary::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType() 42 auto pSelectionCriterionType = new CSelectionCriterionType(bIsInclusive); in createSelectionCriterionType()
|
D | SelectionCriteria.h | 56 CSelectionCriterionType *createSelectionCriterionType(bool bIsInclusive); 58 const CSelectionCriterionType *pType,
|
D | SelectionCriterion.h | 45 CSelectionCriterion(const std::string &strName, const CSelectionCriterionType *pType, 85 const CSelectionCriterionType *_pType;
|
D | SelectionCriterionType.h | 37 class CSelectionCriterionType : public CElement, public ISelectionCriterionTypeInterface 42 CSelectionCriterionType(bool bIsInclusive);
|
D | SelectionCriteria.cpp | 48 CSelectionCriterionType *CSelectionCriteria::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType() 54 const std::string &strName, const CSelectionCriterionType *pType, core::log::Logger &logger) in createSelectionCriterion()
|
D | SelectionCriterionLibrary.h | 39 CSelectionCriterionType *createSelectionCriterionType(bool bIsInclusive);
|
D | SelectionCriteriaDefinition.h | 43 const CSelectionCriterionType *pType,
|
D | SelectionCriteriaDefinition.cpp | 40 const std::string &strName, const CSelectionCriterionType *pType, core::log::Logger &logger) in createSelectionCriterion()
|
D | SelectionCriterion.cpp | 40 const CSelectionCriterionType *pType, in CSelectionCriterion()
|
D | ParameterMgrPlatformConnector.cpp | 67 strName, static_cast<const CSelectionCriterionType *>(pSelectionCriterionType)); in createSelectionCriterion()
|
D | ParameterMgr.h | 109 CSelectionCriterionType *createSelectionCriterionType(bool bIsInclusive); 111 const std::string &strName, const CSelectionCriterionType *pSelectionCriterionType);
|
D | ParameterMgr.cpp | 658 CSelectionCriterionType *CParameterMgr::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType() 665 const string &strName, const CSelectionCriterionType *pSelectionCriterionType) in createSelectionCriterion()
|