OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
bool
addValuePair
(int iValue, const std::string &strValue, std::string &strError) override;
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);
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
ParameterManagerWrapper.cpp
119
criterionType->
addValuePair
(pair.first, pair.second, error);
/external/parameter-framework/upstream/bindings/c/
ParameterFramework.cpp
213
if (not type->
addValuePair
(value, valueName, error)) {
Completed in 682 milliseconds