Searched refs:addValuePair (Results 1 – 9 of 9) sorted by relevance
/external/parameter-framework/upstream/test/test-platform/ |
D | TestPlatform.cpp | 270 if (!pCriterionType->addValuePair(int(state), strValue, strResult)) { in createExclusiveSelectionCriterionFromStateList() 297 if (!pCriterionType->addValuePair(0x1 << state, strValue, strResult)) { in createInclusiveSelectionCriterionFromStateList() 324 if (!pCriterionType->addValuePair(int(state), ostrValue.str(), strResult)) { in createExclusiveSelectionCriterion() 350 if (!pCriterionType->addValuePair(0x1 << state, ostrValue.str(), strResult)) { in createInclusiveSelectionCriterion()
|
/external/parameter-framework/upstream/parameter/include/ |
D | SelectionCriterionTypeInterface.h | 45 virtual bool addValuePair(int iValue, const std::string &strValue, std::string &strError) = 0;
|
/external/parameter-framework/upstream/bindings/python/ |
D | sample.py | 57 moodType.addValuePair(numerical, literal)
|
D | pfw.i | 209 virtual bool addValuePair(int iValue, const std::string& strValue, std::string& strError) = 0;
|
/external/parameter-framework/upstream/parameter/ |
D | SelectionCriterionType.h | 45 bool addValuePair(int iValue, const std::string &strValue, std::string &strError) override;
|
D | SelectionCriterionType.cpp | 54 bool CSelectionCriterionType::addValuePair(int iValue, const std::string &strValue, in addValuePair() function in CSelectionCriterionType
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | domainGeneratorConnector.cpp | 141 bool success = criterionType->addValuePair(numericalValue, literalValue, error); in addCriteria()
|
/external/parameter-framework/upstream/bindings/c/ |
D | ParameterFramework.cpp | 213 if (not type->addValuePair(value, valueName, error)) { in createCriteria()
|
/external/parameter-framework/upstream/doc/requirements/ |
D | APIs.md | 156 ## `addValuePair`
|