Home
last modified time | relevance | path

Searched refs:strMappingValue (Results 1 – 13 of 13) sorted by relevance

/external/parameter-framework/upstream/parameter/
DFormattedSubsystemObject.cpp48 const string &strMappingValue) in CFormattedSubsystemObject() argument
49 : base(pInstanceConfigurableElement, logger), _strFormattedMappingValue(strMappingValue) in CFormattedSubsystemObject()
55 const string &strMappingValue, size_t firstAmendKey, size_t nbAmendKeys, in CFormattedSubsystemObject() argument
57 : base(pInstanceConfigurableElement, logger), _strFormattedMappingValue(strMappingValue) in CFormattedSubsystemObject()
60 if (strMappingValue[0] == '\'' && strMappingValue.length() >= 2) { in CFormattedSubsystemObject()
62 _strFormattedMappingValue = strMappingValue.substr(1, strMappingValue.length() - 2); in CFormattedSubsystemObject()
79 string CFormattedSubsystemObject::formatMappingValue(const string &strMappingValue, in formatMappingValue() argument
83 string strFormattedValue = strMappingValue; in formatMappingValue()
DSubsystemObjectFactory.h48 const std::string &strMappingValue, in objectCreate() argument
52 return new SubsystemObjectType(strMappingValue, pInstanceConfigurableElement, context, in objectCreate()
DFormattedSubsystemObject.h71 core::log::Logger &logger, const std::string &strMappingValue,
108 static std::string formatMappingValue(const std::string &strMappingValue, size_t firstAmendKey,
DSubsystem.cpp224 string &strMappingValue) const in findSubsystemLevelMappingKeyValue()
239 strMappingValue = *pStrValue; in findSubsystemLevelMappingKeyValue()
262 string strMappingValue; // mapping value where amends are not replaced by their value in getFormattedSubsystemMappingData() local
263 findSubsystemLevelMappingKeyValue(pInstanceConfigurableElement, strMappingKey, strMappingValue); in getFormattedSubsystemMappingData()
DSubsystemObjectCreator.h51 const std::string &strMappingValue,
DSubsystem.h190 std::string &strMappingKey, std::string &strMappingValue) const;
/external/parameter-framework/upstream/skeleton-subsystem/
DSkeletonSubsystemObject.cpp49 const string &strMappingValue, CInstanceConfigurableElement *pInstanceConfigurableElement, in CSkeletonSubsystemObject() argument
51 : base(pInstanceConfigurableElement, logger, strMappingValue, EAmend1, EAmendEnd - EAmend1 + 1, in CSkeletonSubsystemObject()
64 _strMessage = context.getItem(ESkeletonOwner) + ":" + strMappingValue; in CSkeletonSubsystemObject()
DSkeletonSubsystemObject.h39 CSkeletonSubsystemObject(const std::string &strMappingValue,
/external/parameter-framework/upstream/test/test-subsystem/
DTESTSubsystemString.cpp40 const std::string &strMappingValue, CInstanceConfigurableElement *pInstanceConfigurableElement, in CTESTSubsystemString() argument
42 : base(strMappingValue, pInstanceConfigurableElement, context, logger) in CTESTSubsystemString()
DTESTSubsystemBinary.cpp44 const std::string &strMappingValue, CInstanceConfigurableElement *pInstanceConfigurableElement, in CTESTSubsystemBinary() argument
46 : base(strMappingValue, pInstanceConfigurableElement, context, logger) in CTESTSubsystemBinary()
DTESTSubsystemString.h37 CTESTSubsystemString(const std::string &strMappingValue,
DTESTSubsystemBinary.h37 CTESTSubsystemBinary(const std::string &strMappingValue,
DTESTSubsystemObject.h39 CTESTSubsystemObject(const std::string &strMappingValue,