Home
last modified time | relevance | path

Searched refs:pSyncerSet (Results 1 – 10 of 10) sorted by relevance

/external/parameter-framework/upstream/parameter/
DConfigurableDomain.cpp542 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 auto pSyncerSet = new CSyncerSet; in doAddConfigurableElement() local
[all …]
DAreaConfiguration.cpp36 const CSyncerSet *pSyncerSet) in CAreaConfiguration() argument
37 : _pConfigurableElement(pConfigurableElement), _pSyncerSet(pSyncerSet) in CAreaConfiguration()
44 const CSyncerSet *pSyncerSet, size_t size) in CAreaConfiguration() argument
45 : _pConfigurableElement(pConfigurableElement), _pSyncerSet(pSyncerSet) in CAreaConfiguration()
DBitwiseAreaConfiguration.cpp37 const CConfigurableElement *pConfigurableElement, const CSyncerSet *pSyncerSet) in CBitwiseAreaConfiguration() argument
38 : base(pConfigurableElement, pSyncerSet, in CBitwiseAreaConfiguration()
DAreaConfiguration.h44 const CSyncerSet *pSyncerSet);
88 const CSyncerSet *pSyncerSet, size_t size);
DBitParameter.cpp182 CAreaConfiguration *CBitParameter::createAreaConfiguration(const CSyncerSet *pSyncerSet) const in createAreaConfiguration()
184 return new CBitwiseAreaConfiguration(this, pSyncerSet); in createAreaConfiguration()
DBitwiseAreaConfiguration.h40 const CSyncerSet *pSyncerSet);
DBitParameter.h57 CAreaConfiguration *createAreaConfiguration(const CSyncerSet *pSyncerSet) const override;
DConfigurableElement.cpp197 const CSyncerSet *pSyncerSet) const in createAreaConfiguration()
199 return new CAreaConfiguration(this, pSyncerSet); in createAreaConfiguration()
DConfigurableElement.h109 virtual CAreaConfiguration *createAreaConfiguration(const CSyncerSet *pSyncerSet) const;
DConfigurableDomain.h142 void apply(CParameterBlackboard *pParameterBlackboard, CSyncerSet *pSyncerSet, bool bForced,