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

  /external/parameter-framework/upstream/parameter/include/
SelectionCriterionTypeInterface.h 45 virtual bool addValuePair(int iValue, const std::string &strValue, std::string &strError) = 0;
  /external/parameter-framework/upstream/bindings/python/
sample.py 57 moodType.addValuePair(numerical, literal)
pfw.i 209 virtual bool addValuePair(int iValue, const std::string& strValue, std::string& strError) = 0;
  /external/parameter-framework/upstream/parameter/
SelectionCriterionType.h 45 virtual bool addValuePair(int iValue, const std::string &strValue, std::string &strError);
SelectionCriterionType.cpp 54 bool CSelectionCriterionType::addValuePair(int iValue, const std::string &strValue,
  /external/parameter-framework/upstream/test/test-platform/
TestPlatform.cpp 269 // FIXME state type vs addValuePair params
270 if (!pCriterionType->addValuePair(int(state), strValue, strResult)) {
297 if (!pCriterionType->addValuePair(0x1 << state, strValue, strResult)) {
323 // FIXME state type vs addValuePair params
324 if (!pCriterionType->addValuePair(int(state), ostrValue.str(), strResult)) {
350 if (!pCriterionType->addValuePair(0x1 << state, ostrValue.str(), strResult)) {
  /external/parameter-framework/upstream/tools/xmlGenerator/
domainGeneratorConnector.cpp 141 bool success = criterionType->addValuePair(numericalValue, literalValue, error);
  /external/parameter-framework/upstream/bindings/c/
ParameterFramework.cpp 213 if (not type->addValuePair(value, valueName, error)) {
  /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
ParameterManagerWrapper.cpp 136 criterionType->addValuePair(numericValue, literalValue, error);

Completed in 531 milliseconds