/external/parameter-framework/parameter/ |
D | SyncerSet.cpp | 33 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()
|
D | SyncerSet.h | 39 class CSyncerSet 43 CSyncerSet(); 46 const CSyncerSet& operator+=(ISyncer* pRightSyncer); 47 const CSyncerSet& operator+=(const CSyncerSet& rightSyncerSet);
|
D | ConfigurableElement.h | 37 class CSyncerSet; variable 61 void fillSyncerSet(CSyncerSet& syncerSet) const; 95 virtual CAreaConfiguration* createAreaConfiguration(const CSyncerSet* pSyncerSet) const; 128 virtual void fillSyncerSetFromDescendant(CSyncerSet& syncerSet) const;
|
D | AreaConfiguration.h | 43 …CAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet); 86 …CAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet,… 105 const CSyncerSet* _pSyncerSet;
|
D | ConfigurableDomain.h | 49 …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;
|
D | ConfigurableDomain.cpp | 522 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()
|
D | DomainConfiguration.h | 41 class CSyncerSet; variable 55 …void addConfigurableElement(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pS…
|
D | AreaConfiguration.cpp | 36 …:CAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet) in CAreaConfiguration() 43 …aConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet, uin… in CAreaConfiguration()
|
D | ConfigurableElement.cpp | 131 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()
|
D | HardwareBackSynchronizer.h | 45 CSyncerSet _backSyncerSet;
|
D | BitwiseAreaConfiguration.h | 39 …CBitwiseAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyn…
|
D | ConfigurableDomains.h | 40 class CSyncerSet; variable 127 … void apply(CParameterBlackboard* pParameterBlackboard, CSyncerSet& syncerSet, bool bForce) const;
|
D | SystemClass.h | 67 void checkForSubsystemsToResync(CSyncerSet& syncerSet);
|
D | BitParameter.h | 55 virtual CAreaConfiguration* createAreaConfiguration(const CSyncerSet* pSyncerSet) const;
|
D | BitwiseAreaConfiguration.cpp | 36 …seAreaConfiguration(const CConfigurableElement *pConfigurableElement, const CSyncerSet *pSyncerSet) in CBitwiseAreaConfiguration()
|
D | InstanceConfigurableElement.h | 112 virtual void fillSyncerSetFromDescendant(CSyncerSet& syncerSet) const;
|
D | BitParameter.cpp | 175 CAreaConfiguration* CBitParameter::createAreaConfiguration(const CSyncerSet* pSyncerSet) const in createAreaConfiguration()
|
D | InstanceConfigurableElement.cpp | 167 void CInstanceConfigurableElement::fillSyncerSetFromDescendant(CSyncerSet& syncerSet) const in fillSyncerSetFromDescendant()
|
D | SystemClass.cpp | 280 void CSystemClass::checkForSubsystemsToResync(CSyncerSet& syncerSet) in checkForSubsystemsToResync()
|
D | DomainConfiguration.cpp | 217 …ConfigurableElement(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet) in addConfigurableElement()
|
D | ConfigurableDomains.cpp | 71 void CConfigurableDomains::apply(CParameterBlackboard* pParameterBlackboard, CSyncerSet& syncerSet,… in apply()
|
D | ParameterMgr.cpp | 1972 CSyncerSet syncerSet; in sync() 2608 CSyncerSet syncerSet; in doApplyConfigurations()
|