Searched refs:strMappingValue (Results 1 - 14 of 14) sorted by relevance

/external/parameter-framework/parameter/
H A DSubsystemObjectFactory.h42 virtual CSubsystemObject* objectCreate(const std::string& strMappingValue, CInstanceConfigurableElement* pInstanceConfigurableElement, const CMappingContext& context) const argument
44 return new SubsystemObjectType(strMappingValue, pInstanceConfigurableElement, context);
H A DFormattedSubsystemObject.cpp48 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, argument
92 string strFormattedValue = strMappingValue;
46 CFormattedSubsystemObject( CInstanceConfigurableElement* pInstanceConfigurableElement, const string& strMappingValue) argument
55 CFormattedSubsystemObject( CInstanceConfigurableElement* pInstanceConfigurableElement, const string& strMappingValue, uint32_t uiFirstAmendKey, uint32_t uiNbAmendKeys, const CMappingContext& context) argument
[all...]
H A DFormattedSubsystemObject.h58 * @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,
H A DSubsystemObjectCreator.h47 virtual CSubsystemObject* objectCreate(const std::string& strMappingValue, CInstanceConfigurableElement* pInstanceConfigurableElement, const CMappingContext& context) const = 0;
H A DSubsystem.cpp249 string& strMappingValue) const
264 strMappingValue = *pStrValue;
287 string strMappingValue; // mapping value where amends are not replaced by their value local
288 findSubsystemLevelMappingKeyValue(pInstanceConfigurableElement, strMappingKey, strMappingValue);
H A DSubsystem.h182 * @param[out] strMappingValue Mapping value contained in pInstanceConfigurableElement
187 std::string& strMappingValue) const;
/external/parameter-framework/test/test-subsystem/
H A DTESTSubsystemString.cpp35 CTESTSubsystemString::CTESTSubsystemString(const std::string& strMappingValue, CInstanceConfigurableElement* pInstanceConfigurableElement, const CMappingContext& context) argument
36 : base(strMappingValue, pInstanceConfigurableElement, context)
H A DTESTSubsystemBinary.h37 CTESTSubsystemBinary(const std::string& strMappingValue, CInstanceConfigurableElement* pInstanceConfigurableElement, const CMappingContext& context);
H A DTESTSubsystemString.h37 CTESTSubsystemString(const std::string& strMappingValue, CInstanceConfigurableElement* pInstanceConfigurableElement, const CMappingContext& context);
H A DTESTSubsystemBinary.cpp38 CTESTSubsystemBinary::CTESTSubsystemBinary(const std::string& strMappingValue, CInstanceConfigurableElement* pInstanceConfigurableElement, const CMappingContext& context) argument
39 : base(strMappingValue, pInstanceConfigurableElement, context)
H A DTESTSubsystemObject.h39 CTESTSubsystemObject(const std::string& strMappingValue, CInstanceConfigurableElement* pInstanceConfigurableElement, const CMappingContext& context);
H A DTESTSubsystemObject.cpp40 CTESTSubsystemObject::CTESTSubsystemObject(const std::string& strMappingValue, CInstanceConfigurableElement* pInstanceConfigurableElement, const CMappingContext& context) argument
43 (void)strMappingValue;
/external/parameter-framework/skeleton-subsystem/
H A DSkeletonSubsystemObject.cpp49 const string& strMappingValue,
54 strMappingValue,
68 _strMessage = context.getItem(ESkeletonOwner) + ":" + strMappingValue ;
48 CSkeletonSubsystemObject( const string& strMappingValue, CInstanceConfigurableElement* pInstanceConfigurableElement, const CMappingContext& context ) argument
H A DSkeletonSubsystemObject.h39 CSkeletonSubsystemObject(const std::string& strMappingValue, CInstanceConfigurableElement* pInstanceConfigurableElement, const CMappingContext& context);

Completed in 106 milliseconds