Home
last modified time | relevance | path

Searched defs:strMatchesWhen (Results 1 – 1 of 1) sorted by relevance

/external/parameter-framework/parameter/
DSelectionCriterionRule.cpp84 string strMatchesWhen; in parse() local
173 string strMatchesWhen = xmlElement.getAttributeString("MatchesWhen"); in fromXml() local
219 bool CSelectionCriterionRule::setMatchesWhen(const string& strMatchesWhen, string& strError) in setMatchesWhen()