• Home
  • Raw
  • Download

Lines Matching defs:strDomain

193 bool CConfigurableDomains::setSequenceAwareness(const string &strDomain, bool bSequenceAware,  in setSequenceAwareness()
208 bool CConfigurableDomains::getSequenceAwareness(const string &strDomain, bool &bSequenceAware, in getSequenceAwareness()
224 bool CConfigurableDomains::listConfigurations(const string &strDomain, string &strResult) const in listConfigurations() argument
238 bool CConfigurableDomains::createConfiguration(const string &strDomain, in createConfiguration()
254 bool CConfigurableDomains::deleteConfiguration(const string &strDomain, in deleteConfiguration()
268 bool CConfigurableDomains::renameConfiguration(const string &strDomain, in renameConfiguration()
285 bool CConfigurableDomains::listDomainElements(const string &strDomain, string &strResult) const in listDomainElements() argument
424 bool CConfigurableDomains::saveConfiguration(const string &strDomain, in saveConfiguration()
440 bool CConfigurableDomains::setElementSequence(const string &strDomain, in setElementSequence()
458 bool CConfigurableDomains::getElementSequence(const string &strDomain, in getElementSequence()
474 const string &strDomain, const string &strConfiguration, const string &strApplicationRule, in setApplicationRule()
489 bool CConfigurableDomains::clearApplicationRule(const string &strDomain, in clearApplicationRule()
503 bool CConfigurableDomains::getApplicationRule(const string &strDomain, in getApplicationRule()
554 const string &strDomain, CConfigurableElement *pConfigurableElement, string &strError) in removeConfigurableElementFromDomain()
568 const string &strDomain, const string &strConfiguration, in findConfigurationBlackboard()
595 CConfigurableDomain *CConfigurableDomains::findConfigurableDomain(const string &strDomain, in findConfigurableDomain()
604 const CConfigurableDomain *CConfigurableDomains::findConfigurableDomain(const string &strDomain, in findConfigurableDomain()