Searched refs:pSyncerSet (Results 1 - 12 of 12) sorted by relevance

/external/parameter-framework/parameter/
H A DBitwiseAreaConfiguration.h39 CBitwiseAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet);
H A DAreaConfiguration.cpp36 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 DAreaConfiguration.h43 CAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet);
86 CAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet, uint32_t uiSize);
H A DBitwiseAreaConfiguration.cpp36 CBitwiseAreaConfiguration::CBitwiseAreaConfiguration(const CConfigurableElement *pConfigurableElement, const CSyncerSet *pSyncerSet) argument
37 : base(pConfigurableElement, pSyncerSet, static_cast<const CBitParameter*>(pConfigurableElement)->getBelongingBlockSize()),
H A DConfigurableDomain.cpp522 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 DBitParameter.cpp175 CAreaConfiguration* CBitParameter::createAreaConfiguration(const CSyncerSet* pSyncerSet) const
177 return new CBitwiseAreaConfiguration(this, pSyncerSet);
H A DBitParameter.h55 virtual CAreaConfiguration* createAreaConfiguration(const CSyncerSet* pSyncerSet) const;
H A DConfigurableElement.h95 virtual CAreaConfiguration* createAreaConfiguration(const CSyncerSet* pSyncerSet) const;
H A DDomainConfiguration.h55 void addConfigurableElement(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet);
H A DConfigurableElement.cpp131 CAreaConfiguration* CConfigurableElement::createAreaConfiguration(const CSyncerSet* pSyncerSet) const
133 return new CAreaConfiguration(this, pSyncerSet);
H A DDomainConfiguration.cpp217 void CDomainConfiguration::addConfigurableElement(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet) argument
219 CAreaConfiguration* pAreaConfiguration = pConfigurableElement->createAreaConfiguration(pSyncerSet);
H A DConfigurableDomain.h99 void apply(CParameterBlackboard* pParameterBlackboard, CSyncerSet* pSyncerSet, bool bForced) const;

Completed in 121 milliseconds