/foundation/distributeddatamgr/relational_store/test/native/rdb/fuzztest/rdstatement_fuzzer/ |
H A D | rdstatement_fuzzer.cpp | 25 auto stmt = std::make_shared<RdStatement>(); in RdStatementPrepareFuzz() local
|
/foundation/communication/dsoftbus/core/common/include/ |
H A D | sqlite3_utils.h | 41 sqlite3_stmt *stmt; member
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | native_sqlite.cpp | 56 sqlite3_stmt *stmt = nullptr; in ExecSql() local
|
/foundation/communication/netmanager_base/services/netstatsmanager/src/ |
H A D | net_stats_sqlite_statement.cpp | 36 sqlite3_stmt *stmt = nullptr; in Prepare() local
|
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
H A D | mock.cpp | 41 __attribute__((visibility("default"))) int FillSharedBlockOpt(SharedBlockInfo *info, sqlite3_stmt *stmt) in FillSharedBlockOpt() argument 48 __attribute__((visibility("default"))) int FillSharedBlock(SharedBlockInfo *info, sqlite3_stmt *stmt) in FillSharedBlock() argument 55 __attribute__((visibility("default"))) bool ResetStatement(SharedBlockInfo *info, sqlite3_stmt *stmt) in ResetStatement() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | tracker_table.cpp | 267 sqlite3_stmt *stmt = nullptr; in ReBuildTempTrigger() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_remote_query_test.cpp | 105 sqlite3_stmt *stmt = nullptr; in InsertData() local
|
H A D | distributeddb_storage_sqlite_single_ver_natural_executor_test.cpp | 1085 sqlite3_stmt *stmt = nullptr; in HWTEST_F() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_continue_token.cpp | 90 int SQLiteSingleVerRelationalContinueToken::GetQuerySyncStatement(sqlite3 *db, sqlite3_stmt *&stmt) in GetQuerySyncStatement() argument 104 int SQLiteSingleVerRelationalContinueToken::GetMissQueryStatement(sqlite3 *db, sqlite3_stmt *&stmt) in GetMissQueryStatement() argument [all...] |
H A D | sqlite_relational_utils.cpp | 75 std::vector<DataValue> SQLiteRelationalUtils::GetSelectValues(sqlite3_stmt *stmt) in GetSelectValues() argument 238 int SQLiteRelationalUtils::GetSelectVBucket(sqlite3_stmt *stmt, VBucket &bucket) in GetSelectVBucket() argument 270 int SQLiteRelationalUtils::GetTypeValByStatement(sqlite3_stmt *stmt, in argument 316 GetBlobByStatement(sqlite3_stmt *stmt, int cid, Type &typeVal) GetBlobByStatement() argument 366 sqlite3_stmt *stmt = nullptr; SelectServerObserver() local 413 sqlite3_stmt *stmt = nullptr; QueryCount() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor_subscribe.cpp | 45 int SQLiteSingleVerStorageExecutor::CheckMissQueryDataItem(sqlite3_stmt *stmt, const std::string &deviceName, in CheckMissQueryDataItem() argument 74 int SQLiteSingleVerStorageExecutor::CheckMissQueryDataItems(sqlite3_stmt *&stmt, const SqliteQueryHelper &helper, in CheckMissQueryDataItems() argument 115 sqlite3_stmt *stmt = nullptr; in CheckDataWithQuery() local 162 sqlite3_stmt *stmt = nullptr; AddSubscribeTrigger() local 252 sqlite3_stmt *stmt = nullptr; GetTriggers() local [all...] |
H A D | sqlite_single_ver_storage_executor_extend.cpp | 276 sqlite3_stmt *stmt = nullptr; in GetEntries() local 402 sqlite3_stmt *stmt = nullptr; in RemoveCloudUploadFlag() local [all...] |
H A D | sqlite_single_ver_continue_token.cpp | 152 sqlite3_stmt *&stmt = res.second; in GetCloudQueryStmt() local
|
H A D | sqlite_single_ver_storage_executor_cache.cpp | 305 sqlite3_stmt *stmt = nullptr; in CheckDataWithQuery() local 607 sqlite3_stmt *stmt = nullptr; in GetExpandedCheckSql() local [all...] |
H A D | sqlite_single_ver_database_upgrader.cpp | 385 sqlite3_stmt *stmt = nullptr; in GetLocalTimeOffset() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_data_inserter.cpp | 110 int RelationalSyncDataInserter::GetInsertStatement(sqlite3 *db, sqlite3_stmt *&stmt) in GetInsertStatement() argument 138 int RelationalSyncDataInserter::BindInsertStatement(sqlite3_stmt *stmt, const DataItem &dataItem) in BindInsertStatement() argument 176 int RelationalSyncDataInserter::GetDeleteLogStmt(sqlite3 *db, sqlite3_stmt *&stmt) in GetDeleteLogStmt() argument 192 int RelationalSyncDataInserter::GetDeleteSyncDataStmt(sqlite3 *db, sqlite3_stmt *&stmt) in GetDeleteSyncDataStmt() argument 234 PrepareStatement(sqlite3 *db, SaveSyncDataStmt &stmt) PrepareStatement() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/ |
H A D | rd_sqlite_utils.cpp | 249 sqlite3_stmt *stmt = nullptr; in ExecSql() local
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | share_block.cpp | 99 int FillSharedBlockOpt(SharedBlockInfo *info, sqlite3_stmt *stmt)
in FillSharedBlockOpt() argument 136 int FillSharedBlock(SharedBlockInfo *info, sqlite3_stmt *stmt)
in FillSharedBlock() argument 174 void FillRow(SharedBlockInfo *info, sqlite3_stmt *stmt)
in FillRow() argument 329 ResetStatement(SharedBlockInfo *info, sqlite3_stmt *stmt) ResetStatement() argument [all...] |
H A D | rd_utils.cpp | 147 int RdUtils::RdSqlPrepare(GRD_DB *db, const char *str, uint32_t strLen, GRD_SqlStmt **stmt, const char **unusedStr) in RdSqlPrepare() argument 158 int RdUtils::RdSqlReset(GRD_SqlStmt *stmt) in RdSqlReset() argument 169 int RdUtils::RdSqlFinalize(GRD_SqlStmt *stmt) in RdSqlFinalize() argument 185 int RdUtils::RdSqlBindBlob(GRD_SqlStmt *stmt, uint32_t idx, const void *val, int32_t len, void (*freeFunc)(void *)) in RdSqlBindBlob() argument 218 int RdUtils::RdSqlBindText(GRD_SqlStmt *stmt, uint32_t idx, const void *val, int32_t len, void (*freeFunc)(void *)) in RdSqlBindText() argument 246 RdSqlBindInt(GRD_SqlStmt *stmt, uint32_t idx, int32_t val) RdSqlBindInt() argument 257 RdSqlBindInt64(GRD_SqlStmt *stmt, uint32_t idx, int64_t val) RdSqlBindInt64() argument 268 RdSqlBindDouble(GRD_SqlStmt *stmt, uint32_t idx, double val) RdSqlBindDouble() argument 279 RdSqlBindNull(GRD_SqlStmt *stmt, uint32_t idx) RdSqlBindNull() argument 295 RdSqlBindFloatVector(GRD_SqlStmt *stmt, uint32_t idx, float *val, uint32_t dim, void (*freeFunc)(void *)) RdSqlBindFloatVector() argument 324 RdSqlStep(GRD_SqlStmt *stmt) RdSqlStep() argument 335 RdSqlColCnt(GRD_SqlStmt *stmt) RdSqlColCnt() argument 346 RdSqlColType(GRD_SqlStmt *stmt, uint32_t idx) RdSqlColType() argument 357 RdSqlColBytes(GRD_SqlStmt *stmt, uint32_t idx) RdSqlColBytes() argument 368 RdSqlColName(GRD_SqlStmt *stmt, uint32_t idx) RdSqlColName() argument 379 RdSqlColValue(GRD_SqlStmt *stmt, uint32_t idx) RdSqlColValue() argument 390 RdSqlColBlob(GRD_SqlStmt *stmt, uint32_t idx) RdSqlColBlob() argument 401 RdSqlColText(GRD_SqlStmt *stmt, uint32_t idx) RdSqlColText() argument 412 RdSqlColInt(GRD_SqlStmt *stmt, uint32_t idx) RdSqlColInt() argument 423 RdSqlColInt64(GRD_SqlStmt *stmt, uint32_t idx) RdSqlColInt64() argument 434 RdSqlColDouble(GRD_SqlStmt *stmt, uint32_t idx) RdSqlColDouble() argument 445 RdSqlColumnFloatVector(GRD_SqlStmt *stmt, uint32_t idx, uint32_t *dim) RdSqlColumnFloatVector() argument [all...] |
H A D | rd_connection.cpp | 182 auto stmt = std::make_shared<RdStatement>(); in CreateStatement() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_relational_tracker_table_test.cpp | 147 sqlite3_stmt *stmt = nullptr; in CheckExtendAndCursor() local 221 sqlite3_stmt *stmt = nullptr; in CheckDropTableAndReopenDb() local 561 sqlite3_stmt *stmt = nullptr; HWTEST_F() local 885 sqlite3_stmt *stmt = nullptr; HWTEST_F() local 1200 sqlite3_stmt *stmt = nullptr; HWTEST_F() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/storage_fuzzer/ |
H A D | storage_fuzzer.cpp | 299 sqlite3_stmt *stmt = nullptr; in GetHashKey() local
|
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_execute_rd_test.cpp | 261 GRD_SqlStmt *stmt = nullptr; in HWTEST_P() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_save_cloud_data_test.cpp | 179 sqlite3_stmt *stmt = nullptr; in PrepareDataBaseForAsset() local [all...] |
H A D | distributeddb_cloud_assets_operation_sync_test.cpp | 223 sqlite3_stmt *stmt = nullptr; in InsertUserTableRecord() local 436 sqlite3_stmt *stmt = nullptr; in HWTEST_F() local 537 sqlite3_stmt *stmt = nullptr; HWTEST_F() local 634 sqlite3_stmt *stmt = nullptr; InsertLocalAssetData() local [all...] |