Home
last modified time | relevance | path

Searched refs:CreateDeviceTable (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_test.cpp199 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 Ddistributeddb_interfaces_relational_sync_test.cpp191 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 Ddistributeddb_tools_test.h78 static int CreateDeviceTable(sqlite3 *db, const std::string &table, const std::string &device);
H A Ddistributeddb_tools_test.cpp218 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 Drelationalstoredelegate_fuzzer.cpp77 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 Ddistributeddb_tools_unit_test.h342 static void CreateDeviceTable(sqlite3 *db, const std::string &table, const std::string &device);
H A Ddistributeddb_tools_unit_test.cpp1151 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 Ddistributeddb_relational_get_data_test.cpp1261 RelationalTestUtils::CreateDeviceTable(db, g_tableName, deviceID_B);