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

  /external/parameter-framework/upstream/parameter/
ComponentType.h 38 class CComponentType : public CTypeElement
41 CComponentType(const std::string &strName);
68 const CComponentType *_pExtendsComponentType{nullptr};
ComponentType.cpp 38 CComponentType::CComponentType(const std::string &strName) : base(strName)
42 std::string CComponentType::getKind() const
47 bool CComponentType::childrenAreDynamic() const
52 bool CComponentType::getMappingData(const std::string &strKey, const std::string *&pStrValue) const
59 bool CComponentType::hasMappingData() const
66 std::string CComponentType::getFormattedMapping() const
71 bool CComponentType::fromXml(const CXmlElement &xmlElement,
114 void CComponentType::populate(CElement *pElement) const
127 CInstanceConfigurableElement *CComponentType::doInstantiate() cons
    [all...]

Completed in 54 milliseconds