Home
last modified time | relevance | path

Searched refs:CStringParameter (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/parameter/
DStringParameter.cpp40 CStringParameter::CStringParameter(const string& strName, const CTypeElement* pTypeElement) : base(… in CStringParameter() function in CStringParameter
44 CInstanceConfigurableElement::Type CStringParameter::getType() const in getType()
49 uint32_t CStringParameter::getFootPrint() const in getFootPrint()
54 uint32_t CStringParameter::getSize() const in getSize()
60 void CStringParameter::setDefaultValues(CParameterAccessContext& parameterAccessContext) const in setDefaultValues()
69 bool CStringParameter::doSetValue(const string& strValue, uint32_t uiOffset, CParameterAccessContex… in doSetValue()
86 void CStringParameter::doGetValue(string& strValue, uint32_t uiOffset, CParameterAccessContext& par… in doGetValue()
DStringParameter.h36 class CStringParameter : public CBaseParameter
39 CStringParameter(const std::string& strName, const CTypeElement* pTypeElement);
DStringParameterType.cpp71 return new CStringParameter(getName(), this); in doInstantiate()