Searched refs:xmlDest (Results 1 – 2 of 2) sorted by relevance
/external/parameter-framework/parameter/ |
D | ParameterMgr.cpp | 2315 bool CParameterMgr::exportDomainsXml(string& xmlDest, bool withSettings, bool toFile, in exportDomainsXml() argument 2319 (toFile ? ("\"" + xmlDest + "\"") : " a user-provided buffer")); in exportDomainsXml() 2323 return wrapLegacyXmlExport(xmlDest, toFile, withSettings, *configurableDomains, errorMsg); in exportDomainsXml() 2326 bool CParameterMgr::exportSingleDomainXml(string& xmlDest, const string& domainName, in exportSingleDomainXml() argument 2330 (toFile ? ("\"" + xmlDest + "\"") : " a user-provided buffer")); in exportSingleDomainXml() 2340 return wrapLegacyXmlExport(xmlDest, toFile, withSettings, *requestedDomain, errorMsg); in exportSingleDomainXml() 2343 bool CParameterMgr::wrapLegacyXmlExport(string& xmlDest, bool toFile, bool withSettings, in wrapLegacyXmlExport() argument 2350 return wrapLegacyXmlExportToFile(xmlDest, element, context); in wrapLegacyXmlExport() 2352 return wrapLegacyXmlExportToString(xmlDest, element, context); in wrapLegacyXmlExport() 2356 bool CParameterMgr::wrapLegacyXmlExportToFile(string& xmlDest, in wrapLegacyXmlExportToFile() argument [all …]
|
D | ParameterMgr.h | 322 bool exportDomainsXml(std::string& xmlDest, bool withSettings, bool toFile, 338 bool exportSingleDomainXml(std::string& xmlDest, const std::string& domainName, 625 bool wrapLegacyXmlExport(std::string& xmlDest, bool toFile, bool withSettings, 632 bool wrapLegacyXmlExportToFile(std::string& xmlDest, 640 bool wrapLegacyXmlExportToString(std::string& xmlDest,
|