Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DSelectionCriterionType.cpp35 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 …]
DSelectionCriterionLibrary.cpp44 CSelectionCriterionType* CSelectionCriterionLibrary::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType()
46 CSelectionCriterionType* pSelectionCriterionType = new CSelectionCriterionType(bIsInclusive); in createSelectionCriterionType()
DSelectionCriteria.h53 CSelectionCriterionType* createSelectionCriterionType(bool bIsInclusive);
54 …rion* createSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pSelecti…
DSelectionCriterion.h41 CSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pType);
79 const CSelectionCriterionType* _pType;
DSelectionCriterionType.h37 class CSelectionCriterionType : public CElement, public ISelectionCriterionTypeInterface
42 CSelectionCriterionType(bool bIsInclusive);
DSelectionCriteria.cpp48 CSelectionCriterionType* CSelectionCriteria::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType()
53 …eria::createSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pSelecti… in createSelectionCriterion()
DSelectionCriterionLibrary.h41 CSelectionCriterionType* createSelectionCriterionType(bool bIsInclusive);
DSelectionCriteriaDefinition.h43 …rion* createSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pSelecti…
DSelectionCriteriaDefinition.cpp43 …tion::createSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pSelecti… in createSelectionCriterion()
DSelectionCriterion.cpp37 CSelectionCriterion::CSelectionCriterion(const std::string& strName, const CSelectionCriterionType*… in CSelectionCriterion()
DParameterMgrPlatformConnector.cpp65 …arameterMgr->createSelectionCriterion(strName, static_cast<const CSelectionCriterionType*>(pSelect… in createSelectionCriterion()
DParameterMgr.h125 CSelectionCriterionType* createSelectionCriterionType(bool bIsInclusive);
126 …rion* createSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pSelecti…
DParameterMgrFullConnector.cpp89 static_cast<const CSelectionCriterionType*>(pSelectionCriterionType)); in createSelectionCriterion()
DParameterMgr.cpp755 CSelectionCriterionType* CParameterMgr::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType()
761 …ameterMgr::createSelectionCriterion(const string& strName, const CSelectionCriterionType* pSelecti… in createSelectionCriterion()