HomeSort by relevance Sort by last modified time
    Searched refs:criterionType (Results 1 - 3 of 3) sorted by null

  /external/parameter-framework/upstream/tools/xmlGenerator/
domainGeneratorConnector.cpp 130 auto criterionType = mConnector.createSelectionCriterionType(inclusiveness);
131 if (criterionType == nullptr) {
141 bool success = criterionType->addValuePair(numericalValue, literalValue, error);
154 if (mConnector.createSelectionCriterion(name, criterionType) == nullptr) {
  /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
ParameterManagerWrapper.cpp 119 "CriterionType %s already added", typeName.c_str());
120 ALOGD("%s: Adding new criterionType %s", __FUNCTION__, typeName.c_str());
131 "CriterionType %s not found", typeName.c_str());
132 ALOGV("%s: Adding new value pair (%d,%s) for criterionType %s", __FUNCTION__,
134 ISelectionCriterionTypeInterface *criterionType = mPolicyCriterionTypes[typeName];
136 criterionType->addValuePair(numericValue, literalValue, error);
259 ISelectionCriterionTypeInterface *criterionType =
263 mPfwConnector->createSelectionCriterion(name, criterionType);
267 if (!criterionType->getNumericalValue(defaultLiteralValue.c_str(), numericalValue)) {
  /external/parameter-framework/upstream/tools/coverage/
coverage.py 773 criterionName, criterionType, currentCriterionStates, criterionStates = matchCriterionCreation.group(1, 2, 3, 4)
777 criterionIsInclusif = {"exclusive" : False, "inclusive" : True}[criterionType]
782 " (" + criterionType + ") " +
    [all...]

Completed in 76 milliseconds