Home
last modified time | relevance | path

Searched refs:CParameterType (Results 1 – 17 of 17) sorted by relevance

/external/parameter-framework/upstream/parameter/
DParameterType.cpp41 const std::string CParameterType::gUnitPropertyName = "Unit";
43 CParameterType::CParameterType(const string &strName) : base(strName) in CParameterType() function in CParameterType
48 void CParameterType::populate(CElement * /*elem*/) const in populate()
54 void CParameterType::setSize(size_t size) in setSize()
59 size_t CParameterType::getSize() const in getSize()
65 string CParameterType::getUnit() const in getUnit()
70 void CParameterType::setUnit(const std::string &strUnit) in setUnit()
76 bool CParameterType::fromXml(const CXmlElement &xmlElement, in fromXml()
84 void CParameterType::toXml(CXmlElement &xmlElement, in toXml()
91 void CParameterType::setXmlUnitAttribute(CXmlElement &xmlElement) const in setXmlUnitAttribute()
[all …]
DParameter.cpp68 static_cast<const CParameterType *>(getTypeElement()) in handleValueSpaceAttribute()
80 return static_cast<const CParameterType *>(getTypeElement())->getSize(); in getSize()
88 static_cast<const CParameterType *>(getTypeElement())->getDefaultValue(); in setDefaultValues()
177 if (!static_cast<const CParameterType *>(getTypeElement()) in doSet()
203 return static_cast<const CParameterType *>(getTypeElement()) in doGet()
DParameterType.h44 class PARAMETER_EXPORT CParameterType : public CTypeElement
47 CParameterType(const std::string &strName);
48 virtual ~CParameterType() = default;
DFloatingPointParameterType.h35 class CFloatingPointParameterType : public CParameterType
61 typedef CParameterType base;
DArrayParameter.cpp182 static_cast<const CParameterType *>(getTypeElement())->getDefaultValue(); in setDefaultValues()
406 if (!static_cast<const CParameterType *>(getTypeElement()) in doSet()
432 return static_cast<const CParameterType *>(getTypeElement()) in doGet()
DBooleanParameterType.h36 class CBooleanParameterType : public CParameterType
DBooleanParameterType.cpp34 #define base CParameterType
DEnumParameterType.h36 class CEnumParameterType : public CParameterType
DFixedPointParameterType.h36 class CFixedPointParameterType : public CParameterType
DIntegerParameterType.h39 class CIntegerParameterType : public CParameterType
DSubsystemObject.cpp85 static_cast<const CParameterType *>(instanceConfigurableElement->getTypeElement()); in toPlainInteger()
DEnumParameterType.cpp35 #define base CParameterType
DFixedPointParameterType.cpp43 #define base CParameterType
DIntegerParameterType.cpp40 #define base CParameterType
/external/parameter-framework/upstream/test/introspection-subsystem/
DIntrospectionSubsystemObject.cpp43 const CParameterType *geParameterType(CInstanceConfigurableElement *element) in geParameterType()
45 return static_cast<const CParameterType *>(element->getTypeElement()); in geParameterType()
/external/parameter-framework/upstream/skeleton-subsystem/
DSkeletonSubsystemObject.cpp56 const CParameterType *pParameterType = in CSkeletonSubsystemObject()
57 static_cast<const CParameterType *>(pInstanceConfigurableElement->getTypeElement()); in CSkeletonSubsystemObject()
/external/parameter-framework/upstream/test/test-subsystem/
DTESTSubsystemObject.cpp49 const CParameterType *pParameterType = in CTESTSubsystemObject()
50 static_cast<const CParameterType *>(pInstanceConfigurableElement->getTypeElement()); in CTESTSubsystemObject()