Searched refs:syncerSet (Results 1 – 9 of 9) sorted by relevance
/external/parameter-framework/parameter/ |
D | InstanceConfigurableElement.cpp | 167 void CInstanceConfigurableElement::fillSyncerSetFromDescendant(CSyncerSet& syncerSet) const in fillSyncerSetFromDescendant() 171 syncerSet += _pSyncer; in fillSyncerSetFromDescendant() 174 base::fillSyncerSetFromDescendant(syncerSet); in fillSyncerSetFromDescendant()
|
D | ConfigurableElement.cpp | 253 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()
|
D | ConfigurableElement.h | 61 void fillSyncerSet(CSyncerSet& syncerSet) const; 128 virtual void fillSyncerSetFromDescendant(CSyncerSet& syncerSet) const;
|
D | SystemClass.cpp | 280 void CSystemClass::checkForSubsystemsToResync(CSyncerSet& syncerSet) in checkForSubsystemsToResync() argument 294 pSubsystem->fillSyncerSet(syncerSet); in checkForSubsystemsToResync()
|
D | SystemClass.h | 67 void checkForSubsystemsToResync(CSyncerSet& syncerSet);
|
D | ConfigurableDomains.cpp | 71 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()
|
D | InstanceConfigurableElement.h | 112 virtual void fillSyncerSetFromDescendant(CSyncerSet& syncerSet) const;
|
D | ConfigurableDomains.h | 127 … void apply(CParameterBlackboard* pParameterBlackboard, CSyncerSet& syncerSet, bool bForce) const;
|
D | ParameterMgr.cpp | 1972 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()
|