Searched defs:pRule (Results 1 - 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DCompoundRule.cpp99 const CRule *pRule = static_cast<const CRule *>(getChild(uiChild)); local
101 output += pRule->dump();
118 const CRule *pRule = static_cast<const CRule *>(getChild(uiChild)); local
120 if (pRule->matches() ^ _bTypeAll) {
H A DDomainConfiguration.cpp296 const CCompoundRule *pRule = getRule(); local
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 286 milliseconds