Home
last modified time | relevance | path

Searched refs:CComponentInstance (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/upstream/parameter/
DComponentInstance.cpp39 CComponentInstance::CComponentInstance(const std::string &strName) : base(strName) in CComponentInstance() function in CComponentInstance
43 std::string CComponentInstance::getKind() const in getKind()
48 std::string CComponentInstance::getXmlElementName() const in getXmlElementName()
55 bool CComponentInstance::childrenAreDynamic() const in childrenAreDynamic()
60 bool CComponentInstance::getMappingData(const std::string &strKey, in getMappingData()
68 bool CComponentInstance::hasMappingData() const in hasMappingData()
74 std::string CComponentInstance::getFormattedMapping() const in getFormattedMapping()
79 bool CComponentInstance::fromXml(const CXmlElement &xmlElement, in fromXml()
112 CInstanceConfigurableElement *CComponentInstance::doInstantiate() const in doInstantiate()
121 void CComponentInstance::populate(CElement *pElement) const in populate()
DComponentInstance.h38 class CComponentInstance : public CTypeElement
41 CComponentInstance(const std::string &strName);
DParameterMgr.cpp2769 "Component", new TNamedElementBuilderTemplate<CComponentInstance>()); in feedElementLibraries()