Home
last modified time | relevance | path

Searched refs:CParameter (Results 1 – 5 of 5) sorted by relevance

/external/parameter-framework/upstream/parameter/
DParameter.cpp40 CParameter::CParameter(const string &strName, const CTypeElement *pTypeElement) in CParameter() function in CParameter
45 CInstanceConfigurableElement::Type CParameter::getType() const in getType()
51 bool CParameter::serializeXmlSettings(CXmlElement &xmlConfigurationSettingsElementContent, in serializeXmlSettings()
63 void CParameter::handleValueSpaceAttribute( in handleValueSpaceAttribute()
73 size_t CParameter::getFootPrint() const in getFootPrint()
78 size_t CParameter::getSize() const in getSize()
84 void CParameter::setDefaultValues(CParameterAccessContext &parameterAccessContext) const in setDefaultValues()
100 bool CParameter::doSetValue(const string &strValue, size_t offset, in doSetValue()
106 void CParameter::doGetValue(string &strValue, size_t offset, in doGetValue()
113 bool CParameter::access(bool &bValue, bool bSet, in access()
[all …]
DParameter.h38 class CParameter : public CBaseParameter
41 CParameter(const std::string &strName, const CTypeElement *pTypeElement);
DArrayParameter.cpp40 #define base CParameter
112 CParameter::doGetValue(strValue, getOffset() + index * getSize(), in accessValue()
DArrayParameter.h34 class CArrayParameter : public CParameter
DParameterType.cpp133 return new CParameter(getName(), this); in doInstantiate()