Searched refs:CSyncerSet (Results 1 – 24 of 24) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | SyncerSet.cpp | 33 const CSyncerSet &CSyncerSet::operator+=(ISyncer *pRightSyncer) in operator +=() 40 const CSyncerSet &CSyncerSet::operator+=(const CSyncerSet &rightSyncerSet) in operator +=() 50 void CSyncerSet::clear() in clear() 55 bool CSyncerSet::sync(CParameterBlackboard ¶meterBlackboard, bool bBack, in sync()
|
D | SyncerSet.h | 38 class CSyncerSet 44 const CSyncerSet &operator+=(ISyncer *pRightSyncer); 45 const CSyncerSet &operator+=(const CSyncerSet &rightSyncerSet);
|
D | ConfigurableDomain.h | 50 typedef std::map<const CConfigurableElement *, CSyncerSet *>::const_iterator 142 void apply(CParameterBlackboard *pParameterBlackboard, CSyncerSet *pSyncerSet, bool bForced, 267 CSyncerSet *getSyncerSet(const CConfigurableElement *pConfigurableElement) const; 279 std::map<const CConfigurableElement *, CSyncerSet *> _configurableElementToSyncerSetMap; 285 CSyncerSet _syncerSet;
|
D | AreaConfiguration.h | 44 const CSyncerSet *pSyncerSet); 88 const CSyncerSet *pSyncerSet, size_t size); 107 const CSyncerSet *_pSyncerSet;
|
D | ConfigurableElement.h | 40 class CSyncerSet; variable 66 void fillSyncerSet(CSyncerSet &syncerSet) const; 109 virtual CAreaConfiguration *createAreaConfiguration(const CSyncerSet *pSyncerSet) const; 204 virtual void fillSyncerSetFromDescendant(CSyncerSet &syncerSet) const;
|
D | ConfigurableDomain.cpp | 542 void CConfigurableDomain::apply(CParameterBlackboard *pParameterBlackboard, CSyncerSet *pSyncerSet, in apply() 610 const CSyncerSet *pSyncerSet = mapIt->second; in computeSyncSet() 641 CSyncerSet *pSyncerSet = getSyncerSet(pConfigurableElement); in createConfiguration() 1109 CSyncerSet *pSyncerSet = new CSyncerSet; in doAddConfigurableElement() 1155 CSyncerSet *pSyncerSet = getSyncerSet(pConfigurableElement); in doRemoveConfigurableElement() 1182 CSyncerSet *CConfigurableDomain::getSyncerSet( in getSyncerSet()
|
D | DomainConfiguration.h | 45 class CSyncerSet; variable 60 const CSyncerSet *syncerSet);
|
D | AreaConfiguration.cpp | 36 const CSyncerSet *pSyncerSet) in CAreaConfiguration() 44 const CSyncerSet *pSyncerSet, size_t size) in CAreaConfiguration()
|
D | ConfigurableElement.cpp | 197 const CSyncerSet *pSyncerSet) const in createAreaConfiguration() 267 CSyncerSet syncerSet; in setSettingsAsBytes() 385 void CConfigurableElement::fillSyncerSet(CSyncerSet &syncerSet) const in fillSyncerSet() 403 void CConfigurableElement::fillSyncerSetFromDescendant(CSyncerSet &syncerSet) const in fillSyncerSetFromDescendant()
|
D | ConfigurableDomains.h | 39 class CSyncerSet; variable 176 void apply(CParameterBlackboard *pParameterBlackboard, CSyncerSet &syncerSet, bool bForce,
|
D | HardwareBackSynchronizer.h | 46 CSyncerSet _backSyncerSet;
|
D | BitwiseAreaConfiguration.h | 40 const CSyncerSet *pSyncerSet);
|
D | VirtualSubsystem.cpp | 57 void CVirtualSubsystem::fillSyncerSetFromDescendant(CSyncerSet &syncerSet) const in fillSyncerSetFromDescendant()
|
D | VirtualSubsystem.h | 58 void fillSyncerSetFromDescendant(CSyncerSet &syncerSet) const override;
|
D | BitwiseAreaConfiguration.cpp | 37 const CConfigurableElement *pConfigurableElement, const CSyncerSet *pSyncerSet) in CBitwiseAreaConfiguration()
|
D | BitParameter.h | 57 virtual CAreaConfiguration *createAreaConfiguration(const CSyncerSet *pSyncerSet) const;
|
D | SystemClass.h | 76 void checkForSubsystemsToResync(CSyncerSet &syncerSet, core::Results &infos);
|
D | InstanceConfigurableElement.h | 102 virtual void fillSyncerSetFromDescendant(CSyncerSet &syncerSet) const;
|
D | BitParameter.cpp | 182 CAreaConfiguration *CBitParameter::createAreaConfiguration(const CSyncerSet *pSyncerSet) const in createAreaConfiguration()
|
D | InstanceConfigurableElement.cpp | 163 void CInstanceConfigurableElement::fillSyncerSetFromDescendant(CSyncerSet &syncerSet) const in fillSyncerSetFromDescendant()
|
D | SystemClass.cpp | 228 void CSystemClass::checkForSubsystemsToResync(CSyncerSet &syncerSet, core::Results &infos) in checkForSubsystemsToResync()
|
D | DomainConfiguration.cpp | 215 const CSyncerSet *syncerSet) in addConfigurableElement()
|
D | ConfigurableDomains.cpp | 65 void CConfigurableDomains::apply(CParameterBlackboard *pParameterBlackboard, CSyncerSet &syncerSet, in apply()
|
D | ParameterMgr.cpp | 1567 CSyncerSet syncerSet; in setSettingsAsXML() 2207 CSyncerSet syncerSet; in sync() 2933 CSyncerSet syncerSet; in doApplyConfigurations()
|