/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_sqlite_relational_utils_test.cpp | 53 void CreateUserDBAndTable(); 73 CreateUserDBAndTable(); in SetUp() 85 void DistributedDBSqliteRelationalUtilsTest::CreateUserDBAndTable() in CreateUserDBAndTable() function in __anon642cbd540110::DistributedDBSqliteRelationalUtilsTest
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | cloud_db_sync_utils_test.h | 49 static void CreateUserDBAndTable(sqlite3 *&db, std::string sql);
|
H A D | distributeddb_cloud_table_compound_primary_key_sync_test.cpp | 118 CloudDBSyncUtilsTest::CreateUserDBAndTable(db, CREATE_LOCAL_TABLE_COMPOUND_PRIMARY_KEY_SQL); in SetUp()
|
H A D | distributeddb_cloud_table_without_primary_key_sync_test.cpp | 183 CloudDBSyncUtilsTest::CreateUserDBAndTable(db, CREATE_LOCAL_TABLE_WITHOUT_PRIMARY_KEY_SQL); in SetUp()
|
H A D | cloud_db_sync_utils_test.cpp | 73 void CloudDBSyncUtilsTest::CreateUserDBAndTable(sqlite3 *&db, std::string sql) in CreateUserDBAndTable() function in DistributedDB::CloudDBSyncUtilsTest
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_task_merge_test.cpp | 72 void CreateUserDBAndTable(sqlite3 *&db) in CreateUserDBAndTable() function 139 CreateUserDBAndTable(db_); in SetUp()
|
H A D | distributeddb_cloud_assets_operation_sync_test.cpp | 54 void CreateUserDBAndTable(sqlite3 *&db) in CreateUserDBAndTable() function 142 CreateUserDBAndTable(db_); in SetUp()
|
H A D | distributeddb_cloud_check_sync_test.cpp | 65 void CreateUserDBAndTable(sqlite3 *&db) in CreateUserDBAndTable() function 226 CreateUserDBAndTable(db_); in SetUp()
|
H A D | distributeddb_cloud_interfaces_relational_sync_test.cpp | 128 void CreateUserDBAndTable(sqlite3 *&db) in CreateUserDBAndTable() function 1115 CreateUserDBAndTable(db); in SetUp()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_cloud_interfaces_set_cloud_schema_test.cpp | 124 void CreateUserDBAndTable(); 160 CreateUserDBAndTable(); in SetUp() 186 void DistributedDBCloudInterfacesSetCloudSchemaTest::CreateUserDBAndTable() in CreateUserDBAndTable() function in __anon8f2187a20110::DistributedDBCloudInterfacesSetCloudSchemaTest
|
H A D | distributeddb_cloud_interfaces_relational_remove_device_data_test.cpp | 133 void CreateUserDBAndTable(sqlite3 *&db) in CreateUserDBAndTable() function 588 CreateUserDBAndTable(db); in SetUp()
|