/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_relational_test.cpp | 199 RelationalTestUtils::CreateDeviceTable(db, "sync_data", "DEVICE_A"); in NoramlCreateDistributedTableTest() 705 RelationalTestUtils::CreateDeviceTable(db, "sync_data", "DEVICE_A"); in TableModifyTest() 706 RelationalTestUtils::CreateDeviceTable(db, "sync_data", "DEVICE_B"); in TableModifyTest() 707 RelationalTestUtils::CreateDeviceTable(db, "sync_data", "DEVICE_C"); in TableModifyTest() 838 RelationalTestUtils::CreateDeviceTable(db, "sync_data", "DEVICE_A"); in UpgradeDistributedTableTest() 839 RelationalTestUtils::CreateDeviceTable(db, "sync_data", "DEVICE_B"); in UpgradeDistributedTableTest() 840 RelationalTestUtils::CreateDeviceTable(db, "sync_data", "DEVICE_C"); in UpgradeDistributedTableTest() 1122 RelationalTestUtils::CreateDeviceTable(db, "sync_data", "DEVICE_A"); 1123 RelationalTestUtils::CreateDeviceTable(db, "sync_data", "DEVICE_B"); 1124 RelationalTestUtils::CreateDeviceTable(db, "sync_data", "DEVICE_C"); [all …]
|
H A D | distributeddb_interfaces_relational_sync_test.cpp | 191 RelationalTestUtils::CreateDeviceTable(db, "sync_data", DEVICE_A); in SetUp() 343 RelationalTestUtils::CreateDeviceTable(db, "student", DEVICE_A); 425 RelationalTestUtils::CreateDeviceTable(db, "student", DEVICE_A); 497 RelationalTestUtils::CreateDeviceTable(db, "student_1", DEVICE_A); 522 RelationalTestUtils::CreateDeviceTable(db, "student_1", DEVICE_A);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/ |
H A D | distributeddb_tools_test.h | 78 static int CreateDeviceTable(sqlite3 *db, const std::string &table, const std::string &device);
|
H A D | distributeddb_tools_test.cpp | 218 int RdbTestUtils::CreateDeviceTable(sqlite3 *db, const std::string &table, const std::string &devic… in CreateDeviceTable() function in DistributedDBTest::RdbTestUtils
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoredelegate_fuzzer/ |
H A D | relationalstoredelegate_fuzzer.cpp | 77 if (RdbTestUtils::CreateDeviceTable(g_db, "sync_data", DEVICE_A) != 0) { in Setup()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_tools_unit_test.h | 342 static void CreateDeviceTable(sqlite3 *db, const std::string &table, const std::string &device);
|
H A D | distributeddb_tools_unit_test.cpp | 1151 void RelationalTestUtils::CreateDeviceTable(sqlite3 *db, const std::string &table, const std::strin… in CreateDeviceTable() function in DistributedDBUnitTest::RelationalTestUtils
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_get_data_test.cpp | 1261 RelationalTestUtils::CreateDeviceTable(db, g_tableName, deviceID_B);
|