Lines Matching refs:strDomain

1781 bool CParameterMgr::accessConfigurationValue(const string& strDomain, const string& strConfiguration, const string& strPath, string& strValue, bool bSet, string& strError)
1799 CParameterBlackboard* pConfigurationBlackboard = getConstConfigurableDomains()->findConfigurationBlackboard(strDomain, strConfiguration, pConfigurableElement, uiBaseOffset, bIsLastApplied, strError);
1806 log_info("Element %s in Domain %s, offset: %d, base offset: %d", strPath.c_str(), strDomain.c_str(), pConfigurableElement->getOffset(), uiBaseOffset);
2049 bool CParameterMgr::createConfiguration(const string& strDomain, const string& strConfiguration, string& strError)
2058 return getConfigurableDomains()->createConfiguration(strDomain, strConfiguration, _pMainParameterBlackboard, strError);
2060 bool CParameterMgr::renameConfiguration(const string& strDomain, const string& strConfiguration,
2063 return getConfigurableDomains()->renameConfiguration(strDomain, strConfiguration,
2067 bool CParameterMgr::deleteConfiguration(const string& strDomain, const string& strConfiguration, string& strError)
2076 return getConfigurableDomains()->deleteConfiguration(strDomain, strConfiguration, strError);
2079 bool CParameterMgr::restoreConfiguration(const string& strDomain, const string& strConfiguration, list<string>& lstrError)
2090 return getConstConfigurableDomains()->restoreConfiguration(strDomain, strConfiguration, _pMainParameterBlackboard, _bAutoSyncOn, lstrError);
2093 bool CParameterMgr::saveConfiguration(const string& strDomain, const string& strConfiguration, string& strError)
2102 return getConfigurableDomains()->saveConfiguration(strDomain, strConfiguration, _pMainParameterBlackboard, strError);
2106 bool CParameterMgr::addConfigurableElementToDomain(const string& strDomain, const string& strConfigurableElementPath, string& strError)
2127 return getConfigurableDomains()->addConfigurableElementToDomain(strDomain, pConfigurableElement, _pMainParameterBlackboard, strError);
2130 bool CParameterMgr::removeConfigurableElementFromDomain(const string& strDomain, const string& strConfigurableElementPath, string& strError)
2151 return getConfigurableDomains()->removeConfigurableElementFromDomain(strDomain, pConfigurableElement, strError);
2154 bool CParameterMgr::split(const string& strDomain, const string& strConfigurableElementPath, string& strError)
2175 return getConfigurableDomains()->split(strDomain, pConfigurableElement, strError);
2178 bool CParameterMgr::setElementSequence(const string& strDomain, const string& strConfiguration,
2188 return getConfigurableDomains()->setElementSequence(strDomain, strConfiguration,
2192 bool CParameterMgr::getApplicationRule(const string& strDomain, const string& strConfiguration,
2195 return getConfigurableDomains()->getApplicationRule(strDomain, strConfiguration, strResult);
2198 bool CParameterMgr::setApplicationRule(const string& strDomain, const string& strConfiguration,
2201 return getConfigurableDomains()->setApplicationRule(strDomain, strConfiguration,
2206 bool CParameterMgr::clearApplicationRule(const string& strDomain, const string& strConfiguration,
2209 return getConfigurableDomains()->clearApplicationRule(strDomain, strConfiguration, strError);