Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dmock_icloud_sync_storage_interface.h48 MOCK_METHOD1(SetLogTriggerStatus, int(bool));
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.h71 int SetLogTriggerStatus(bool status) override;
H A Dsqlite_cloud_kv_store.cpp372 int SqliteCloudKvStore::SetLogTriggerStatus(bool status) in SetLogTriggerStatus() function in DistributedDB::SqliteCloudKvStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp296 EXPECT_EQ(proxyObj.SetLogTriggerStatus(true), -E_INVALID_DB);
355 EXPECT_EQ(obj.SetLogTriggerStatus(true), -E_INVALID_DB);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dstorage_proxy.h101 int SetLogTriggerStatus(bool status);
H A Dicloud_sync_storage_interface.h144 virtual int SetLogTriggerStatus(bool status) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp428 int StorageProxy::SetLogTriggerStatus(bool status) in SetLogTriggerStatus() function in DistributedDB::StorageProxy
434 return store_->SetLogTriggerStatus(status); in SetLogTriggerStatus()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp175 errCode = SetLogTriggerStatus(false); in GeneLogInfoForExistedData()
267 return SetLogTriggerStatus(true); in CreateDistributedTable()
1041 int errCode = SetLogTriggerStatus(false); in SaveSyncItems()
1052 errCode = SetLogTriggerStatus(true); in SaveSyncItems()
1501 int SQLiteSingleVerRelationalStorageExecutor::SetLogTriggerStatus(bool status) in SetLogTriggerStatus() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp198 errCode = SetLogTriggerStatus(false); in FillCloudAssetForUpload()
234 int endCode = SetLogTriggerStatus(true); in FillCloudAssetForUpload()
367 errCode = SetLogTriggerStatus(true); in CreateTrackerTable()
495 int errCode = SetLogTriggerStatus(false); in UpgradedLogForExistedData()
509 return SetLogTriggerStatus(true); in UpgradedLogForExistedData()
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp298 int errCode = SetLogTriggerStatus(false); in DoCleanInner()
324 errCode = SetLogTriggerStatus(true); in DoCleanInner()
619 int errCode = SetLogTriggerStatus(false); in PutCloudSyncData()
627 int ret = SetLogTriggerStatus(true); in PutCloudSyncData()
H A Dsqlite_single_ver_relational_storage_executor.h145 int SetLogTriggerStatus(bool status);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h179 int SetLogTriggerStatus(bool status) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer_extend.cpp411 int errCode = storageProxy_->SetLogTriggerStatus(false); in CommitDownloadAssets()
451 int ret = storageProxy_->SetLogTriggerStatus(true); in CommitDownloadAssets()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1364 int RelationalSyncAbleStorage::SetLogTriggerStatus(bool status) in SetLogTriggerStatus() function in DistributedDB::RelationalSyncAbleStorage
1371 errCode = handle->SetLogTriggerStatus(status); in SetLogTriggerStatus()