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

/external/parameter-framework/upstream/parameter/
H A DXmlParameterSerializingContext.cpp46 _pComponentLibrary = pComponentLibrary;
51 return _pComponentLibrary;
H A DXmlParameterSerializingContext.h51 const CComponentLibrary *_pComponentLibrary{nullptr};
H A DSubsystem.cpp47 : base(strName), _pComponentLibrary(new CComponentLibrary),
72 delete _pComponentLibrary;
108 parameterBuildContext.setComponentLibrary(_pComponentLibrary);
130 if (!_pComponentLibrary->fromXml(childElement, serializingContext)) {
H A DSubsystem.h246 CComponentLibrary *_pComponentLibrary; member in class:CSubsystem

Completed in 110 milliseconds