Home
last modified time | relevance | path

Searched defs:pSyncerSet (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/parameter/
DAreaConfiguration.cpp36 …:CAreaConfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet) in CAreaConfiguration()
43 …nfiguration(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet, uint32… in CAreaConfiguration()
DBitwiseAreaConfiguration.cpp36 …seAreaConfiguration(const CConfigurableElement *pConfigurableElement, const CSyncerSet *pSyncerSet) in CBitwiseAreaConfiguration()
DConfigurableDomain.cpp522 void CConfigurableDomain::apply(CParameterBlackboard* pParameterBlackboard, CSyncerSet* pSyncerSet,… in apply()
584 const CSyncerSet* pSyncerSet = mapIt->second; in computeSyncSet() local
613 CSyncerSet* pSyncerSet = getSyncerSet(pConfigurableElement); in createConfiguration() local
1045 CSyncerSet* pSyncerSet = new CSyncerSet; in doAddConfigurableElement() local
1087 CSyncerSet* pSyncerSet = getSyncerSet(pConfigurableElement); in doRemoveConfigurableElement() local
DDomainConfiguration.cpp217 …ConfigurableElement(const CConfigurableElement* pConfigurableElement, const CSyncerSet* pSyncerSet) in addConfigurableElement()