Searched defs:strRootElementType (Results 1 - 3 of 3) sorted by relevance

/external/parameter-framework/upstream/xmlserializer/
H A DXmlMemoryDocSource.cpp38 const std::string &strRootElementType,
42 xmlNewNode(NULL, BAD_CAST strRootElementType.c_str())),
37 CXmlMemoryDocSource(const IXmlSource *pXmlSource, bool bValidateWithSchema, const std::string &strRootElementType, const std::string &strProduct, const std::string &strVersion) argument
H A DXmlDocSource.cpp51 const string &strRootElementType, const string &strRootElementName,
53 : _pDoc(pDoc), _pRootNode(xmlDocGetRootElement(pDoc)), _strRootElementType(strRootElementType),
50 CXmlDocSource(_xmlDoc *pDoc, bool bValidateWithSchema, const string &strRootElementType, const string &strRootElementName, const string &strNameAttributeName) argument
/external/parameter-framework/upstream/parameter/
H A DParameterMgr.cpp2950 const string &strRootElementType,
2955 CXmlMemoryDocSource memorySource(pXmlSource, false, strRootElementType);
2949 exportElementToXMLString(const IXmlSource *pXmlSource, const string &strRootElementType, CXmlSerializingContext &&xmlSerializingContext, string &strResult) const argument

Completed in 192 milliseconds