Home
last modified time | relevance | path

Searched refs:_pComponentLibrary (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/parameter/
DXmlParameterSerializingContext.cpp43 _pComponentLibrary = pComponentLibrary; in setComponentLibrary()
48 return _pComponentLibrary; in getComponentLibrary()
DSubsystem.cpp48 CSubsystem::CSubsystem(const string& strName) : base(strName), _pComponentLibrary(new CComponentLib… in CSubsystem()
75 delete _pComponentLibrary; in ~CSubsystem()
116 parameterBuildContext.setComponentLibrary(_pComponentLibrary); in fromXml()
133 if (!_pComponentLibrary->fromXml(childElement, serializingContext)) { in fromXml()
DXmlParameterSerializingContext.h47 const CComponentLibrary* _pComponentLibrary;
DSubsystem.h245 CComponentLibrary* _pComponentLibrary; variable