HomeSort by relevance Sort by last modified time
    Searched refs:strMappingValue (Results 1 - 14 of 14) sorted by null

  /external/parameter-framework/parameter/
SubsystemObjectFactory.h 42 virtual CSubsystemObject* objectCreate(const std::string& strMappingValue, CInstanceConfigurableElement* pInstanceConfigurableElement, const CMappingContext& context) const
44 return new SubsystemObjectType(strMappingValue, pInstanceConfigurableElement, context);
FormattedSubsystemObject.cpp 48 const string& strMappingValue)
49 : base(pInstanceConfigurableElement), _strFormattedMappingValue(strMappingValue)
57 const string& strMappingValue,
61 : base(pInstanceConfigurableElement), _strFormattedMappingValue(strMappingValue)
64 if (strMappingValue[0] == '\'' && strMappingValue.length() >= 2) {
66 _strFormattedMappingValue = strMappingValue.substr(1, strMappingValue.length() - 2);
87 string CFormattedSubsystemObject::formatMappingValue(const string& strMappingValue,
92 string strFormattedValue = strMappingValue;
    [all...]
FormattedSubsystemObject.h 58 * @param[in] strMappingValue A std::string corresponding to the mapping of the element. The
65 const std::string& strMappingValue,
94 * @param[in] strMappingValue The input mapping std::string containing amendments
100 * @return The formatted std::string, corresponding to the input strMappingValue where %n have been
103 static std::string formatMappingValue(const std::string& strMappingValue,
SubsystemObjectCreator.h 47 virtual CSubsystemObject* objectCreate(const std::string& strMappingValue, CInstanceConfigurableElement* pInstanceConfigurableElement, const CMappingContext& context) const = 0;
Subsystem.cpp 249 string& strMappingValue) const
264 strMappingValue = *pStrValue;
287 string strMappingValue; // mapping value where amends are not replaced by their value
288 findSubsystemLevelMappingKeyValue(pInstanceConfigurableElement, strMappingKey, strMappingValue);
Subsystem.h 182 * @param[out] strMappingValue Mapping value contained in pInstanceConfigurableElement
187 std::string& strMappingValue) const;
  /external/parameter-framework/test/test-subsystem/
TESTSubsystemString.cpp 35 CTESTSubsystemString::CTESTSubsystemString(const std::string& strMappingValue, CInstanceConfigurableElement* pInstanceConfigurableElement, const CMappingContext& context)
36 : base(strMappingValue, pInstanceConfigurableElement, context)
TESTSubsystemBinary.h 37 CTESTSubsystemBinary(const std::string& strMappingValue, CInstanceConfigurableElement* pInstanceConfigurableElement, const CMappingContext& context);
TESTSubsystemString.h 37 CTESTSubsystemString(const std::string& strMappingValue, CInstanceConfigurableElement* pInstanceConfigurableElement, const CMappingContext& context);
TESTSubsystemBinary.cpp 38 CTESTSubsystemBinary::CTESTSubsystemBinary(const std::string& strMappingValue, CInstanceConfigurableElement* pInstanceConfigurableElement, const CMappingContext& context)
39 : base(strMappingValue, pInstanceConfigurableElement, context)
TESTSubsystemObject.h 39 CTESTSubsystemObject(const std::string& strMappingValue, CInstanceConfigurableElement* pInstanceConfigurableElement, const CMappingContext& context);
TESTSubsystemObject.cpp 40 CTESTSubsystemObject::CTESTSubsystemObject(const std::string& strMappingValue, CInstanceConfigurableElement* pInstanceConfigurableElement, const CMappingContext& context)
43 (void)strMappingValue;
  /external/parameter-framework/skeleton-subsystem/
SkeletonSubsystemObject.h 39 CSkeletonSubsystemObject(const std::string& strMappingValue, CInstanceConfigurableElement* pInstanceConfigurableElement, const CMappingContext& context);
SkeletonSubsystemObject.cpp 49 const string& strMappingValue,
54 strMappingValue,
68 _strMessage = context.getItem(ESkeletonOwner) + ":" + strMappingValue ;

Completed in 277 milliseconds