Home
last modified time | relevance | path

Searched defs:stmt (Results 1 - 25 of 52) sorted by relevance

123

/foundation/distributeddatamgr/relational_store/test/native/rdb/fuzztest/rdstatement_fuzzer/
H A Drdstatement_fuzzer.cpp25 auto stmt = std::make_shared<RdStatement>(); in RdStatementPrepareFuzz() local
/foundation/communication/dsoftbus/core/common/include/
H A Dsqlite3_utils.h41 sqlite3_stmt *stmt; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Dnative_sqlite.cpp56 sqlite3_stmt *stmt = nullptr; in ExecSql() local
/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_sqlite_statement.cpp36 sqlite3_stmt *stmt = nullptr; in Prepare() local
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dmock.cpp41 __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 Dtracker_table.cpp267 sqlite3_stmt *stmt = nullptr; in ReBuildTempTrigger() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_remote_query_test.cpp105 sqlite3_stmt *stmt = nullptr; in InsertData() local
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp1085 sqlite3_stmt *stmt = nullptr; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_continue_token.cpp90 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 Dsqlite_relational_utils.cpp75 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 Dsqlite_single_ver_storage_executor_subscribe.cpp45 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 Dsqlite_single_ver_storage_executor_extend.cpp276 sqlite3_stmt *stmt = nullptr; in GetEntries() local
402 sqlite3_stmt *stmt = nullptr; in RemoveCloudUploadFlag() local
[all...]
H A Dsqlite_single_ver_continue_token.cpp152 sqlite3_stmt *&stmt = res.second; in GetCloudQueryStmt() local
H A Dsqlite_single_ver_storage_executor_cache.cpp305 sqlite3_stmt *stmt = nullptr; in CheckDataWithQuery() local
607 sqlite3_stmt *stmt = nullptr; in GetExpandedCheckSql() local
[all...]
H A Dsqlite_single_ver_database_upgrader.cpp385 sqlite3_stmt *stmt = nullptr; in GetLocalTimeOffset() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_data_inserter.cpp110 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 Drd_sqlite_utils.cpp249 sqlite3_stmt *stmt = nullptr; in ExecSql() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dshare_block.cpp99 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 Drd_utils.cpp147 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 Drd_connection.cpp182 auto stmt = std::make_shared<RdStatement>(); in CreateStatement() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_tracker_table_test.cpp147 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 Dstorage_fuzzer.cpp299 sqlite3_stmt *stmt = nullptr; in GetHashKey() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_execute_rd_test.cpp261 GRD_SqlStmt *stmt = nullptr; in HWTEST_P() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_save_cloud_data_test.cpp179 sqlite3_stmt *stmt = nullptr; in PrepareDataBaseForAsset() local
[all...]
H A Ddistributeddb_cloud_assets_operation_sync_test.cpp223 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...]

Completed in 25 milliseconds

123