Home | History | Annotate | Download | only in parameter

Lines Matching refs:withSettings

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