Home
last modified time | relevance | path

Searched refs:CSyncerSet (Results 1 – 22 of 22) sorted by relevance

/external/parameter-framework/parameter/
DSyncerSet.cpp33 CSyncerSet::CSyncerSet() in CSyncerSet() function in CSyncerSet
37 const CSyncerSet& CSyncerSet::operator+=(ISyncer* pRightSyncer) in operator +=()
44 const CSyncerSet& CSyncerSet::operator+=(const CSyncerSet& rightSyncerSet) in operator +=()
54 void CSyncerSet::clear() in clear()
59 bool CSyncerSet::sync(CParameterBlackboard& parameterBlackboard, bool bBack, std::list<std::string>… in sync()
DSyncerSet.h39 class CSyncerSet
43 CSyncerSet();
46 const CSyncerSet& operator+=(ISyncer* pRightSyncer);
47 const CSyncerSet& operator+=(const CSyncerSet& rightSyncerSet);
DConfigurableElement.h37 class CSyncerSet; variable
61 void fillSyncerSet(CSyncerSet& syncerSet) const;
95 virtual CAreaConfiguration* createAreaConfiguration(const CSyncerSet* pSyncerSet) const;
128 virtual void fillSyncerSetFromDescendant(CSyncerSet& syncerSet) const;
DAreaConfiguration.h43 …CAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet);
86 …CAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet,…
105 const CSyncerSet* _pSyncerSet;
DConfigurableDomain.h49 …typedef std::map<const CConfigurableElement*, CSyncerSet*>::const_iterator ConfigurableElementToSy…
99 …void apply(CParameterBlackboard* pParameterBlackboard, CSyncerSet* pSyncerSet, bool bForced) const;
200 CSyncerSet* getSyncerSet(const CConfigurableElement* pConfigurableElement) const;
210 std::map<const CConfigurableElement*, CSyncerSet*> _configurableElementToSyncerSetMap;
216 CSyncerSet _syncerSet;
DConfigurableDomain.cpp522 void CConfigurableDomain::apply(CParameterBlackboard* pParameterBlackboard, CSyncerSet* pSyncerSet,… in apply()
584 const CSyncerSet* pSyncerSet = mapIt->second; in computeSyncSet()
613 CSyncerSet* pSyncerSet = getSyncerSet(pConfigurableElement); in createConfiguration()
1045 CSyncerSet* pSyncerSet = new CSyncerSet; in doAddConfigurableElement()
1087 CSyncerSet* pSyncerSet = getSyncerSet(pConfigurableElement); in doRemoveConfigurableElement()
1114 CSyncerSet* CConfigurableDomain::getSyncerSet(const CConfigurableElement* pConfigurableElement) con… in getSyncerSet()
DDomainConfiguration.h41 class CSyncerSet; variable
55 …void addConfigurableElement(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pS…
DAreaConfiguration.cpp36 …:CAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet) in CAreaConfiguration()
43 …aConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet, uin… in CAreaConfiguration()
DConfigurableElement.cpp131 CAreaConfiguration* CConfigurableElement::createAreaConfiguration(const CSyncerSet* pSyncerSet) con… in createAreaConfiguration()
253 void CConfigurableElement::fillSyncerSet(CSyncerSet& syncerSet) const in fillSyncerSet()
271 void CConfigurableElement::fillSyncerSetFromDescendant(CSyncerSet& syncerSet) const in fillSyncerSetFromDescendant()
DHardwareBackSynchronizer.h45 CSyncerSet _backSyncerSet;
DBitwiseAreaConfiguration.h39 …CBitwiseAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyn…
DConfigurableDomains.h40 class CSyncerSet; variable
127 … void apply(CParameterBlackboard* pParameterBlackboard, CSyncerSet& syncerSet, bool bForce) const;
DSystemClass.h67 void checkForSubsystemsToResync(CSyncerSet& syncerSet);
DBitParameter.h55 virtual CAreaConfiguration* createAreaConfiguration(const CSyncerSet* pSyncerSet) const;
DBitwiseAreaConfiguration.cpp36 …seAreaConfiguration(const CConfigurableElement *pConfigurableElement, const CSyncerSet *pSyncerSet) in CBitwiseAreaConfiguration()
DInstanceConfigurableElement.h112 virtual void fillSyncerSetFromDescendant(CSyncerSet& syncerSet) const;
DBitParameter.cpp175 CAreaConfiguration* CBitParameter::createAreaConfiguration(const CSyncerSet* pSyncerSet) const in createAreaConfiguration()
DInstanceConfigurableElement.cpp167 void CInstanceConfigurableElement::fillSyncerSetFromDescendant(CSyncerSet& syncerSet) const in fillSyncerSetFromDescendant()
DSystemClass.cpp280 void CSystemClass::checkForSubsystemsToResync(CSyncerSet& syncerSet) in checkForSubsystemsToResync()
DDomainConfiguration.cpp217 …ConfigurableElement(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet) in addConfigurableElement()
DConfigurableDomains.cpp71 void CConfigurableDomains::apply(CParameterBlackboard* pParameterBlackboard, CSyncerSet& syncerSet,… in apply()
DParameterMgr.cpp1972 CSyncerSet syncerSet; in sync()
2608 CSyncerSet syncerSet; in doApplyConfigurations()