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

  /external/parameter-framework/upstream/parameter/
Rule.h 36 class CRuleParser;
43 virtual bool parse(CRuleParser &ruleParser, std::string &strError) = 0;
RuleParser.h 38 class CRuleParser
53 CRuleParser(const std::string &strApplicationRule,
55 ~CRuleParser();
76 CRuleParser(const CRuleParser &);
77 CRuleParser &operator=(const CRuleParser &);
RuleParser.cpp 39 const char *CRuleParser::_acDelimiters[CRuleParser::ENbStatuses] = {
48 CRuleParser::CRuleParser(const string &strApplicationRule,
55 CRuleParser::~CRuleParser()
61 bool CRuleParser::parse(CCompoundRule *pParentRule, string &strError)
147 bool CRuleParser::iterate(string &strError)
217 const string &CRuleParser::getType() const
223 const CSelectionCriteriaDefinition *CRuleParser::getSelectionCriteriaDefinition() cons
    [all...]
CompoundRule.h 40 virtual bool parse(CRuleParser &ruleParser, std::string &strError);
SelectionCriterionRule.h 59 virtual bool parse(CRuleParser &ruleParser, std::string &strError);
CompoundRule.cpp 60 bool CCompoundRule::parse(CRuleParser &ruleParser, string &strError)
SelectionCriterionRule.cpp 61 bool CSelectionCriterionRule::parse(CRuleParser &ruleParser, string &strError)
DomainConfiguration.cpp 275 CRuleParser ruleParser(strApplicationRule, pSelectionCriteriaDefinition);

Completed in 441 milliseconds