Lines Matching defs:strDomain
199 bool CConfigurableDomains::setSequenceAwareness(const string& strDomain, bool bSequenceAware, strin… in setSequenceAwareness()
213 bool CConfigurableDomains::getSequenceAwareness(const string& strDomain, bool& bSequenceAware, stri… in getSequenceAwareness() argument
228 bool CConfigurableDomains::listConfigurations(const string& strDomain, string& strResult) const in listConfigurations() argument
242 bool CConfigurableDomains::createConfiguration(const string& strDomain, const string& strConfigurat… in createConfiguration()
255 bool CConfigurableDomains::deleteConfiguration(const string& strDomain, const string& strConfigurat… in deleteConfiguration()
268 bool CConfigurableDomains::renameConfiguration(const string& strDomain, const string& strConfigurat… in renameConfiguration()
281 bool CConfigurableDomains::listDomainElements(const string& strDomain, string& strResult) const in listDomainElements() argument
296 bool CConfigurableDomains::split(const string& strDomain, CConfigurableElement* pConfigurableElemen… in split()
402 bool CConfigurableDomains::restoreConfiguration(const string& strDomain, const string& strConfigura… in restoreConfiguration() argument
418 bool CConfigurableDomains::saveConfiguration(const string& strDomain, const string& strConfiguratio… in saveConfiguration()
431 bool CConfigurableDomains::setElementSequence(const string& strDomain, const string& strConfigurati… in setElementSequence()
445 bool CConfigurableDomains::getElementSequence(const string& strDomain, const string& strConfigurati… in getElementSequence() argument
458 bool CConfigurableDomains::setApplicationRule(const string& strDomain, const string& strConfigurati… in setApplicationRule()
471 bool CConfigurableDomains::clearApplicationRule(const string& strDomain, const string& strConfigura… in clearApplicationRule()
484 bool CConfigurableDomains::getApplicationRule(const string& strDomain, const string& strConfigurati… in getApplicationRule() argument
513 bool CConfigurableDomains::addConfigurableElementToDomain(const string& strDomain, CConfigurableEle… in addConfigurableElementToDomain()
526 bool CConfigurableDomains::removeConfigurableElementFromDomain(const string& strDomain, CConfigurab… in removeConfigurableElementFromDomain()
539 CParameterBlackboard* CConfigurableDomains::findConfigurationBlackboard(const string& strDomain, in findConfigurationBlackboard()
593 CConfigurableDomain* CConfigurableDomains::findConfigurableDomain(const string& strDomain, string& … in findConfigurableDomain()
601 const CConfigurableDomain* CConfigurableDomains::findConfigurableDomain(const string& strDomain, st… in findConfigurableDomain() argument