Searched refs:restoreConfiguration (Results 1 - 9 of 9) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DParameterMgrFullConnector.cpp183 bool CParameterMgrFullConnector::restoreConfiguration(const string &strDomain, function in class:CParameterMgrFullConnector
187 return _pParameterMgr->restoreConfiguration(strDomain, strConfiguration, errors);
H A DConfigurableDomains.h114 bool restoreConfiguration(const std::string &strDomain, const std::string &strConfiguration,
H A DConfigurableDomains.cpp405 bool CConfigurableDomains::restoreConfiguration(const string &domainName, function in class:CConfigurableDomains
420 return domain->restoreConfiguration(configurationName, mainBlackboard, autoSync, errors);
H A DConfigurableDomain.h77 bool restoreConfiguration(const std::string &configurationName,
H A DConfigurableDomain.cpp714 bool CConfigurableDomain::restoreConfiguration(const string &configurationName, function in class:CConfigurableDomain
H A DParameterMgr.h280 bool restoreConfiguration(const std::string &strDomain, const std::string &strConfiguration,
H A DParameterMgr.cpp221 {"restoreConfiguration", &CParameterMgr::restoreConfigurationCommandProcess, 2,
1285 if (!restoreConfiguration(remoteCommand.getArgument(0), remoteCommand.getArgument(1), result)) {
2348 bool CParameterMgr::restoreConfiguration(const string &strDomain, const string &strConfiguration, function in class:CParameterMgr
2364 getConstConfigurableDomains()->restoreConfiguration(
/external/parameter-framework/upstream/parameter/include/
H A DParameterMgrFullConnector.h145 bool restoreConfiguration(const std::string &strDomain, const std::string &strConfiguration,
/external/parameter-framework/upstream/bindings/python/
H A Dpfw.i145 bool restoreConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::list<std::string>& strError);

Completed in 76 milliseconds