Home
last modified time | relevance | path

Searched refs:CComponentLibrary (Results 1 – 8 of 8) sorted by relevance

/external/parameter-framework/parameter/
DComponentLibrary.cpp34 CComponentLibrary::CComponentLibrary() in CComponentLibrary() function in CComponentLibrary
38 bool CComponentLibrary::childrenAreDynamic() const in childrenAreDynamic()
43 std::string CComponentLibrary::getKind() const in getKind()
48 const CComponentType* CComponentLibrary::getComponentType(const std::string& strName) const in getComponentType()
53 bool CComponentLibrary::fromXml(const CXmlElement& xmlElement, in fromXml()
DXmlParameterSerializingContext.h36 class CComponentLibrary; variable
44 void setComponentLibrary(const CComponentLibrary* pComponentLibrary);
45 const CComponentLibrary* getComponentLibrary() const;
47 const CComponentLibrary* _pComponentLibrary;
DXmlParameterSerializingContext.cpp41 void CXmlParameterSerializingContext::setComponentLibrary(const CComponentLibrary* pComponentLibrar… in setComponentLibrary()
46 const CComponentLibrary* CXmlParameterSerializingContext::getComponentLibrary() const in getComponentLibrary()
DComponentLibrary.h40 class CComponentLibrary : public CElement
43 CComponentLibrary();
DSubsystem.h42 class CComponentLibrary; variable
245 CComponentLibrary* _pComponentLibrary;
DComponentType.cpp81 const CComponentLibrary* pComponentLibrary = parameterBuildContext.getComponentLibrary(); in fromXml()
DComponentInstance.cpp81 const CComponentLibrary* pComponentLibrary = parameterBuildContext.getComponentLibrary(); in fromXml()
DSubsystem.cpp48 …stem(const string& strName) : base(strName), _pComponentLibrary(new CComponentLibrary), _pInstance… in CSubsystem()