HomeSort by relevance Sort by last modified time
    Searched refs:importSingleDomainXml (Results 1 - 6 of 6) sorted by null

  /external/parameter-framework/parameter/
ParameterMgrFullConnector.cpp 352 // deprecated, use the other version of importSingleDomainXml instead
353 bool CParameterMgrFullConnector::importSingleDomainXml(const string& strXmlSource, bool bOverwrite,
356 return importSingleDomainXml(strXmlSource, bOverwrite, true, false, strError);
359 bool CParameterMgrFullConnector::importSingleDomainXml(const string& xmlSource, bool overwrite,
363 return _pParameterMgr->importSingleDomainXml(xmlSource, overwrite, withSettings, fromFile,
ParameterMgr.cpp     [all...]
ParameterMgr.h 307 bool importSingleDomainXml(const std::string& xmlSource, bool overwrite, bool withSettings,
    [all...]
  /external/parameter-framework/bindings/python/
pfw.i 160 bool importSingleDomainXml(const std::string& strXmlSource, bool bOverwrite,
162 bool importSingleDomainXml(const std::string& xmlSource, bool overwrite, bool withSettings,
  /external/parameter-framework/parameter/include/
ParameterMgrFullConnector.h 229 bool importSingleDomainXml(const std::string& xmlSource, bool overwrite, bool withSettings,
235 * @deprecated use the other versions of importSingleDomainXml instead
244 bool importSingleDomainXml(const std::string& strXmlSource, bool bOverwrite,
  /external/parameter-framework/tools/xmlGenerator/
domainGenerator.py 307 ok, error = pfw.importSingleDomainXml(os.path.realpath(domain_file),

Completed in 161 milliseconds