Searched refs:CCompoundRule (Results 1 - 7 of 7) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DCompoundRule.cpp38 const char *CCompoundRule::_apcTypes[2] = {"Any", "All"};
41 string CCompoundRule::getKind() const
47 bool CCompoundRule::childrenAreDynamic() const
53 string CCompoundRule::logValue(utility::ErrorContext & /*ctx*/) const
60 bool CCompoundRule::parse(CRuleParser &ruleParser, string &strError)
82 string CCompoundRule::dump() const
111 bool CCompoundRule::matches() const
129 bool CCompoundRule::fromXml(const CXmlElement &xmlElement,
142 void CCompoundRule::toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const
H A DRuleParser.h35 class CCompoundRule;
58 bool parse(CCompoundRule *pParentRule, std::string &strError);
73 CCompoundRule *grabRootRule();
92 CCompoundRule *_pRootRule{nullptr};
H A DDomainConfiguration.h44 class CCompoundRule;
155 const CCompoundRule *getRule() const;
156 CCompoundRule *getRule();
157 void setRule(CCompoundRule *pRule);
H A DRuleParser.cpp61 bool CRuleParser::parse(CCompoundRule *pParentRule, string &strError)
73 CCompoundRule *pCompoundRule = new CCompoundRule;
229 CCompoundRule *CRuleParser::grabRootRule()
231 CCompoundRule *pRootRule = _pRootRule;
H A DCompoundRule.h36 class CCompoundRule : public CRule class in inherits:CRule
H A DDomainConfiguration.cpp296 const CCompoundRule *pRule = getRule();
410 const CCompoundRule *pRule = getRule();
475 const CCompoundRule *CDomainConfiguration::getRule() const
479 return static_cast<const CCompoundRule *>(getChild(ECompoundRule));
484 CCompoundRule *CDomainConfiguration::getRule()
488 return static_cast<CCompoundRule *>(getChild(ECompoundRule));
493 void CDomainConfiguration::setRule(CCompoundRule *pRule)
495 CCompoundRule *pOldRule = getRule();
H A DParameterMgr.cpp2808 new TElementBuilderTemplate<CCompoundRule>());

Completed in 531 milliseconds