Home
last modified time | relevance | path

Searched refs:DistributedDBCloudKvSyncerTest (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kv_syncer_test.cpp45 class DistributedDBCloudKvSyncerTest : public testing::Test { class
75 void DistributedDBCloudKvSyncerTest::SetUpTestCase() in SetUpTestCase()
94 void DistributedDBCloudKvSyncerTest::TearDownTestCase() in TearDownTestCase()
101 void DistributedDBCloudKvSyncerTest::SetUp() in SetUp()
128 void DistributedDBCloudKvSyncerTest::TearDown() in TearDown()
191 DataBaseSchema DistributedDBCloudKvSyncerTest::GetDataBaseSchema(bool invalidSchema) in GetDataBaseSchema()
215 void DistributedDBCloudKvSyncerTest::GetSingleStore() in GetSingleStore()
231 void DistributedDBCloudKvSyncerTest::ReleaseSingleStore() in ReleaseSingleStore()
316 HWTEST_F(DistributedDBCloudKvSyncerTest, UploadAbnormalSync001, TestSize.Level0)
366 HWTEST_F(DistributedDBCloudKvSyncerTest, UploadAbnormalSync002, TestSize.Level0)
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/
H A DBUILD.gn827 distributeddb_unittest("DistributedDBCloudKvSyncerTest") {