Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/xmlserializer/
DXmlMemoryDocSource.cpp37 CXmlMemoryDocSource::CXmlMemoryDocSource(const IXmlSource *pXmlSource, bool bValidateWithSchema, in CXmlMemoryDocSource() argument
43 _pXmlSource(pXmlSource), _strProduct(strProduct), _strVersion(strVersion) in CXmlMemoryDocSource()
DXmlMemoryDocSource.h52 CXmlMemoryDocSource(const IXmlSource *pXmlSource, bool bValidateWithSchema,
/external/parameter-framework/upstream/parameter/
DParameterMgr.h385 bool exportElementToXMLString(const IXmlSource *pXmlSource,
DParameterMgr.cpp2949 bool CParameterMgr::exportElementToXMLString(const IXmlSource *pXmlSource, in exportElementToXMLString() argument
2955 CXmlMemoryDocSource memorySource(pXmlSource, false, strRootElementType); in exportElementToXMLString()