HomeSort by relevance Sort by last modified time
    Searched defs:CComponentType (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/parameter/
ComponentType.h 38 class CComponentType : public CTypeElement
41 CComponentType(const std::string& strName);
67 const CComponentType* _pExtendsComponentType;
ComponentType.cpp 38 CComponentType::CComponentType(const std::string& strName) : base(strName), _pExtendsComponentType(NULL)
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::doInstantiate() cons
    [all...]

Completed in 728 milliseconds