Lines Matching refs:pSyncerSet
542 void CConfigurableDomain::apply(CParameterBlackboard *pParameterBlackboard, CSyncerSet *pSyncerSet, in apply() argument
547 if (!pSyncerSet ^ _bSequenceAware) { in apply()
569 bool bSync = !pSyncerSet && _bSequenceAware; in apply()
578 if (pSyncerSet && !_bSequenceAware) { in apply()
581 *pSyncerSet += _syncerSet; in apply()
610 const CSyncerSet *pSyncerSet = mapIt->second; in computeSyncSet() local
612 _syncerSet += *pSyncerSet; in computeSyncSet()
641 CSyncerSet *pSyncerSet = getSyncerSet(pConfigurableElement); in createConfiguration() local
644 pDomainConfiguration->addConfigurableElement(pConfigurableElement, pSyncerSet); in createConfiguration()
1109 CSyncerSet *pSyncerSet = new CSyncerSet; in doAddConfigurableElement() local
1112 pConfigurableElement->fillSyncerSet(*pSyncerSet); in doAddConfigurableElement()
1115 _configurableElementToSyncerSetMap[pConfigurableElement] = pSyncerSet; in doAddConfigurableElement()
1118 _syncerSet += *pSyncerSet; in doAddConfigurableElement()
1128 pDomainConfiguration->addConfigurableElement(pConfigurableElement, pSyncerSet); in doAddConfigurableElement()
1155 CSyncerSet *pSyncerSet = getSyncerSet(pConfigurableElement); in doRemoveConfigurableElement() local
1159 delete pSyncerSet; in doRemoveConfigurableElement()