Searched refs:pSyncerSet (Results 1 – 10 of 10) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | ConfigurableDomain.cpp | 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 auto pSyncerSet = new CSyncerSet; in doAddConfigurableElement() local [all …]
|
D | AreaConfiguration.cpp | 36 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()
|
D | AreaConfiguration.h | 44 const CSyncerSet *pSyncerSet); 88 const CSyncerSet *pSyncerSet, size_t size);
|
D | BitwiseAreaConfiguration.cpp | 37 const CConfigurableElement *pConfigurableElement, const CSyncerSet *pSyncerSet) in CBitwiseAreaConfiguration() argument 38 : base(pConfigurableElement, pSyncerSet, in CBitwiseAreaConfiguration()
|
D | BitParameter.cpp | 182 CAreaConfiguration *CBitParameter::createAreaConfiguration(const CSyncerSet *pSyncerSet) const in createAreaConfiguration() 184 return new CBitwiseAreaConfiguration(this, pSyncerSet); in createAreaConfiguration()
|
D | BitwiseAreaConfiguration.h | 40 const CSyncerSet *pSyncerSet);
|
D | BitParameter.h | 57 CAreaConfiguration *createAreaConfiguration(const CSyncerSet *pSyncerSet) const override;
|
D | ConfigurableElement.h | 109 virtual CAreaConfiguration *createAreaConfiguration(const CSyncerSet *pSyncerSet) const;
|
D | ConfigurableElement.cpp | 197 const CSyncerSet *pSyncerSet) const in createAreaConfiguration() 199 return new CAreaConfiguration(this, pSyncerSet); in createAreaConfiguration()
|
D | ConfigurableDomain.h | 142 void apply(CParameterBlackboard *pParameterBlackboard, CSyncerSet *pSyncerSet, bool bForced,
|