Home
last modified time | relevance | path

Searched refs:syncerSet (Results 1 – 9 of 9) sorted by relevance

/external/parameter-framework/parameter/
DInstanceConfigurableElement.cpp167 void CInstanceConfigurableElement::fillSyncerSetFromDescendant(CSyncerSet& syncerSet) const in fillSyncerSetFromDescendant()
171 syncerSet += _pSyncer; in fillSyncerSetFromDescendant()
174 base::fillSyncerSetFromDescendant(syncerSet); in fillSyncerSetFromDescendant()
DConfigurableElement.cpp253 void CConfigurableElement::fillSyncerSet(CSyncerSet& syncerSet) const in fillSyncerSet()
261 syncerSet += pMineOrAscendantSyncer; in fillSyncerSet()
267 fillSyncerSetFromDescendant(syncerSet); in fillSyncerSet()
271 void CConfigurableElement::fillSyncerSetFromDescendant(CSyncerSet& syncerSet) const in fillSyncerSetFromDescendant()
281 pConfigurableElement->fillSyncerSetFromDescendant(syncerSet); in fillSyncerSetFromDescendant()
DConfigurableElement.h61 void fillSyncerSet(CSyncerSet& syncerSet) const;
128 virtual void fillSyncerSetFromDescendant(CSyncerSet& syncerSet) const;
DSystemClass.cpp280 void CSystemClass::checkForSubsystemsToResync(CSyncerSet& syncerSet) in checkForSubsystemsToResync() argument
294 pSubsystem->fillSyncerSet(syncerSet); in checkForSubsystemsToResync()
DSystemClass.h67 void checkForSubsystemsToResync(CSyncerSet& syncerSet);
DConfigurableDomains.cpp71 void CConfigurableDomains::apply(CParameterBlackboard* pParameterBlackboard, CSyncerSet& syncerSet,… in apply() argument
86 pChildConfigurableDomain->apply(pParameterBlackboard, &syncerSet, bForce); in apply()
89 syncerSet.sync(*pParameterBlackboard, false, NULL); in apply()
DInstanceConfigurableElement.h112 virtual void fillSyncerSetFromDescendant(CSyncerSet& syncerSet) const;
DConfigurableDomains.h127 … void apply(CParameterBlackboard* pParameterBlackboard, CSyncerSet& syncerSet, bool bForce) const;
DParameterMgr.cpp1972 CSyncerSet syncerSet; in sync() local
1974 getConstSystemClass()->fillSyncerSet(syncerSet); in sync()
1978 if (! syncerSet.sync(*_pMainParameterBlackboard, false, &lstrError)){ in sync()
2608 CSyncerSet syncerSet; in doApplyConfigurations() local
2611 getSystemClass()->checkForSubsystemsToResync(syncerSet); in doApplyConfigurations()
2614 getConfigurableDomains()->apply(_pMainParameterBlackboard, syncerSet, bForce); in doApplyConfigurations()