Searched refs:mPolicyCriterionTypes (Results 1 – 2 of 2) sorted by relevance
118 ALOG_ASSERT(mPolicyCriterionTypes.find(typeName) == mPolicyCriterionTypes.end(), in addCriterionType()122 mPolicyCriterionTypes[typeName] = mPfwConnector->createSelectionCriterionType(isInclusive); in addCriterionType()130 ALOG_ASSERT(mPolicyCriterionTypes.find(typeName) != mPolicyCriterionTypes.end(), in addCriterionTypeValuePair()134 ISelectionCriterionTypeInterface *criterionType = mPolicyCriterionTypes[typeName]; in addCriterionTypeValuePair()260 getElement<ISelectionCriterionTypeInterface>(typeName, mPolicyCriterionTypes); in addCriterion()
269 CriterionTypeCollection mPolicyCriterionTypes; /**< Policy Criterion Type map. */ variable