OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pSyncerSet
(Results
1 - 10
of
10
) sorted by null
/external/parameter-framework/upstream/parameter/
BitwiseAreaConfiguration.h
40
const CSyncerSet *
pSyncerSet
);
AreaConfiguration.h
44
const CSyncerSet *
pSyncerSet
);
88
const CSyncerSet *
pSyncerSet
, size_t size);
AreaConfiguration.cpp
36
const CSyncerSet *
pSyncerSet
)
37
: _pConfigurableElement(pConfigurableElement), _pSyncerSet(
pSyncerSet
)
44
const CSyncerSet *
pSyncerSet
, size_t size)
45
: _pConfigurableElement(pConfigurableElement), _pSyncerSet(
pSyncerSet
)
BitwiseAreaConfiguration.cpp
37
const CConfigurableElement *pConfigurableElement, const CSyncerSet *
pSyncerSet
)
38
: base(pConfigurableElement,
pSyncerSet
,
BitParameter.h
57
CAreaConfiguration *createAreaConfiguration(const CSyncerSet *
pSyncerSet
) const override;
ConfigurableDomain.cpp
542
void CConfigurableDomain::apply(CParameterBlackboard *pParameterBlackboard, CSyncerSet *
pSyncerSet
,
547
if (!
pSyncerSet
^ _bSequenceAware) {
569
bool bSync = !
pSyncerSet
&& _bSequenceAware;
578
if (
pSyncerSet
&& !_bSequenceAware) {
581
*
pSyncerSet
+= _syncerSet;
610
const CSyncerSet *
pSyncerSet
= mapIt->second;
612
_syncerSet += *
pSyncerSet
;
641
CSyncerSet *
pSyncerSet
= getSyncerSet(pConfigurableElement);
644
pDomainConfiguration->addConfigurableElement(pConfigurableElement,
pSyncerSet
);
[
all
...]
BitParameter.cpp
182
CAreaConfiguration *CBitParameter::createAreaConfiguration(const CSyncerSet *
pSyncerSet
) const
184
return new CBitwiseAreaConfiguration(this,
pSyncerSet
);
ConfigurableElement.h
109
virtual CAreaConfiguration *createAreaConfiguration(const CSyncerSet *
pSyncerSet
) const;
ConfigurableElement.cpp
197
const CSyncerSet *
pSyncerSet
) const
199
return new CAreaConfiguration(this,
pSyncerSet
);
ConfigurableDomain.h
138
* @param[in]
pSyncerSet
pointer to the set containing application syncers
142
void apply(CParameterBlackboard *pParameterBlackboard, CSyncerSet *
pSyncerSet
, bool bForced,
Completed in 92 milliseconds