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