Lines Matching refs:getConfigurableDomains
505 CConfigurableDomains* pConfigurableDomains = getConfigurableDomains(); in load()
551 getConfigurableDomains()->setName(getConstFrameworkConfiguration()->getSystemClassName()); in loadFrameworkConfiguration()
671 CConfigurableDomains* pConfigurableDomains = getConfigurableDomains(); in loadSettingsFromConfigFile()
702 …_uiStructureChecksum = pSystemClass->computeStructureChecksum() + getConfigurableDomains()->comput… in loadSettingsFromConfigFile()
940 getConfigurableDomains()->listLastAppliedConfigurations(strLastAppliedConfigurations); in statusCommandProcess()
1147 getConfigurableDomains()->listDomains(strResult); in listDomainsCommandProcess()
1214 …return getConfigurableDomains()->listDomainElements(remoteCommand.getArgument(0), strResult) ? CCo… in listDomainElementsCommandProcess()
1307 …return getConfigurableDomains()->getElementSequence(remoteCommand.getArgument(0), remoteCommand.ge… in getElementSequenceCommandProcess()
1517 getConfigurableDomains()->listAssociatedElements(strResult); in listAssociatedElementsCommandProcess()
1526 getConfigurableDomains()->listConflictingElements(strResult); in listConflictingElementsCommandProcess()
1997 return getConfigurableDomains()->createDomain(strName, strError); in createDomain()
2009 return getConfigurableDomains()->deleteDomain(strName, strError); in deleteDomain()
2015 return getConfigurableDomains()->renameDomain(strName, strNewName, strError); in renameDomain()
2027 getConfigurableDomains()->deleteAllDomains(); in deleteAllDomains()
2040 return getConfigurableDomains()->setSequenceAwareness(strName, bSequenceAware, strResult); in setSequenceAwareness()
2046 return getConfigurableDomains()->getSequenceAwareness(strName, bSequenceAware, strResult); in getSequenceAwareness()
2058 …return getConfigurableDomains()->createConfiguration(strDomain, strConfiguration, _pMainParameterB… in createConfiguration()
2063 return getConfigurableDomains()->renameConfiguration(strDomain, strConfiguration, in renameConfiguration()
2076 return getConfigurableDomains()->deleteConfiguration(strDomain, strConfiguration, strError); in deleteConfiguration()
2102 …return getConfigurableDomains()->saveConfiguration(strDomain, strConfiguration, _pMainParameterBla… in saveConfiguration()
2127 …return getConfigurableDomains()->addConfigurableElementToDomain(strDomain, pConfigurableElement, _… in addConfigurableElementToDomain()
2151 …return getConfigurableDomains()->removeConfigurableElementFromDomain(strDomain, pConfigurableEleme… in removeConfigurableElementFromDomain()
2175 return getConfigurableDomains()->split(strDomain, pConfigurableElement, strError); in split()
2188 return getConfigurableDomains()->setElementSequence(strDomain, strConfiguration, in setElementSequence()
2195 return getConfigurableDomains()->getApplicationRule(strDomain, strConfiguration, strResult); in getApplicationRule()
2201 return getConfigurableDomains()->setApplicationRule(strDomain, strConfiguration, in setApplicationRule()
2209 return getConfigurableDomains()->clearApplicationRule(strDomain, strConfiguration, strError); in clearApplicationRule()
2225 CConfigurableDomains* pConfigurableDomains = getConfigurableDomains(); in importDomainsXml()
2258 if (!getConfigurableDomains()->addDomain(*standaloneDomain, overwrite, errorMsg)) { in importSingleDomainXml()
2397 CConfigurableDomains* pConfigurableDomains = getConfigurableDomains(); in importDomainsBinary()
2407 CConfigurableDomains* pConfigurableDomains = getConfigurableDomains(); in exportDomainsBinary()
2590 CConfigurableDomains* CParameterMgr::getConfigurableDomains() in getConfigurableDomains() function in CParameterMgr
2614 getConfigurableDomains()->apply(_pMainParameterBlackboard, syncerSet, bForce); in doApplyConfigurations()