Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DXmlParameterSerializingContext.cpp41 …id CXmlParameterSerializingContext::setComponentLibrary(const CComponentLibrary* pComponentLibrary) in setComponentLibrary() argument
43 _pComponentLibrary = pComponentLibrary; in setComponentLibrary()
DComponentType.cpp81 const CComponentLibrary* pComponentLibrary = parameterBuildContext.getComponentLibrary(); in fromXml() local
94 _pExtendsComponentType = pComponentLibrary->getComponentType(strExtendsType); in fromXml()
DComponentInstance.cpp81 const CComponentLibrary* pComponentLibrary = parameterBuildContext.getComponentLibrary(); in fromXml() local
85 _pComponentType = pComponentLibrary->getComponentType(strComponentType); in fromXml()
DXmlParameterSerializingContext.h44 void setComponentLibrary(const CComponentLibrary* pComponentLibrary);