| /foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
| H A D | rdb_store_configv2_test.cpp | 108 char insertSql[] = "INSERT INTO t1 VALUES(2, '[1, 2, 3, 4]');"; in VdbTest002() local
|
| /foundation/distributeddatamgr/relational_store/test/native/rdb_data_share_adapter/unittest/ |
| H A D | rdb_data_share_adapter_test.cpp | 106 std::string insertSql = "INSERT INTO test (data1, data2, data3, data4) VALUES (?, ?, ?, ?);"; in GenerateDefaultTable() local
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/photo_album_test/src/ |
| H A D | photo_album_test.cpp | 432 string insertSql = "INSERT INTO " + PhotoAlbumColumns::TABLE + " (" + PhotoAlbumColumns::ALBUM_TYPE + ", " + local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
| H A D | distributeddb_cloud_save_cloud_data_test.cpp | 508 void PrimaryKeyCollateTest(const std::string &createSql, const std::string &insertSql, in PrimaryKeyCollateTest() argument 563 std::string insertSql = "insert into " + g_tableName + " values('abcd', '10');"; in HWTEST_F() local 578 std::string insertSql = "insert into " + g_tableName + " values('abcd', '10');"; in HWTEST_F() local 593 std::string insertSql = "insert into " + g_tableName + " values('abcd');"; in HWTEST_F() local 608 std::string insertSql = "insert into " + g_tableName + " values('abcd', 10);"; in HWTEST_F() local 623 std::string insertSql = "insert into " + g_tableName + " values('abcd', '10');"; HWTEST_F() local 639 std::string insertSql = "insert into " + g_tableName + " values('abcd', 'ab');"; HWTEST_F() local 655 std::string insertSql = "insert into " + g_tableName + " values('abcd', 'aB');"; HWTEST_F() local 671 std::string insertSql = "insert into " + g_tableName + " values('abcd', 'aB');"; HWTEST_F() local 686 std::string insertSql = "insert into " + g_tableName + " values('abcd ', '10');"; HWTEST_F() local 701 std::string insertSql = "insert into " + g_tableName + " values('abcd_', '10');"; HWTEST_F() local 716 std::string insertSql = "insert into " + g_tableName + " values('abcd ');"; HWTEST_F() local 731 std::string insertSql = "insert into " + g_tableName + " values('abcd ', '10');"; HWTEST_F() local 747 std::string insertSql = "insert into " + g_tableName + " values('abcd ', 'ab');"; HWTEST_F() local 763 std::string insertSql = "insert into " + g_tableName + " values('abcd ', 'aB ');"; HWTEST_F() local 779 std::string insertSql = "insert into " + g_tableName + " values('abcd ', 'ab');"; HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| H A D | distributeddb_interfaces_relational_sync_test.cpp | 502 std::string insertSql = "insert into student_1 (id, name, level, score) values (1001, 'xue', 2, 95);"; in HWTEST_F() local 566 std::string insertSql = "INSERT INTO sync_data VALUES(?, ?, ?, ?, ?, ?, ?, ?)"; in PrepareSyncData() local 721 std::string insertSql = "insert into student_1 (id, name, level, score) values (1001, 'xue', 2, 95);"; in HWTEST_F() local 820 std::string insertSql = "insert into student_1 (id, name, level, score) values (1001, 'xue', 4, 95);"; in HWTEST_F() local 907 std::string insertSql = "INSERT INTO tbl_all_type VALUES(?, ?, ?, ?, ?, ?)"; in HWTEST_F() local 1025 std::string insertSql = "SELECT * FROM " + devictTbl; HWTEST_F() local [all...] |
| H A D | distributeddb_interfaces_relational_test.cpp | 1656 std::string insertSql = "INSERT INTO 'create' values(1001, 'create', 'text')"; in HWTEST_F() local
|
| /foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
| H A D | rdb_step_result_set_test.cpp | 113 std::string insertSql = "INSERT INTO test (data1, data2, data3, data4) VALUES (?, ?, ?, ?);";
in GenerateDefaultTable() local 1268 std::string insertSql = "INSERT INTO test (data1, data2, data3, data4) VALUES (?, ?, ?, ?);";
in HWTEST_F() local 1302 std::string insertSql = "INSERT INTO test (data1, data2, data3, data4) VALUES (?, ?, ?, ?);";
in HWTEST_F() local
|
| /test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreNdktestHvigor/entry/src/main/cpp/ |
| H A D | napi_init.cpp | 239 char insertSql[] = "INSERT INTO t1 VALUES(2, '[1, 2, 3, 4]');";
in OH_Rdb_SetDbType_SQLITE_0200() local 294 char insertSql[] = "INSERT INTO t1 VALUES(2, '[1, 2, 3, 4]');";
in OH_Rdb_SetDbType_SQLITE_0300() local 343 char insertSql[] = "INSERT INTO t1 VALUES(2, '[1, 2, 3, 4]');";
in OH_Rdb_SetDbType_SQLITE_Id_0100() local 392 char insertSql[] = "INSERT INTO t1 VALUES(2, '[1, 2, 3, 4]');";
in OH_Rdb_SetDbType_SQLITE_Id_0200() local
|
| /foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
| H A D | backup_database_utils.cpp | 662 std::string insertSql = in UpdateAnalysisPhotoMapStatus() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| H A D | sqlite_single_ver_storage_executor.cpp | 1139 int SQLiteSingleVerStorageExecutor::PrepareForSavingData(const std::string &readSql, const std::string &insertSql, in PrepareForSavingData() argument
|