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

  /external/parameter-framework/upstream/parameter/
ParameterType.cpp 41 const std::string CParameterType::gUnitPropertyName = "Unit";
43 CParameterType::CParameterType(const string &strName) : base(strName)
48 void CParameterType::populate(CElement * /*elem*/) const
54 void CParameterType::setSize(size_t size)
59 size_t CParameterType::getSize() const
65 string CParameterType::getUnit() const
70 void CParameterType::setUnit(const std::string &strUnit)
76 bool CParameterType::fromXml(const CXmlElement &xmlElement,
84 void CParameterType::toXml(CXmlElement &xmlElement
    [all...]
FloatingPointParameterType.h 35 class CFloatingPointParameterType : public CParameterType
61 typedef CParameterType base;
Parameter.cpp 68 static_cast<const CParameterType *>(getTypeElement())
80 return static_cast<const CParameterType *>(getTypeElement())->getSize();
88 static_cast<const CParameterType *>(getTypeElement())->getDefaultValue();
177 if (!static_cast<const CParameterType *>(getTypeElement())
203 return static_cast<const CParameterType *>(getTypeElement())
BooleanParameterType.h 36 class CBooleanParameterType : public CParameterType
ParameterType.h 44 class PARAMETER_EXPORT CParameterType : public CTypeElement
47 CParameterType(const std::string &strName);
48 virtual ~CParameterType() = default;
BooleanParameterType.cpp 34 #define base CParameterType
EnumParameterType.h 36 class CEnumParameterType : public CParameterType
FixedPointParameterType.h 36 class CFixedPointParameterType : public CParameterType
IntegerParameterType.h 39 class CIntegerParameterType : public CParameterType
SubsystemObject.cpp 85 static_cast<const CParameterType *>(instanceConfigurableElement->getTypeElement());
ArrayParameter.cpp 182 static_cast<const CParameterType *>(getTypeElement())->getDefaultValue();
406 if (!static_cast<const CParameterType *>(getTypeElement())
432 return static_cast<const CParameterType *>(getTypeElement())
EnumParameterType.cpp 35 #define base CParameterType
FixedPointParameterType.cpp 43 #define base CParameterType
IntegerParameterType.cpp 40 #define base CParameterType
  /external/parameter-framework/upstream/test/introspection-subsystem/
IntrospectionSubsystemObject.cpp 43 const CParameterType *geParameterType(CInstanceConfigurableElement *element)
45 return static_cast<const CParameterType *>(element->getTypeElement());
  /external/parameter-framework/upstream/skeleton-subsystem/
SkeletonSubsystemObject.cpp 56 const CParameterType *pParameterType =
57 static_cast<const CParameterType *>(pInstanceConfigurableElement->getTypeElement());
  /external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystemObject.cpp 49 const CParameterType *pParameterType =
50 static_cast<const CParameterType *>(pInstanceConfigurableElement->getTypeElement());

Completed in 292 milliseconds