Home
last modified time | relevance | path

Searched refs:CSelectionCriterion (Results 1 – 9 of 9) sorted by relevance

/external/parameter-framework/parameter/
DSelectionCriterion.cpp37 CSelectionCriterion::CSelectionCriterion(const std::string& strName, const CSelectionCriterionType*… in CSelectionCriterion() function in CSelectionCriterion
41 std::string CSelectionCriterion::getKind() const in getKind()
46 bool CSelectionCriterion::hasBeenModified() const in hasBeenModified()
51 void CSelectionCriterion::resetModifiedStatus() in resetModifiedStatus()
58 void CSelectionCriterion::setCriterionState(int iState) in setCriterionState()
79 int CSelectionCriterion::getCriterionState() const in getCriterionState()
85 std::string CSelectionCriterion::getCriterionName() const in getCriterionName()
91 const ISelectionCriterionTypeInterface* CSelectionCriterion::getCriterionType() const in getCriterionType()
97 bool CSelectionCriterion::is(int iState) const in is()
102 bool CSelectionCriterion::isNot(int iState) const in isNot()
[all …]
DSelectionCriteriaDefinition.cpp43 CSelectionCriterion* CSelectionCriteriaDefinition::createSelectionCriterion(const std::string& strN… in createSelectionCriterion()
45CSelectionCriterion* pSelectionCriterion = new CSelectionCriterion(strName, pSelectionCriterionTyp… in createSelectionCriterion()
53 const CSelectionCriterion* CSelectionCriteriaDefinition::getSelectionCriterion(const std::string& s… in getSelectionCriterion()
55 return static_cast<const CSelectionCriterion*>(findChild(strName)); in getSelectionCriterion()
58 CSelectionCriterion* CSelectionCriteriaDefinition::getSelectionCriterion(const std::string& strName) in getSelectionCriterion()
60 return static_cast<CSelectionCriterion*>(findChild(strName)); in getSelectionCriterion()
72 …const CSelectionCriterion* pSelectionCriterion = static_cast<const CSelectionCriterion*>(getChild(… in listSelectionCriteria()
84 CSelectionCriterion* pSelectionCriterion; in resetModifiedStatus()
88 pSelectionCriterion = static_cast<CSelectionCriterion*>(getChild(uiChild)); in resetModifiedStatus()
DSelectionCriteriaDefinition.h43CSelectionCriterion* createSelectionCriterion(const std::string& strName, const CSelectionCriterio…
46 const CSelectionCriterion* getSelectionCriterion(const std::string& strName) const;
47 CSelectionCriterion* getSelectionCriterion(const std::string& strName);
DSelectionCriteria.h54CSelectionCriterion* createSelectionCriterion(const std::string& strName, const CSelectionCriterio…
56 CSelectionCriterion* getSelectionCriterion(const std::string& strName);
DSelectionCriterion.h38 class CSelectionCriterion : public CElement, public ISelectionCriterionInterface
41 CSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pType);
DSelectionCriterionRule.h36 class CSelectionCriterion; variable
84 const CSelectionCriterion* _pSelectionCriterion;
DSelectionCriteria.cpp53 CSelectionCriterion* CSelectionCriteria::createSelectionCriterion(const std::string& strName, const… in createSelectionCriterion()
59 CSelectionCriterion* CSelectionCriteria::getSelectionCriterion(const std::string& strName) in getSelectionCriterion()
DParameterMgr.h126CSelectionCriterion* createSelectionCriterion(const std::string& strName, const CSelectionCriterio…
128 CSelectionCriterion* getSelectionCriterion(const std::string& strName);
DParameterMgr.cpp761 CSelectionCriterion* CParameterMgr::createSelectionCriterion(const string& strName, const CSelectio… in createSelectionCriterion()
768 CSelectionCriterion* CParameterMgr::getSelectionCriterion(const string& strName) in getSelectionCriterion()