Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DSelectionCriterion.cpp39 CSelectionCriterion::CSelectionCriterion(const std::string &strName, in CSelectionCriterion() function in CSelectionCriterion
46 std::string CSelectionCriterion::getKind() const in getKind()
51 bool CSelectionCriterion::hasBeenModified() const in hasBeenModified()
56 void CSelectionCriterion::resetModifiedStatus() in resetModifiedStatus()
63 void CSelectionCriterion::setCriterionState(int iState) in setCriterionState()
88 int CSelectionCriterion::getCriterionState() const in getCriterionState()
94 std::string CSelectionCriterion::getCriterionName() const in getCriterionName()
100 const ISelectionCriterionTypeInterface *CSelectionCriterion::getCriterionType() const in getCriterionType()
106 bool CSelectionCriterion::is(int iState) const in is()
111 bool CSelectionCriterion::isNot(int iState) const in isNot()
[all …]
DSelectionCriteriaDefinition.cpp39 CSelectionCriterion *CSelectionCriteriaDefinition::createSelectionCriterion( in createSelectionCriterion()
42 CSelectionCriterion *pSelectionCriterion = new CSelectionCriterion(strName, pType, logger); in createSelectionCriterion()
50 const CSelectionCriterion *CSelectionCriteriaDefinition::getSelectionCriterion( in getSelectionCriterion()
53 return static_cast<const CSelectionCriterion *>(findChild(strName)); in getSelectionCriterion()
56 CSelectionCriterion *CSelectionCriteriaDefinition::getSelectionCriterion(const std::string &strName) in getSelectionCriterion()
58 return static_cast<CSelectionCriterion *>(findChild(strName)); in getSelectionCriterion()
72 const CSelectionCriterion *pSelectionCriterion = in listSelectionCriteria()
73 static_cast<const CSelectionCriterion *>(getChild(uiChild)); in listSelectionCriteria()
86 CSelectionCriterion *pSelectionCriterion; in resetModifiedStatus()
90 pSelectionCriterion = static_cast<CSelectionCriterion *>(getChild(uiChild)); in resetModifiedStatus()
DSelectionCriteriaDefinition.h42 CSelectionCriterion *createSelectionCriterion(const std::string &strName,
47 const CSelectionCriterion *getSelectionCriterion(const std::string &strName) const;
48 CSelectionCriterion *getSelectionCriterion(const std::string &strName);
DSelectionCriteria.h57 CSelectionCriterion *createSelectionCriterion(const std::string &strName,
61 CSelectionCriterion *getSelectionCriterion(const std::string &strName);
DSelectionCriterion.h40 class CSelectionCriterion : public CElement,
45 CSelectionCriterion(const std::string &strName, const CSelectionCriterionType *pType,
DSelectionCriterionRule.h36 class CSelectionCriterion; variable
85 const CSelectionCriterion *_pSelectionCriterion{nullptr};
DSelectionCriteria.cpp53 CSelectionCriterion *CSelectionCriteria::createSelectionCriterion( in createSelectionCriterion()
60 CSelectionCriterion *CSelectionCriteria::getSelectionCriterion(const std::string &strName) in getSelectionCriterion()
DParameterMgr.h110 CSelectionCriterion *createSelectionCriterion(
113 CSelectionCriterion *getSelectionCriterion(const std::string &strName);
DParameterMgr.cpp664 CSelectionCriterion *CParameterMgr::createSelectionCriterion( in createSelectionCriterion()
673 CSelectionCriterion *CParameterMgr::getSelectionCriterion(const string &strName) in getSelectionCriterion()