Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DXmlParameterSerializingContext.h37 class CComponentLibrary; variable
45 void setComponentLibrary(const CComponentLibrary *pComponentLibrary);
46 const CComponentLibrary *getComponentLibrary() const;
51 const CComponentLibrary *_pComponentLibrary{nullptr};
DComponentLibrary.cpp34 bool CComponentLibrary::childrenAreDynamic() const in childrenAreDynamic()
39 std::string CComponentLibrary::getKind() const in getKind()
44 const CComponentType *CComponentLibrary::getComponentType(const std::string &strName) const in getComponentType()
49 bool CComponentLibrary::fromXml(const CXmlElement &xmlElement, in fromXml()
DXmlParameterSerializingContext.cpp44 const CComponentLibrary *pComponentLibrary) in setComponentLibrary()
49 const CComponentLibrary *CXmlParameterSerializingContext::getComponentLibrary() const in getComponentLibrary()
DSubsystem.h45 class CComponentLibrary; variable
246 CComponentLibrary *_pComponentLibrary;
DComponentLibrary.h40 class CComponentLibrary : public CElement
DComponentType.cpp78 const CComponentLibrary *pComponentLibrary = parameterBuildContext.getComponentLibrary(); in fromXml()
DComponentInstance.cpp86 const CComponentLibrary *pComponentLibrary = parameterBuildContext.getComponentLibrary(); in fromXml()
DSubsystem.cpp47 : base(strName), _pComponentLibrary(new CComponentLibrary), in CSubsystem()