Searched refs:importSingleDomainXml (Results 1 - 5 of 5) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DParameterMgrFullConnector.cpp264 // deprecated, use the other version of importSingleDomainXml instead
265 bool CParameterMgrFullConnector::importSingleDomainXml(const string &strXmlSource, bool bOverwrite, function in class:CParameterMgrFullConnector
268 return importSingleDomainXml(strXmlSource, bOverwrite, true, false, strError);
271 bool CParameterMgrFullConnector::importSingleDomainXml(const string &xmlSource, bool overwrite, function in class:CParameterMgrFullConnector
275 return _pParameterMgr->importSingleDomainXml(xmlSource, overwrite, withSettings, fromFile,
H A DParameterMgr.h335 bool importSingleDomainXml(const std::string &xmlSource, bool overwrite, bool withSettings,
H A DParameterMgr.cpp1886 return importSingleDomainXml(remoteCommand.getArgument(0), bOverwrite, true, true, strResult)
1936 return importSingleDomainXml(remoteCommand.getArgument(0), overwrite, true, false, result)
2565 bool CParameterMgr::importSingleDomainXml(const string &xmlSource, bool overwrite, function in class:CParameterMgr
/external/parameter-framework/upstream/parameter/include/
H A DParameterMgrFullConnector.h199 bool importSingleDomainXml(const std::string &xmlSource, bool overwrite, bool withSettings,
205 * @deprecated use the other versions of importSingleDomainXml instead
214 bool importSingleDomainXml(const std::string &strXmlSource, bool bOverwrite,
/external/parameter-framework/upstream/bindings/python/
H A Dpfw.i162 bool importSingleDomainXml(const std::string& strXmlSource, bool bOverwrite,
164 bool importSingleDomainXml(const std::string& xmlSource, bool overwrite, bool withSettings,

Completed in 225 milliseconds