Home
last modified time | relevance | path

Searched refs:_astMatchesWhen (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/parameter/
DSelectionCriterionRule.cpp43 const CSelectionCriterionRule::SMatchingRuleDescription CSelectionCriterionRule::_astMatchesWhen[CS… member in CSelectionCriterionRule
125 strResult += _astMatchesWhen[_eMatchesWhen].pcMatchesWhen; in dump()
208 xmlElement.setAttributeString("MatchesWhen", _astMatchesWhen[_eMatchesWhen].pcMatchesWhen); in toXml()
225 … const SMatchingRuleDescription* pstMatchingRuleDescription = &_astMatchesWhen[uiMatchesWhen]; in setMatchesWhen()
DSelectionCriterionRule.h93 static const SMatchingRuleDescription _astMatchesWhen[ENbMatchesWhen]; variable