Lines Matching refs:withSettings
2538 bool CParameterMgr::importDomainsXml(const string &xmlSource, bool withSettings, bool fromFile, in importDomainsXml() argument
2553 bool importSuccess = wrapLegacyXmlImport(xmlSource, fromFile, withSettings, in importDomainsXml()
2566 bool withSettings, bool fromFile, string &errorMsg) in importSingleDomainXml() argument
2580 if (!wrapLegacyXmlImport(xmlSource, fromFile, withSettings, *standaloneDomain, "", errorMsg)) { in importSingleDomainXml()
2593 bool CParameterMgr::wrapLegacyXmlImport(const string &xmlSource, bool fromFile, bool withSettings, in wrapLegacyXmlImport() argument
2597 CXmlDomainImportContext xmlDomainImportContext(errorMsg, withSettings, *getSystemClass()); in wrapLegacyXmlImport()
2636 bool CParameterMgr::exportDomainsXml(string &xmlDest, bool withSettings, bool toFile, in exportDomainsXml() argument
2644 return wrapLegacyXmlExport(xmlDest, toFile, withSettings, *configurableDomains, errorMsg); in exportDomainsXml()
2648 bool withSettings, bool toFile, string &errorMsg) const in exportSingleDomainXml() argument
2661 return wrapLegacyXmlExport(xmlDest, toFile, withSettings, *requestedDomain, errorMsg); in exportSingleDomainXml()
2664 bool CParameterMgr::wrapLegacyXmlExport(string &xmlDest, bool toFile, bool withSettings, in wrapLegacyXmlExport() argument
2667 CXmlDomainExportContext context(errorMsg, withSettings, _bValueSpaceIsRaw, in wrapLegacyXmlExport()