Home
last modified time | relevance | path

Searched refs:ClearAllTempSyncTrigger (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp301 EXPECT_EQ(proxyObj.ClearAllTempSyncTrigger(), -E_INVALID_DB);
389 EXPECT_EQ(obj.ClearAllTempSyncTrigger(), -E_INVALID_DB);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dstorage_proxy.h114 int ClearAllTempSyncTrigger();
H A Dicloud_sync_storage_interface.h166 virtual int ClearAllTempSyncTrigger() in ClearAllTempSyncTrigger() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp504 int StorageProxy::ClearAllTempSyncTrigger() in ClearAllTempSyncTrigger() function in DistributedDB::StorageProxy
511 return store_->ClearAllTempSyncTrigger(); in ClearAllTempSyncTrigger()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h196 int ClearAllTempSyncTrigger() override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1527 int RelationalSyncAbleStorage::ClearAllTempSyncTrigger() in ClearAllTempSyncTrigger() function in DistributedDB::RelationalSyncAbleStorage
1534 errCode = handle->ClearAllTempSyncTrigger(); in ClearAllTempSyncTrigger()
1786 (void) handle->ClearAllTempSyncTrigger(); in UpsertDataInner()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h157 int ClearAllTempSyncTrigger();
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp552 int SQLiteSingleVerRelationalStorageExecutor::ClearAllTempSyncTrigger() in ClearAllTempSyncTrigger() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.cpp1128 (void)storageProxy_->ClearAllTempSyncTrigger(); in DoDownload()