Searched refs:CSelectionCriterionType (Results 1 – 14 of 14) sorted by relevance
/external/parameter-framework/parameter/ |
D | SelectionCriterionType.cpp | 35 const std::string CSelectionCriterionType::_strDelimiter = "|"; 37 CSelectionCriterionType::CSelectionCriterionType(bool bIsInclusive) : _bInclusive(bIsInclusive) in CSelectionCriterionType() function in CSelectionCriterionType 46 std::string CSelectionCriterionType::getKind() const in getKind() 52 bool CSelectionCriterionType::addValuePair(int iValue, const std::string& strValue) in addValuePair() 74 bool CSelectionCriterionType::getNumericalValue(const std::string& strValue, int& iValue) const in getNumericalValue() 99 bool CSelectionCriterionType::getAtomicNumericalValue(const std::string& strValue, int& iValue) con… in getAtomicNumericalValue() 112 bool CSelectionCriterionType::getLiteralValue(int iValue, std::string& strValue) const in getLiteralValue() 128 bool CSelectionCriterionType::isTypeInclusive() const in isTypeInclusive() 134 std::string CSelectionCriterionType::listPossibleValues() const in listPossibleValues() 159 std::string CSelectionCriterionType::getFormattedState(int iValue) const in getFormattedState() [all …]
|
D | SelectionCriterionLibrary.cpp | 44 CSelectionCriterionType* CSelectionCriterionLibrary::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType() 46 CSelectionCriterionType* pSelectionCriterionType = new CSelectionCriterionType(bIsInclusive); in createSelectionCriterionType()
|
D | SelectionCriteria.h | 53 CSelectionCriterionType* createSelectionCriterionType(bool bIsInclusive); 54 …rion* createSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pSelecti…
|
D | SelectionCriterion.h | 41 CSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pType); 79 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() 53 …eria::createSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pSelecti… in createSelectionCriterion()
|
D | SelectionCriterionLibrary.h | 41 CSelectionCriterionType* createSelectionCriterionType(bool bIsInclusive);
|
D | SelectionCriteriaDefinition.h | 43 …rion* createSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pSelecti…
|
D | SelectionCriteriaDefinition.cpp | 43 …tion::createSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pSelecti… in createSelectionCriterion()
|
D | SelectionCriterion.cpp | 37 CSelectionCriterion::CSelectionCriterion(const std::string& strName, const CSelectionCriterionType*… in CSelectionCriterion()
|
D | ParameterMgrPlatformConnector.cpp | 65 …arameterMgr->createSelectionCriterion(strName, static_cast<const CSelectionCriterionType*>(pSelect… in createSelectionCriterion()
|
D | ParameterMgr.h | 125 CSelectionCriterionType* createSelectionCriterionType(bool bIsInclusive); 126 …rion* createSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pSelecti…
|
D | ParameterMgrFullConnector.cpp | 89 static_cast<const CSelectionCriterionType*>(pSelectionCriterionType)); in createSelectionCriterion()
|
D | ParameterMgr.cpp | 755 CSelectionCriterionType* CParameterMgr::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType() 761 …ameterMgr::createSelectionCriterion(const string& strName, const CSelectionCriterionType* pSelecti… in createSelectionCriterion()
|