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

  /external/parameter-framework/upstream/parameter/
SelectionCriterionRule.cpp 76 string strMatchesWhen;
78 if (!ruleParser.next(strMatchesWhen, strError)) {
91 if (!setMatchesWhen(strMatchesWhen, strError)) {
169 string strMatchesWhen;
170 xmlElement.getAttribute("MatchesWhen", strMatchesWhen);
173 if (!setMatchesWhen(strMatchesWhen, strError)) {
175 xmlDomainImportContext.setError("Wrong MatchesWhen attribute " + strMatchesWhen + " in " +
217 bool CSelectionCriterionRule::setMatchesWhen(const string &strMatchesWhen, string &strError)
223 if (strMatchesWhen == pstMatchingRuleDescription->pcMatchesWhen) {
SelectionCriterionRule.h 82 bool setMatchesWhen(const std::string &strMatchesWhen, std::string &strError);

Completed in 239 milliseconds