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

  /external/parameter-framework/parameter/
XmlParameterSerializingContext.cpp 43 _pComponentLibrary = pComponentLibrary;
48 return _pComponentLibrary;
XmlParameterSerializingContext.h 47 const CComponentLibrary* _pComponentLibrary;
Subsystem.cpp 48 CSubsystem::CSubsystem(const string& strName) : base(strName), _pComponentLibrary(new CComponentLibrary), _pInstanceDefinition(new CInstanceDefinition), _bBigEndian(false), _pMappingData(NULL)
75 delete _pComponentLibrary;
116 parameterBuildContext.setComponentLibrary(_pComponentLibrary);
133 if (!_pComponentLibrary->fromXml(childElement, serializingContext)) {
Subsystem.h 245 CComponentLibrary* _pComponentLibrary;

Completed in 76 milliseconds