Searched refs:wrapLegacyXmlExport (Results 1 – 2 of 2) sorted by relevance
/external/parameter-framework/parameter/ |
D | ParameterMgr.cpp | 2323 return wrapLegacyXmlExport(xmlDest, toFile, withSettings, *configurableDomains, errorMsg); in exportDomainsXml() 2340 return wrapLegacyXmlExport(xmlDest, toFile, withSettings, *requestedDomain, errorMsg); in exportSingleDomainXml() 2343 bool CParameterMgr::wrapLegacyXmlExport(string& xmlDest, bool toFile, bool withSettings, in wrapLegacyXmlExport() function in CParameterMgr
|
D | ParameterMgr.h | 625 bool wrapLegacyXmlExport(std::string& xmlDest, bool toFile, bool withSettings,
|