Searched refs:AddDeviceSchema (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_relational_sync_test.cpp | 130 void AddDeviceSchema(RelationalVirtualDevice *device, sqlite3 *db, const std::string &name) in AddDeviceSchema() function 199 AddDeviceSchema(g_deviceB, db, "sync_data"); in SetUp() 716 AddDeviceSchema(g_deviceB, db, "student_1"); 777 AddDeviceSchema(g_deviceB, db, "student_1"); 811 AddDeviceSchema(g_deviceB, db, "student_1"); 815 AddDeviceSchema(g_deviceB, db, "student_1"); 862 AddDeviceSchema(g_deviceB, db, "student_1"); 904 AddDeviceSchema(g_deviceB, db, "tbl_all_type"); 1005 AddDeviceSchema(g_deviceB, db, "tbl_all_type"); 1108 AddDeviceSchema(g_deviceB, db, "t2");
|
H A D | distributeddb_interfaces_relational_test.cpp | 1196 void AddDeviceSchema(RelationalVirtualDevice *device, sqlite3 *db, const std::string &name) in AddDeviceSchema() function 1235 AddDeviceSchema(g_deviceB, db, "t1"); 1296 AddDeviceSchema(g_deviceB, db, "t1"); in TestRemoveDeviceDataWithCallback() 1385 AddDeviceSchema(g_deviceB, db, "sync_data"); 1429 AddDeviceSchema(g_deviceB, db, "t2");
|