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

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

Completed in 1836 milliseconds