Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/xmlserializer/
DXmlDocSource.h170 static _xmlDoc *mkXmlDoc(const std::string &source, bool fromFile, bool xincludes,
DXmlDocSource.cpp233 _xmlDoc *CXmlDocSource::mkXmlDoc(const string &source, bool fromFile, bool xincludes, in mkXmlDoc() function in CXmlDocSource
/external/parameter-framework/upstream/parameter/
DXmlFileIncluderElement.cpp64 _xmlDoc *doc = CXmlDocSource::mkXmlDoc(strPath, true, true, elementSerializingContext); in fromXml()
DParameterMgr.cpp435 CXmlDocSource::mkXmlDoc(_xmlConfigurationUri, true, true, elementSerializingContext); in loadFrameworkConfiguration()
519 _xmlDoc *doc = CXmlDocSource::mkXmlDoc(structureUri, true, true, parameterBuildContext); in loadStructure()
610 CXmlDocSource::mkXmlDoc(configurationDomainsUri, true, true, xmlDomainImportContext); in loadSettingsFromConfigFile()
1558 _xmlDoc *doc = CXmlDocSource::mkXmlDoc(settings, false, false, xmlParameterContext); in setSettingsAsXML()
2605 _xmlDoc *doc = CXmlDocSource::mkXmlDoc(xmlSource, fromFile, false, xmlDomainImportContext); in wrapLegacyXmlImport()