OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumericalValue
(Results
1 - 7
of
7
) sorted by null
/external/parameter-framework/upstream/parameter/include/
SelectionCriterionTypeInterface.h
46
virtual bool
getNumericalValue
(const std::string &strValue, int &iValue) const = 0;
/external/parameter-framework/upstream/parameter/
SelectionCriterionType.h
56
bool
getNumericalValue
(const std::string &strValue, int &iValue) const override;
SelectionCriterionRule.cpp
99
if (!_pSelectionCriterion->getCriterionType()->
getNumericalValue
(strValue, _iMatchValue)) {
185
if (!_pSelectionCriterion->getCriterionType()->
getNumericalValue
(strValue, _iMatchValue)) {
SelectionCriterionType.cpp
93
bool CSelectionCriterionType::
getNumericalValue
(const std::string &strValue, int &iValue) const
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
ParameterManagerWrapper.cpp
129
if (not criterionType->
getNumericalValue
(defaultValue.c_str(), numericalValue)) {
274
if (not criterionType->
getNumericalValue
(devDesc->address().string(), deviceAddressId)) {
/external/parameter-framework/upstream/bindings/python/
pfw.i
210
virtual bool
getNumericalValue
(const std::string& strValue, int& iValue) const = 0;
/external/parameter-framework/upstream/test/test-platform/
TestPlatform.cpp
420
*
getNumericalValue
method from ISelectionCriterionTypeInterface strip his parameter
432
if (!pCriterionType->
getNumericalValue
(strLexicalState, iNumericalState)) {
Completed in 69 milliseconds