Home | History | Annotate | Download | only in parameter

Lines Matching refs:restoreConfiguration

216     { "restoreConfiguration", &CParameterMgr::restoreConfigurationCommandProcess, 2,
1277 if (!restoreConfiguration(remoteCommand.getArgument(0), remoteCommand.getArgument(1), lstrResult)) {
2079 bool CParameterMgr::restoreConfiguration(const string& strDomain, const string& strConfiguration, list<string>& lstrError)
2090 return getConstConfigurableDomains()->restoreConfiguration(strDomain, strConfiguration, _pMainParameterBlackboard, _bAutoSyncOn, lstrError);