Home
last modified time | relevance | path

Searched refs:CTypeElement (Results 1 – 25 of 35) sorted by relevance

12

/external/parameter-framework/upstream/parameter/
DTypeElement.cpp40 CTypeElement::CTypeElement(const std::string &strName) : base(strName) in CTypeElement() function in CTypeElement
44 CTypeElement::~CTypeElement() in ~CTypeElement()
49 bool CTypeElement::isScalar() const in isScalar()
54 size_t CTypeElement::getArrayLength() const in getArrayLength()
59 int CTypeElement::toPlainInteger(int iSizeOptimizedData) const in toPlainInteger()
64 bool CTypeElement::getMappingData(const std::string &strKey, const std::string *&pStrValue) const in getMappingData()
73 bool CTypeElement::hasMappingData() const in hasMappingData()
79 void CTypeElement::showProperties(std::string &strResult) const in showProperties()
88 void CTypeElement::populate(CElement *pElement) const in populate()
96 const CTypeElement *pChildTypeElement = in populate()
[all …]
DTypeElement.h40 class PARAMETER_EXPORT CTypeElement : public CElement
43 CTypeElement(const std::string &strName = "");
44 ~CTypeElement() override;
98 std::string getFormattedMapping(const CTypeElement *predecessor) const;
101 CTypeElement(const CTypeElement &);
102 CTypeElement &operator=(const CTypeElement &);
DInstanceConfigurableElement.h57 CInstanceConfigurableElement(const std::string &strName, const CTypeElement *pTypeElement);
60 const CTypeElement *getTypeElement() const;
121 const CTypeElement *_pTypeElement;
DInstanceConfigurableElement.cpp41 const CTypeElement *pTypeElement) in CInstanceConfigurableElement()
59 const CTypeElement *CInstanceConfigurableElement::getTypeElement() const in getTypeElement()
DInstanceDefinition.h36 class CInstanceDefinition : public CTypeElement
DInstanceDefinition.cpp33 #define base CTypeElement
DParameterBlock.h39 CParameterBlock(const std::string &strName, const CTypeElement *pTypeElement) in CParameterBlock()
DComponent.h39 CComponent(const std::string &strName, const CTypeElement *pTypeElement) in CComponent()
DParameterBlockType.h36 class CParameterBlockType : public CTypeElement
DBitParameterBlockType.h36 class CBitParameterBlockType : public CTypeElement
DBitParameterBlock.h37 CBitParameterBlock(const std::string &strName, const CTypeElement *pTypeElement);
DStringParameterType.h38 class CStringParameterType : public CTypeElement
DStringParameter.h39 CStringParameter(const std::string &strName, const CTypeElement *pTypeElement);
DBitParameterBlock.cpp39 CBitParameterBlock::CBitParameterBlock(const string &strName, const CTypeElement *pTypeElement) in CBitParameterBlock()
DComponentType.h38 class CComponentType : public CTypeElement
DParameterBlockType.cpp34 #define base CTypeElement
DBitParameterBlockType.cpp34 #define base CTypeElement
DComponentInstance.h38 class CComponentInstance : public CTypeElement
DStringParameterType.cpp34 #define base CTypeElement
DStringParameter.cpp40 CStringParameter::CStringParameter(const string &strName, const CTypeElement *pTypeElement) in CStringParameter()
DBitParameter.h39 CBitParameter(const std::string &strName, const CTypeElement *pTypeElement);
DBitParameterType.h41 class CBitParameterType : public CTypeElement
DComponentType.cpp36 #define base CTypeElement
DParameter.h41 CParameter(const std::string &strName, const CTypeElement *pTypeElement);
DComponentInstance.cpp37 #define base CTypeElement

12