Home
last modified time | relevance | path

Searched refs:bSync (Results 1 – 8 of 8) sorted by relevance

/external/parameter-framework/upstream/parameter/
DAreaConfiguration.cpp58 bool CAreaConfiguration::restore(CParameterBlackboard *pMainBlackboard, bool bSync, in restore() argument
66 return !bSync || _pSyncerSet->sync(*pMainBlackboard, false, errors); in restore()
DAreaConfiguration.h58 bool restore(CParameterBlackboard *pMainBlackboard, bool bSync, core::Results *errors) const;
DDomainConfiguration.cpp336 bool CDomainConfiguration::restore(CParameterBlackboard *pMainBlackboard, bool bSync, in restore() argument
341 return conf->restore(pMainBlackboard, bSync, errors) && accumulator; in restore()
DDomainConfiguration.h94 bool restore(CParameterBlackboard *pMainBlackboard, bool bSync,
DConfigurableDomain.cpp569 bool bSync = !pSyncerSet && _bSequenceAware; in apply() local
572 pApplicableDomainConfiguration->restore(pParameterBlackboard, bSync, nullptr); in apply()
/external/sqlite/dist/orig/
Dsqlite3.c65354 int bSync = 1;
65358 bSync = (w.iSyncPoint==iOffset);
65359 testcase( bSync );
65368 if( bSync ){
/external/sqlite/dist/
Dsqlite3.c65370 int bSync = 1;
65374 bSync = (w.iSyncPoint==iOffset);
65375 testcase( bSync );
65384 if( bSync ){
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c63513 int bSync = 1;
63517 bSync = (w.iSyncPoint==iOffset);
63518 testcase( bSync );
63527 if( bSync ){