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

  /external/parameter-framework/upstream/parameter/
CompoundRule.cpp 99 const CRule *pRule = static_cast<const CRule *>(getChild(uiChild));
101 output += pRule->dump();
118 const CRule *pRule = static_cast<const CRule *>(getChild(uiChild));
120 if (pRule->matches() ^ _bTypeAll) {
DomainConfiguration.cpp 296 const CCompoundRule *pRule = getRule();
297 return pRule ? pRule->dump() : "<none>";
410 const CCompoundRule *pRule = getRule();
412 return pRule && pRule->matches();
493 void CDomainConfiguration::setRule(CCompoundRule *pRule)
505 if (pRule) {
507 addChild(pRule);

Completed in 471 milliseconds