Searched defs:pXmlSource (Results 1 - 2 of 2) sorted by relevance

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

Completed in 154 milliseconds