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

  /external/parameter-framework/parameter/
CompoundRule.cpp 111 const CRule* pRule = static_cast<const CRule*>(getChild(uiChild));
113 pRule->dump(strResult);
129 const CRule* pRule = static_cast<const CRule*>(getChild(uiChild));
131 if (pRule->matches() ^ _bTypeAll) {
DomainConfiguration.cpp 316 const CCompoundRule* pRule = getRule();
318 if (pRule) {
323 pRule->dump(strResult);
457 const CCompoundRule* pRule = getRule();
459 return pRule && pRule->matches();
616 void CDomainConfiguration::setRule(CCompoundRule* pRule)
628 if (pRule) {
630 addChild(pRule);

Completed in 1187 milliseconds