HomeSort by relevance Sort by last modified time
    Searched refs:CSelectionCriterion (Results 1 - 9 of 9) sorted by null

  /external/parameter-framework/upstream/parameter/
SelectionCriterion.cpp 39 CSelectionCriterion::CSelectionCriterion(const std::string &strName,
46 std::string CSelectionCriterion::getKind() const
51 bool CSelectionCriterion::hasBeenModified() const
56 void CSelectionCriterion::resetModifiedStatus()
63 void CSelectionCriterion::setCriterionState(int iState)
88 int CSelectionCriterion::getCriterionState() const
94 std::string CSelectionCriterion::getCriterionName() const
100 const ISelectionCriterionTypeInterface *CSelectionCriterion::getCriterionType() const
106 bool CSelectionCriterion::is(int iState) cons
    [all...]
SelectionCriteriaDefinition.cpp 39 CSelectionCriterion *CSelectionCriteriaDefinition::createSelectionCriterion(
42 CSelectionCriterion *pSelectionCriterion = new CSelectionCriterion(strName, pType, logger);
50 const CSelectionCriterion *CSelectionCriteriaDefinition::getSelectionCriterion(
53 return static_cast<const CSelectionCriterion *>(findChild(strName));
56 CSelectionCriterion *CSelectionCriteriaDefinition::getSelectionCriterion(const std::string &strName)
58 return static_cast<CSelectionCriterion *>(findChild(strName));
72 const CSelectionCriterion *pSelectionCriterion =
73 static_cast<const CSelectionCriterion *>(getChild(uiChild));
86 CSelectionCriterion *pSelectionCriterion
    [all...]
SelectionCriteriaDefinition.h 42 CSelectionCriterion *createSelectionCriterion(const std::string &strName,
47 const CSelectionCriterion *getSelectionCriterion(const std::string &strName) const;
48 CSelectionCriterion *getSelectionCriterion(const std::string &strName);
SelectionCriteria.h 57 CSelectionCriterion *createSelectionCriterion(const std::string &strName,
61 CSelectionCriterion *getSelectionCriterion(const std::string &strName);
SelectionCriterion.h 40 class CSelectionCriterion : public CElement,
45 CSelectionCriterion(const std::string &strName, const CSelectionCriterionType *pType,
SelectionCriterionRule.h 36 class CSelectionCriterion;
85 const CSelectionCriterion *_pSelectionCriterion{nullptr};
SelectionCriteria.cpp 53 CSelectionCriterion *CSelectionCriteria::createSelectionCriterion(
60 CSelectionCriterion *CSelectionCriteria::getSelectionCriterion(const std::string &strName)
ParameterMgr.h 110 CSelectionCriterion *createSelectionCriterion(
113 CSelectionCriterion *getSelectionCriterion(const std::string &strName);
    [all...]
ParameterMgr.cpp 664 CSelectionCriterion *CParameterMgr::createSelectionCriterion(
673 CSelectionCriterion *CParameterMgr::getSelectionCriterion(const string &strName)
    [all...]

Completed in 82 milliseconds