Searched refs:CComponentType (Results 1 - 6 of 6) sorted by relevance

/external/parameter-framework/parameter/
H A DComponentType.cpp38 CComponentType::CComponentType(const std::string& strName) : base(strName), _pExtendsComponentType(NULL) function in class:CComponentType
42 std::string CComponentType::getKind() const
47 bool CComponentType::childrenAreDynamic() const
52 bool CComponentType::getMappingData(const std::string& strKey, const std::string*& pStrValue) const
58 bool CComponentType::hasMappingData() const
64 std::string CComponentType::getFormattedMapping() const
76 bool CComponentType::fromXml(const CXmlElement& xmlElement, CXmlSerializingContext& serializingContext)
114 void CComponentType::populate(CElement* pElement) const
127 CInstanceConfigurableElement* CComponentType
[all...]
H A DComponentLibrary.h38 class CComponentType;
45 const CComponentType* getComponentType(const std::string& strName) const;
H A DComponentType.h38 class CComponentType : public CTypeElement class in inherits:CTypeElement
41 CComponentType(const std::string& strName);
67 const CComponentType* _pExtendsComponentType;
H A DComponentInstance.h36 class CComponentType;
64 const CComponentType* _pComponentType;
H A DComponentLibrary.cpp48 const CComponentType* CComponentLibrary::getComponentType(const std::string& strName) const
50 return static_cast<const CComponentType*>(findChild(strName));
H A DParameterMgr.cpp2458 pParameterCreationLibrary->addElementBuilder("ComponentType", new TNamedElementBuilderTemplate<CComponentType>());

Completed in 176 milliseconds