Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DCompoundRule.cpp111 const CRule* pRule = static_cast<const CRule*>(getChild(uiChild)); in dump() local
129 const CRule* pRule = static_cast<const CRule*>(getChild(uiChild)); in matches() local
DDomainConfiguration.cpp316 const CCompoundRule* pRule = getRule(); in getApplicationRule() local
457 const CCompoundRule* pRule = getRule(); in isApplicable() local
616 void CDomainConfiguration::setRule(CCompoundRule* pRule) in setRule()