Home
last modified time | relevance | path

Searched refs:EnableManualSync (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsyncer_proxy.cpp162 int SyncerProxy::EnableManualSync(void) in EnableManualSync() function in DistributedDB::SyncerProxy
167 return syncer_->EnableManualSync(); in EnableManualSync()
H A Dgeneric_syncer.h79 int EnableManualSync(void) override;
H A Dgeneric_syncer.cpp720 int GenericSyncer::EnableManualSync(void) in EnableManualSync() function in DistributedDB::GenericSyncer
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb_connection.h54 int EnableManualSync();
H A Dsync_able_kvdb_connection.cpp238 int SyncAbleKvDBConnection::EnableManualSync(void) in EnableManualSync() function in DistributedDB::SyncAbleKvDBConnection
244 return kvDB->EnableManualSync(); in EnableManualSync()
H A Dsync_able_kvdb.h75 int EnableManualSync(void);
H A Dsync_able_kvdb.cpp353 int SyncAbleKvDB::EnableManualSync(void) in EnableManualSync() function in DistributedDB::SyncAbleKvDB
355 return syncer_.EnableManualSync(); in EnableManualSync()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/include/
H A Dsyncer_proxy.h85 int EnableManualSync(void) override;
H A Disyncer.h104 virtual int EnableManualSync(void) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.cpp493 EnableManualSync(); in Rekey()
527 EnableManualSync(); in Import()
745 EnableManualSync(); in CheckMonoStatus()
755 EnableManualSync(); in CheckMonoStatus()
763 EnableManualSync(); in CheckMonoStatus()
775 EnableManualSync(); in CheckMonoStatus()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store_connection.cpp477 EnableManualSync(); in CheckRdMonoStatus()