Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DCompoundRule.cpp99 const CRule *pRule = static_cast<const CRule *>(getChild(uiChild)); in dump() local
118 const CRule *pRule = static_cast<const CRule *>(getChild(uiChild)); in matches() local
DDomainConfiguration.cpp296 const CCompoundRule *pRule = getRule(); in getApplicationRule() local
410 const CCompoundRule *pRule = getRule(); in isApplicable() local
493 void CDomainConfiguration::setRule(CCompoundRule *pRule) in setRule()