Home
last modified time | relevance | path

Searched refs:CleanCloudData (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dmock_icloud_sync_storage_interface.h45 MOCK_METHOD4(CleanCloudData, int(ClearMode mode, const std::vector<std::string> &tableNameList,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp260 …EXPECT_EQ(proxyObj.CleanCloudData(ClearMode::DEFAULT, strVec, localSchema, assets), -E_INVALID_DB);
354 … EXPECT_EQ(obj.CleanCloudData(ClearMode::DEFAULT, strVec, localSchema, assets), -E_INVALID_DB);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dstorage_proxy.h85 int CleanCloudData(ClearMode mode, const std::vector<std::string> &tableNameList,
H A Dicloud_sync_storage_interface.h133 virtual int CleanCloudData(ClearMode mode, const std::vector<std::string> &tableNameList, in CleanCloudData() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.h53 int CleanCloudData(ClearMode mode);
H A Dsqlite_relational_store_connection.cpp196 int errCode = store->CleanCloudData(mode); in DoClean()
H A Dsqlite_relational_store.cpp489 int SQLiteRelationalStore::CleanCloudData(ClearMode mode) in CleanCloudData() function in DistributedDB::SQLiteRelationalStore
517 int errCode = cloudSyncer_->CleanCloudData(mode, cloudTableNameList, localSchema); in CleanCloudData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp323 int StorageProxy::CleanCloudData(ClearMode mode, const std::vector<std::string> &tableNameList, in CleanCloudData() function in DistributedDB::StorageProxy
334 return store_->CleanCloudData(mode, tableNameList, localSchema, assets); in CleanCloudData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h174 int CleanCloudData(ClearMode mode, const std::vector<std::string> &tableNameList,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.h58 int CleanCloudData(ClearMode mode, const std::vector<std::string> &tableNameList,
H A Dcloud_syncer.cpp1655 int CloudSyncer::CleanCloudData(ClearMode mode, const std::vector<std::string> &tableNameList, in CleanCloudData() function in DistributedDB::CloudSyncer
1676 errCode = storageProxy_->CleanCloudData(mode, tableNameList, localSchema, assets); in CleanCloudData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1304 int RelationalSyncAbleStorage::CleanCloudData(ClearMode mode, const std::vector<std::string> &table… in CleanCloudData() function in DistributedDB::RelationalSyncAbleStorage