Searched refs:pRule (Results 1 – 3 of 3) sorted by relevance
111 const CRule* pRule = static_cast<const CRule*>(getChild(uiChild)); in dump() local113 pRule->dump(strResult); in dump()129 const CRule* pRule = static_cast<const CRule*>(getChild(uiChild)); in matches() local131 if (pRule->matches() ^ _bTypeAll) { in matches()
316 const CCompoundRule* pRule = getRule(); in getApplicationRule() local318 if (pRule) { in getApplicationRule()323 pRule->dump(strResult); in getApplicationRule()457 const CCompoundRule* pRule = getRule(); in isApplicable() local459 return pRule && pRule->matches(); in isApplicable()616 void CDomainConfiguration::setRule(CCompoundRule* pRule) in setRule() argument628 if (pRule) { in setRule()630 addChild(pRule); in setRule()
125 void setRule(CCompoundRule* pRule);