Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DXmlParameterSerializingContext.cpp44 const CComponentLibrary *pComponentLibrary) in setComponentLibrary() argument
46 _pComponentLibrary = pComponentLibrary; in setComponentLibrary()
DComponentType.cpp78 const CComponentLibrary *pComponentLibrary = parameterBuildContext.getComponentLibrary(); in fromXml() local
92 _pExtendsComponentType = pComponentLibrary->getComponentType(strExtendsType); in fromXml()
DComponentInstance.cpp86 const CComponentLibrary *pComponentLibrary = parameterBuildContext.getComponentLibrary(); in fromXml() local
91 _pComponentType = pComponentLibrary->getComponentType(strComponentType); in fromXml()
DXmlParameterSerializingContext.h45 void setComponentLibrary(const CComponentLibrary *pComponentLibrary);