HomeSort by relevance Sort by last modified time
    Searched refs:CComponentLibrary (Results 1 - 8 of 8) sorted by null

  /external/parameter-framework/upstream/parameter/
XmlParameterSerializingContext.h 37 class CComponentLibrary;
45 void setComponentLibrary(const CComponentLibrary *pComponentLibrary);
46 const CComponentLibrary *getComponentLibrary() const;
51 const CComponentLibrary *_pComponentLibrary{nullptr};
ComponentLibrary.cpp 34 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,
XmlParameterSerializingContext.cpp 44 const CComponentLibrary *pComponentLibrary)
49 const CComponentLibrary *CXmlParameterSerializingContext::getComponentLibrary() const
ComponentLibrary.h 40 class CComponentLibrary : public CElement
Subsystem.h 45 class CComponentLibrary;
246 CComponentLibrary *_pComponentLibrary;
ComponentType.cpp 78 const CComponentLibrary *pComponentLibrary = parameterBuildContext.getComponentLibrary();
ComponentInstance.cpp 86 const CComponentLibrary *pComponentLibrary = parameterBuildContext.getComponentLibrary();
Subsystem.cpp 47 : base(strName), _pComponentLibrary(new CComponentLibrary),

Completed in 93 milliseconds