Searched refs:pSyncerSet (Results 1 - 12 of 12) sorted by relevance
/external/parameter-framework/parameter/ |
H A D | BitwiseAreaConfiguration.h | 39 CBitwiseAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet);
|
H A D | AreaConfiguration.cpp | 36 CAreaConfiguration::CAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet) argument 37 : _pConfigurableElement(pConfigurableElement), _pSyncerSet(pSyncerSet), _bValid(false) 43 CAreaConfiguration::CAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet, uint32_t uiSize) argument 44 : _pConfigurableElement(pConfigurableElement), _pSyncerSet(pSyncerSet), _bValid(false)
|
H A D | AreaConfiguration.h | 43 CAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet); 86 CAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet, uint32_t uiSize);
|
H A D | BitwiseAreaConfiguration.cpp | 36 CBitwiseAreaConfiguration::CBitwiseAreaConfiguration(const CConfigurableElement *pConfigurableElement, const CSyncerSet *pSyncerSet) argument 37 : base(pConfigurableElement, pSyncerSet, static_cast<const CBitParameter*>(pConfigurableElement)->getBelongingBlockSize()),
|
H A D | ConfigurableDomain.cpp | 522 void CConfigurableDomain::apply(CParameterBlackboard* pParameterBlackboard, CSyncerSet* pSyncerSet, bool bForce) const argument 526 if(!pSyncerSet ^ _bSequenceAware) { 547 bool bSync = !pSyncerSet && _bSequenceAware; 556 if (pSyncerSet && !_bSequenceAware) { 559 *pSyncerSet += _syncerSet; 584 const CSyncerSet* pSyncerSet = mapIt->second; local 586 _syncerSet += *pSyncerSet; 613 CSyncerSet* pSyncerSet = getSyncerSet(pConfigurableElement); local 616 pDomainConfiguration->addConfigurableElement(pConfigurableElement, pSyncerSet); 1045 CSyncerSet* pSyncerSet local 1087 CSyncerSet* pSyncerSet = getSyncerSet(pConfigurableElement); local [all...] |
H A D | BitParameter.cpp | 175 CAreaConfiguration* CBitParameter::createAreaConfiguration(const CSyncerSet* pSyncerSet) const 177 return new CBitwiseAreaConfiguration(this, pSyncerSet);
|
H A D | BitParameter.h | 55 virtual CAreaConfiguration* createAreaConfiguration(const CSyncerSet* pSyncerSet) const;
|
H A D | ConfigurableElement.h | 95 virtual CAreaConfiguration* createAreaConfiguration(const CSyncerSet* pSyncerSet) const;
|
H A D | DomainConfiguration.h | 55 void addConfigurableElement(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet);
|
H A D | ConfigurableElement.cpp | 131 CAreaConfiguration* CConfigurableElement::createAreaConfiguration(const CSyncerSet* pSyncerSet) const 133 return new CAreaConfiguration(this, pSyncerSet);
|
H A D | DomainConfiguration.cpp | 217 void CDomainConfiguration::addConfigurableElement(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet) argument 219 CAreaConfiguration* pAreaConfiguration = pConfigurableElement->createAreaConfiguration(pSyncerSet);
|
H A D | ConfigurableDomain.h | 99 void apply(CParameterBlackboard* pParameterBlackboard, CSyncerSet* pSyncerSet, bool bForced) const;
|
Completed in 121 milliseconds