Searched refs:criterionName (Results 1 – 2 of 2) sorted by relevance
/external/parameter-framework/upstream/bindings/c/ |
D | Test.cpp | 274 const char *criterionName = criteria[i].name; variable 275 CAPTURE(criterionName); 276 REQUIRE_SUCCESS(pfwGetCriterion(pfw, criterionName, &value)); 286 const char *criterionName = criteria[i].name; variable 287 CAPTURE(criterionName); 288 REQUIRE_SUCCESS(pfwSetCriterion(pfw, criterionName, 3)); 292 const char *criterionName = criteria[i].name; variable 293 CAPTURE(criterionName); 294 REQUIRE_SUCCESS(pfwGetCriterion(pfw, criterionName, &value)); 299 const char *criterionName = criteria[0].name; variable [all …]
|
/external/parameter-framework/upstream/tools/coverage/ |
D | coverage.py | 773 …criterionName, criterionType, currentCriterionStates, criterionStates = matchCriterionCreation.gro… 781 logger.info("Creating criterion: " + criterionName + 788 criterionName, 795 logger.warning("Reseting criterion %s. Did you reset the PFW ?" % criterionName) 797 [criterionName], 805 criterionName, newCriterionSubStateNames = matchChangingCriterion.group(1, 2) 809 logger.info("Changing criterion %s to %s" % (criterionName , newCriterionState)) 811 path = [criterionName] 816 raise self.ChangeRequestOnUnknownCriterion(criterionName)
|