Home
last modified time | relevance | path

Searched refs:TABLE_NAME_1 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp34 constexpr auto TABLE_NAME_1 = "tableName1"; variable
164 SetAndGetWaterMark(TABLE_NAME_1, UINT64_MAX);
165 SetAndGetWaterMark(TABLE_NAME_1, UINT64_MAX + 1);
177 SetAndGetWaterMark(TABLE_NAME_1, "");
178 SetAndGetWaterMark(TABLE_NAME_1, "123");
179 SetAndGetWaterMark(TABLE_NAME_1, "1234567891012112345678910121");
180 SetAndGetWaterMark(TABLE_NAME_1, "ABCDEFGABCDEFGABCDEFGABCDEFG");
181 SetAndGetWaterMark(TABLE_NAME_1, "abcdefgabcdefgabcdefgabcdefg");
183 SetAndGetWaterMark(TABLE_NAME_1, "123456_GABEFGab@中文字符cdefg");
294 EXPECT_EQ(proxyObj.CheckSchema(TABLE_NAME_1), -E_INVALID_DB);
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_cloud_schema_mgr_test.cpp35 constexpr auto TABLE_NAME_1 = "tableName1"; variable
76 .name = TABLE_NAME_1,
224 .name = TABLE_NAME_1,
286 EXPECT_EQ(g_schemaMgr->ChkSchema(TABLE_NAME_1, localSchema), -E_SCHEMA_MISMATCH);
474 table2.SetTableName(TABLE_NAME_1);
492 EXPECT_EQ(g_schemaMgr->ChkSchema(TABLE_NAME_1, localSchema), E_OK);
496 EXPECT_EQ(g_schemaMgr->ChkSchema(TABLE_NAME_1, localSchema), -E_SCHEMA_MISMATCH);
649 table1.SetTableName(TABLE_NAME_1);
670 EXPECT_EQ(g_schemaMgr->ChkSchema(TABLE_NAME_1, localSchema), E_OK);
685 table.SetTableName(TABLE_NAME_1);
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/storage_fuzzer/
H A Dstorage_fuzzer.cpp45 TableName TABLE_NAME_1 = "tableName1"; variable
103 if (!SetAndGetLocalWaterMark(TABLE_NAME_1, fuzzData.GetUInt64())) { in FuzzTest()
108 if (!SetAndGetCloudWaterMark(TABLE_NAME_1, cloudMark)) { in FuzzTest()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_upload_test.cpp31 constexpr auto TABLE_NAME_1 = "tableName1"; variable