Searched refs:wrapLegacyXmlExport (Results 1 - 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DParameterMgr.h788 bool wrapLegacyXmlExport(std::string &xmlDest, bool toFile, bool withSettings,
793 * @see wrapLegacyXmlExport
800 * @see wrapLegacyXmlExport
H A DParameterMgr.cpp2644 return wrapLegacyXmlExport(xmlDest, toFile, withSettings, *configurableDomains, errorMsg);
2661 return wrapLegacyXmlExport(xmlDest, toFile, withSettings, *requestedDomain, errorMsg);
2664 bool CParameterMgr::wrapLegacyXmlExport(string &xmlDest, bool toFile, bool withSettings, function in class:CParameterMgr

Completed in 601 milliseconds