Lines Matching refs:getConfigurableDomains

400     CConfigurableDomains *pConfigurableDomains = getConfigurableDomains();  in load()
447 getConfigurableDomains()->setName(getConstFrameworkConfiguration()->getSystemClassName()); in loadFrameworkConfiguration()
590 CConfigurableDomains *pConfigurableDomains = getConfigurableDomains(); in loadSettingsFromConfigFile()
914 getConfigurableDomains()->listLastAppliedConfigurations(strLastAppliedConfigurations); in statusCommandProcess()
1116 getConfigurableDomains()->listDomains(strResult); in listDomainsCommandProcess()
1192 return getConfigurableDomains()->listDomainElements(remoteCommand.getArgument(0), strResult) in listDomainElementsCommandProcess()
1316 return getConfigurableDomains()->getElementSequence(remoteCommand.getArgument(0), in getElementSequenceCommandProcess()
1760 getConfigurableDomains()->listAssociatedElements(strResult); in listAssociatedElementsCommandProcess()
1768 getConfigurableDomains()->listConflictingElements(strResult); in listConflictingElementsCommandProcess()
2233 return logResult(getConfigurableDomains()->createDomain(strName, strError), strError); in createDomain()
2248 return logResult(getConfigurableDomains()->deleteDomain(strName, strError), strError); in deleteDomain()
2256 return logResult(getConfigurableDomains()->renameDomain(strName, strNewName, strError), in renameDomain()
2272 getConfigurableDomains()->deleteAllDomains(); in deleteAllDomains()
2291 getConfigurableDomains()->setSequenceAwareness(strName, bSequenceAware, strResult), in setSequenceAwareness()
2298 return getConfigurableDomains()->getSequenceAwareness(strName, bSequenceAware, strResult); in getSequenceAwareness()
2314 return logResult(getConfigurableDomains()->createConfiguration( in createConfiguration()
2324 return logResult(getConfigurableDomains()->renameConfiguration(strDomain, strConfiguration, in renameConfiguration()
2344 getConfigurableDomains()->deleteConfiguration(strDomain, strConfiguration, strError), in deleteConfiguration()
2382 return logResult(getConfigurableDomains()->saveConfiguration( in saveConfiguration()
2417 bool isSuccess = getConfigurableDomains()->addConfigurableElementToDomain( in addConfigurableElementToDomain()
2459 return logResult(getConfigurableDomains()->removeConfigurableElementFromDomain( in removeConfigurableElementFromDomain()
2492 bool isSuccess = getConfigurableDomains()->split(strDomain, pConfigurableElement, infos); in split()
2514 return getConfigurableDomains()->setElementSequence(strDomain, strConfiguration, in setElementSequence()
2521 return getConfigurableDomains()->getApplicationRule(strDomain, strConfiguration, strResult); in getApplicationRule()
2527 return getConfigurableDomains()->setApplicationRule( in setApplicationRule()
2535 return getConfigurableDomains()->clearApplicationRule(strDomain, strConfiguration, strError); in clearApplicationRule()
2551 CConfigurableDomains *pConfigurableDomains = getConfigurableDomains(); in importDomainsXml()
2584 if (!getConfigurableDomains()->addDomain(*standaloneDomain, overwrite, errorMsg)) { in importSingleDomainXml()
2913 CConfigurableDomains *CParameterMgr::getConfigurableDomains() in getConfigurableDomains() function in CParameterMgr
2940 getConfigurableDomains()->apply(_pMainParameterBlackboard, syncerSet, bForce, infos); in doApplyConfigurations()