Home
last modified time | relevance | path

Searched refs:EnableAutoSync (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb_connection.cpp60 errCode = EnableAutoSync(*(static_cast<bool *>(parameter))); }}, in InitPragmaFunc()
162 int SyncAbleKvDBConnection::EnableAutoSync(bool enable) in EnableAutoSync() function in DistributedDB::SyncAbleKvDBConnection
168 kvDB->EnableAutoSync(enable); in EnableAutoSync()
H A Dsync_able_kvdb_connection.h63 int EnableAutoSync(bool enable);
H A Dsync_able_kvdb.h49 void EnableAutoSync(bool enable);
H A Dsync_able_kvdb.cpp97 void SyncAbleKvDB::EnableAutoSync(bool enable) in EnableAutoSync() function in DistributedDB::SyncAbleKvDB
102 return syncer_.EnableAutoSync(enable); in EnableAutoSync()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsyncer_proxy.cpp99 void SyncerProxy::EnableAutoSync(bool enable) in EnableAutoSync() function in DistributedDB::SyncerProxy
104 syncer_->EnableAutoSync(enable); in EnableAutoSync()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_kv_syncer.h28 void EnableAutoSync(bool enable) override;
H A Dsingle_ver_relational_syncer.h30 void EnableAutoSync(bool enable) override;
H A Dsingle_ver_relational_syncer.cpp153 void SingleVerRelationalSyncer::EnableAutoSync(bool enable) in EnableAutoSync() function in DistributedDB::SingleVerRelationalSyncer
H A Dsingle_ver_kv_syncer.cpp39 void SingleVerKVSyncer::EnableAutoSync(bool enable) in EnableAutoSync() function in DistributedDB::SingleVerKVSyncer
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dmulti_ver_syncer.h30 void EnableAutoSync(bool enable) override;
H A Dmulti_ver_syncer.cpp37 void MultiVerSyncer::EnableAutoSync(bool enable) in EnableAutoSync() function in DistributedDB::MultiVerSyncer
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/include/
H A Dsyncer_proxy.h60 void EnableAutoSync(bool enable) override;
H A Disyncer.h79 virtual void EnableAutoSync(bool enable) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_mock_sync_module_test.cpp60 syncer_.EnableAutoSync(true); in Initialize()
274 syncer->EnableAutoSync(true); in SyncLifeTest001()
301 syncer->EnableAutoSync(true); in SyncLifeTest002()
1109 syncer->EnableAutoSync(true);