Home
last modified time | relevance | path

Searched refs:_strFormattedMappingValue (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/parameter/
DFormattedSubsystemObject.cpp49 : base(pInstanceConfigurableElement), _strFormattedMappingValue(strMappingValue) in CFormattedSubsystemObject()
61 : base(pInstanceConfigurableElement), _strFormattedMappingValue(strMappingValue) in CFormattedSubsystemObject()
66 _strFormattedMappingValue = strMappingValue.substr(1, strMappingValue.length() - 2); in CFormattedSubsystemObject()
68 _strFormattedMappingValue = formatMappingValue(_strFormattedMappingValue, uiFirstAmendKey, in CFormattedSubsystemObject()
78 return _strFormattedMappingValue; in getFormattedMappingValue()
DFormattedSubsystemObject.h111 std::string _strFormattedMappingValue; variable