Searched refs:CTypeElement (Results 1 – 25 of 35) sorted by relevance
12
/external/parameter-framework/upstream/parameter/ |
D | TypeElement.cpp | 40 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 …]
|
D | TypeElement.h | 40 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 &);
|
D | InstanceConfigurableElement.h | 57 CInstanceConfigurableElement(const std::string &strName, const CTypeElement *pTypeElement); 60 const CTypeElement *getTypeElement() const; 121 const CTypeElement *_pTypeElement;
|
D | InstanceConfigurableElement.cpp | 41 const CTypeElement *pTypeElement) in CInstanceConfigurableElement() 59 const CTypeElement *CInstanceConfigurableElement::getTypeElement() const in getTypeElement()
|
D | InstanceDefinition.h | 36 class CInstanceDefinition : public CTypeElement
|
D | InstanceDefinition.cpp | 33 #define base CTypeElement
|
D | ParameterBlock.h | 39 CParameterBlock(const std::string &strName, const CTypeElement *pTypeElement) in CParameterBlock()
|
D | Component.h | 39 CComponent(const std::string &strName, const CTypeElement *pTypeElement) in CComponent()
|
D | ParameterBlockType.h | 36 class CParameterBlockType : public CTypeElement
|
D | BitParameterBlockType.h | 36 class CBitParameterBlockType : public CTypeElement
|
D | BitParameterBlock.h | 37 CBitParameterBlock(const std::string &strName, const CTypeElement *pTypeElement);
|
D | StringParameterType.h | 38 class CStringParameterType : public CTypeElement
|
D | StringParameter.h | 39 CStringParameter(const std::string &strName, const CTypeElement *pTypeElement);
|
D | BitParameterBlock.cpp | 39 CBitParameterBlock::CBitParameterBlock(const string &strName, const CTypeElement *pTypeElement) in CBitParameterBlock()
|
D | ComponentType.h | 38 class CComponentType : public CTypeElement
|
D | ParameterBlockType.cpp | 34 #define base CTypeElement
|
D | BitParameterBlockType.cpp | 34 #define base CTypeElement
|
D | ComponentInstance.h | 38 class CComponentInstance : public CTypeElement
|
D | StringParameterType.cpp | 34 #define base CTypeElement
|
D | StringParameter.cpp | 40 CStringParameter::CStringParameter(const string &strName, const CTypeElement *pTypeElement) in CStringParameter()
|
D | BitParameter.h | 39 CBitParameter(const std::string &strName, const CTypeElement *pTypeElement);
|
D | BitParameterType.h | 41 class CBitParameterType : public CTypeElement
|
D | ComponentType.cpp | 36 #define base CTypeElement
|
D | Parameter.h | 41 CParameter(const std::string &strName, const CTypeElement *pTypeElement);
|
D | ComponentInstance.cpp | 37 #define base CTypeElement
|
12