Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DFormattedSubsystemObject.cpp49 : base(pInstanceConfigurableElement, logger), _strFormattedMappingValue(strMappingValue) in CFormattedSubsystemObject()
57 : base(pInstanceConfigurableElement, logger), _strFormattedMappingValue(strMappingValue) in CFormattedSubsystemObject()
62 _strFormattedMappingValue = strMappingValue.substr(1, strMappingValue.length() - 2); in CFormattedSubsystemObject()
64 _strFormattedMappingValue = in CFormattedSubsystemObject()
65 formatMappingValue(_strFormattedMappingValue, firstAmendKey, nbAmendKeys, context); in CFormattedSubsystemObject()
70 return _strFormattedMappingValue; in getFormattedMappingValue()
DFormattedSubsystemObject.h114 std::string _strFormattedMappingValue; variable