Home
last modified time | relevance | path

Searched refs:pRule (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/parameter/
DCompoundRule.cpp111 const CRule* pRule = static_cast<const CRule*>(getChild(uiChild)); in dump() local
113 pRule->dump(strResult); in dump()
129 const CRule* pRule = static_cast<const CRule*>(getChild(uiChild)); in matches() local
131 if (pRule->matches() ^ _bTypeAll) { in matches()
DDomainConfiguration.cpp316 const CCompoundRule* pRule = getRule(); in getApplicationRule() local
318 if (pRule) { in getApplicationRule()
323 pRule->dump(strResult); in getApplicationRule()
457 const CCompoundRule* pRule = getRule(); in isApplicable() local
459 return pRule && pRule->matches(); in isApplicable()
616 void CDomainConfiguration::setRule(CCompoundRule* pRule) in setRule() argument
628 if (pRule) { in setRule()
630 addChild(pRule); in setRule()
DDomainConfiguration.h125 void setRule(CCompoundRule* pRule);