Home
last modified time | relevance | path

Searched defs:statement (Results 1 – 25 of 41) sorted by relevance

12

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dstep_result_set.cpp49 auto statement = GetStatement(); in StepResultSet() local
77 auto statement = GetStatement(); in InitRowCount() local
156 auto statement = GetStatement(); in GetColumnNames() local
184 auto statement = GetStatement(); in GetColumnType() local
247 auto statement = GetStatement(); in GoToNextRow() local
332 auto statement = GetStatement(); in Reset() local
357 auto statement = GetStatement(); in GetSize() local
384 auto statement = GetStatement(); in GetValueObject() local
Dshare_block.cpp207 FillOneRowResult FillOneRow(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, int numC… in FillOneRow()
255 FillOneRowResult FillOneRowOfString(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, … in FillOneRowOfString()
275 FillOneRowResult FillOneRowOfLong(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, in… in FillOneRowOfLong()
288 FillOneRowResult FillOneRowOfFloat(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, i… in FillOneRowOfFloat()
301 FillOneRowResult FillOneRowOfBlob(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, in… in FillOneRowOfBlob()
328 FillOneRowResult FillOneRowOfNull(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, in… in FillOneRowOfNull()
Drd_result_set.cpp223 …auto statement = RdStatement::CreateStatement(std::static_pointer_cast<RdConnection>(connection), … in PrepareStep() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_storage_executor_cache.cpp101 sqlite3_stmt *statement = nullptr; in RemoveDeviceDataInCacheMode() local
138 sqlite3_stmt *statement = nullptr; in GetMinVersionCacheData() local
170 sqlite3_stmt *statement = nullptr; in MigrateRmDevData() local
229 sqlite3_stmt *statement = nullptr; in GetMaxVersionInCacheDb() local
275 sqlite3_stmt *statement = migrateSyncStatements_.GetDataSaveStatement(isUpdate); in MigrateDataItem() local
437 sqlite3_stmt *statement = nullptr; in DelCacheDbDataByVersion() local
502 int SQLiteSingleVerStorageExecutor::BindSyncDataInCacheMode(sqlite3_stmt *statement, in BindSyncDataInCacheMode()
546 sqlite3_stmt *statement, const Key &hashKey, uint64_t recordVersion) const in BindPrimaryKeySyncDataInCacheMode()
561 sqlite3_stmt *statement, const DataItem &dataItem) const in BindTimestampSyncDataInCacheMode()
576 int SQLiteSingleVerStorageExecutor::BindDevSyncDataInCacheMode(sqlite3_stmt *statement, in BindDevSyncDataInCacheMode()
[all …]
Dsqlite_multi_ver_transaction.cpp240 sqlite3_stmt *statement = nullptr; in Get() local
262 sqlite3_stmt *statement = nullptr; in GetValueForTrimSlice() local
451 sqlite3_stmt *statement = nullptr; in GetDiffEntries() local
507 sqlite3_stmt *statement = nullptr; in GetMaxVersion() local
535 sqlite3_stmt *statement = nullptr; in ClearEntriesByVersion() local
566 sqlite3_stmt *statement = nullptr; in GetPrePutValues() local
613 sqlite3_stmt *statement = nullptr; in RemovePrePutEntries() local
667 sqlite3_stmt *statement = nullptr; in GetEntriesByVersion() local
701 sqlite3_stmt *statement = nullptr; in GetEntriesByVersion() local
746 sqlite3_stmt *statement = nullptr; in GetCurrentMaxTimestamp() local
[all …]
Dsqlite_local_storage_executor.cpp49 sqlite3_stmt *statement = nullptr; in Get() local
84 sqlite3_stmt *statement = nullptr; in GetEntries() local
193 sqlite3_stmt *statement = nullptr; in Put() local
225 sqlite3_stmt *statement = nullptr; in Delete() local
Dsqlite_single_ver_storage_executor.cpp51 int GetEntryFromStatement(bool isGetValue, sqlite3_stmt *statement, std::vector<Entry> &entries) in GetEntryFromStatement()
125 sqlite3_stmt *statement = nullptr; in GetKvData() local
158 int SQLiteSingleVerStorageExecutor::BindPutKvData(sqlite3_stmt *statement, const Key &key, const Va… in BindPutKvData()
197 sqlite3_stmt *statement = nullptr; in GetKvDataByHashKey() local
251 sqlite3_stmt *statement = nullptr; in SaveKvData() local
324 sqlite3_stmt *statement = nullptr; in GetEntries() local
351 sqlite3_stmt *statement = nullptr; in GetEntries() local
420 sqlite3_stmt *statement = nullptr; in InitCurrentMaxStamp() local
434 sqlite3_stmt *&statement, bool getDeletedData) const in PrepareForSyncDataByTime()
475 int GetDataItemForSync(sqlite3_stmt *statement, DataItem &dataItem) in GetDataItemForSync()
[all …]
Dsqlite_meta_executor.cpp24 sqlite3_stmt *statement = nullptr; in GetMetaKeysByKeyPrefix() local
67 int SqliteMetaExecutor::GetAllKeys(sqlite3_stmt *statement, bool isMemDb, std::vector<Key> &keys) in GetAllKeys()
Dsqlite_query_helper.cpp344 int SqliteQueryHelper::BindSyncDataCheckStmt(sqlite3_stmt *statement, const Key &hashKey) const in BindSyncDataCheckStmt()
399 …ryHelper::GetQuerySqlStatement(sqlite3 *dbHandle, const std::string &sql, sqlite3_stmt *&statement) in GetQuerySqlStatement()
435 …qliteQueryHelper::GetQuerySqlStatement(sqlite3 *dbHandle, bool onlyRowid, sqlite3_stmt *&statement) in GetQuerySqlStatement()
551 int SqliteQueryHelper::BindTimeRange(sqlite3_stmt *&statement, int &index, uint64_t beginTime, uint… in BindTimeRange()
566 int SqliteQueryHelper::BindObjNodes(sqlite3_stmt *&statement, int &index) const in BindObjNodes()
581 sqlite3_stmt *&statement) in GetQuerySyncStatement()
726 int SqliteQueryHelper::BindFieldValue(sqlite3_stmt *statement, const QueryObjNode &queryNode, int &… in BindFieldValue()
969 const std::vector<std::string> &fieldNames, sqlite3_stmt *&statement) in GetRelationalMissQueryStatement()
1061 const std::vector<std::string> &fieldNames, sqlite3_stmt *&statement) in GetRelationalQueryStatement()
1136 int SqliteQueryHelper::BindKeysToStmt(const std::set<Key> &keys, sqlite3_stmt *&statement, int &ind… in BindKeysToStmt()
[all …]
Dsqlite_utils.cpp236 int SQLiteUtils::GetStatement(sqlite3 *db, const std::string &sql, sqlite3_stmt *&statement) in GetStatement()
261 int SQLiteUtils::BindTextToStatement(sqlite3_stmt *statement, int index, const std::string &str) in BindTextToStatement()
276 int SQLiteUtils::BindInt64ToStatement(sqlite3_stmt *statement, int index, int64_t value) in BindInt64ToStatement()
288 int SQLiteUtils::BindBlobToStatement(sqlite3_stmt *statement, int index, const std::vector<uint8_t>… in BindBlobToStatement()
317 void SQLiteUtils::ResetStatement(sqlite3_stmt *&statement, bool isNeedFinalize, int &errCode) in ResetStatement()
350 int SQLiteUtils::StepWithRetry(sqlite3_stmt *statement, bool isMemDb) in StepWithRetry()
375 int SQLiteUtils::BindPrefixKey(sqlite3_stmt *statement, int index, const Key &keyPrefix) in BindPrefixKey()
510 int SQLiteUtils::GetColumnBlobValue(sqlite3_stmt *statement, int index, std::vector<uint8_t> &value) in GetColumnBlobValue()
536 int SQLiteUtils::GetColumnTextValue(sqlite3_stmt *statement, int index, std::string &value) in GetColumnTextValue()
599 sqlite3_stmt* statement = nullptr; in AttachNewDatabaseInner() local
[all …]
Dsqlite_single_ver_storage_executor_extend.cpp43 sqlite3_stmt *statement = nullptr; in CloudExcuteRemoveOrUpdate() local
88 sqlite3_stmt *statement = nullptr; in CloudCheckDataExist() local
278 sqlite3_stmt *statement = stmt; in GetEntries() local
Dsqlite_cloud_kv_executor_utils.cpp98 sqlite3_stmt *statement, CloudSyncData &cloudDataResult, UploadDetail &detail) in GetCloudDataForSync()
283 sqlite3_stmt *statement = stmt; in GetLogInfoInner() local
424 sqlite3_stmt *statement = logStmt; in OperateCloudData() local
793 sqlite3_stmt *statement = logStmt; in OnlyUpdateLogTable() local
832 sqlite3_stmt *statement = logStmt; in FillCloudGid() local
891 sqlite3_stmt *statement = dataStmt; in OnlyUpdateSyncData() local
994 sqlite3_stmt *statement = stmt; in CountCloudDataInner() local
1081 sqlite3_stmt *statement = dataStmt; in FillCloudVersionRecord() local
1122 sqlite3_stmt *statement = stmt; in GetLocalCloudVersionInner() local
1228 sqlite3_stmt *statement = dataStmt; in GetCloudVersionFromCloud() local
[all …]
Dsqlite_single_ver_storage_executor_subscribe.cpp35 sqlite3_stmt *statement = nullptr; in CheckQueryObjectLegal() local
224 sqlite3_stmt *statement = nullptr; in RemoveSubscribeTriggerWaterMark() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_sqlite_relational_utils_test.cpp91 …utedDBSqliteRelationalUtilsTest::PrepareStatement(const std::string &sql, sqlite3_stmt *&statement, in PrepareStatement()
133 sqlite3_stmt *statement = nullptr; variable
173 sqlite3_stmt *statement = nullptr; variable
202 sqlite3_stmt *statement = nullptr; variable
Ddistributeddb_storage_single_ver_upgrade_test.cpp153 sqlite3_stmt *statement = nullptr; in CreateDatabase() local
165 sqlite3_stmt *statement = nullptr; in CheckSyncDataV1ToV2() local
175 sqlite3_stmt *statement = nullptr; in CheckSyncDataV2ToV3() local
186 sqlite3_stmt *statement = nullptr; in CheckLocalDataV1ToV2() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
Drd_sqlite_utils.cpp86 int RDSQLiteUtils::GetStatement(sqlite3 *db, const std::string &sql, sqlite3_stmt *&statement) in GetStatement()
111 int RDSQLiteUtils::StepWithRetry(sqlite3_stmt *statement) in StepWithRetry()
125 int RDSQLiteUtils::ResetStatement(sqlite3_stmt *&statement, bool finalize) in ResetStatement()
152 int RDSQLiteUtils::BindBlobToStatement(sqlite3_stmt *statement, int index, const std::vector<uint8_… in BindBlobToStatement()
168 int RDSQLiteUtils::GetColumnBlobValue(sqlite3_stmt *statement, int index, std::vector<uint8_t> &val… in GetColumnBlobValue()
192 int RDSQLiteUtils::BindTextToStatement(sqlite3_stmt *statement, int index, const std::string &value) in BindTextToStatement()
/foundation/multimedia/av_codec/services/dfx/include/
Davcodec_xcollie.h60 #define COLLIE_LISTEN(statement, args...) { AVCodecXcollieTimer xCollie(args); statement; } argument
61 #define CLIENT_COLLIE_LISTEN(statement, name) { AVCodecXcollieTimer xCollie(name, false, false, 30)… argument
/foundation/filemanagement/storage_service/services/storage_daemon/include/libfscrypt/
Dfscrypt_log.h28 #define FSCRYPT_ERROR_CHECK(ret, statement, format, ...) \ argument
36 #define FSCRYPT_CHECK(ret, statement) \ argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
Dtext_log.h150 #define TEXT_ERROR_CHECK(ret, statement, format, ...) \ argument
158 #define TEXT_INFO_CHECK(ret, statement, format, ...) \ argument
166 #define TEXT_CHECK(ret, statement) \ argument
/foundation/multimedia/player_framework/services/utils/include/
Dplayer_xcollie.h63 #define LISTENER(statement, args...) { OHOS::Media::XcollieTimer xCollie(args); statement; } argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_relational_utils.cpp25 int SQLiteRelationalUtils::GetDataValueByType(sqlite3_stmt *statement, int cid, DataValue &value) in GetDataValueByType()
86 int SQLiteRelationalUtils::GetCloudValueByType(sqlite3_stmt *statement, int type, int cid, Type &cl… in GetCloudValueByType()
162 int SQLiteRelationalUtils::BindStatementByType(sqlite3_stmt *statement, int cid, Type &typeVal) in BindStatementByType()
198 int SQLiteRelationalUtils::BindExtendStatementByType(sqlite3_stmt *statement, int cid, Type &typeVa… in BindExtendStatementByType()
Dsqlite_single_ver_relational_storage_extend_executor.cpp70 const VBucket &vBucket, const std::vector<Field> &fields, sqlite3_stmt *&statement) in GetFillDownloadAssetStatement()
153 sqlite3_stmt *statement = nullptr; in IncreaseCursorOnAssetData() local
287 …t TableSchema &tableSchema, const CloudSyncBatch &data, const int &index, sqlite3_stmt *&statement) in InitFillUploadAssetStatement()
407 sqlite3_stmt *statement = nullptr; in ExecuteSql() local
591 sqlite3_stmt *statement = nullptr; in CleanTrackerData() local
744 sqlite3_stmt *statement = nullptr; in DoCleanShareTableDataAndLog() local
806 sqlite3_stmt *statement = nullptr; in GetReferenceGidInner() local
861 int SQLiteSingleVerRelationalStorageExecutor::GetReferenceGidByStmt(sqlite3_stmt *statement, in GetReferenceGidByStmt()
985 sqlite3_stmt *statement = nullptr; in CheckIfExistUserTable() local
1447 const VBucket &assets, sqlite3_stmt *&statement) in GetAndBindFillUploadAssetStatement()
Dsqlite_single_ver_relational_storage_executor.cpp644 sqlite3_stmt *statement = nullptr; in GetKvData() local
673 sqlite3_stmt *statement = nullptr; in PutKvData() local
703 sqlite3_stmt *statement = nullptr; in DeleteMetaData() local
730 sqlite3_stmt *statement = nullptr; in DeleteMetaDataByPrefixKey() local
750 sqlite3_stmt *statement = nullptr; in GetAllMetaKeys() local
787 int SQLiteSingleVerRelationalStorageExecutor::SaveSyncLog(sqlite3_stmt *statement, sqlite3_stmt *qu… in SaveSyncLog()
1722 sqlite3_stmt *statement, CloudSyncData &cloudDataResult, uint32_t &stepNum, uint32_t &totalSize) in GetCloudDataForSync()
/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
Dhelper_listener_proxy.cpp27 #define LISTENER(statement, args...) { OHOS::Media::XcollieTimer xCollie(args); statement; } argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
Ddistributeddb_cloud_kv_test.cpp1465 sqlite3_stmt *statement = nullptr; in SetFlag() local
1495 sqlite3_stmt *statement = nullptr; in CheckFlag() local
1545 sqlite3_stmt *statement = nullptr; in CheckWaterMark() local
1586 sqlite3_stmt *statement = nullptr; in SetDeviceId() local
1623 sqlite3_stmt *statement = nullptr; in CheckLogTable() local
1665 sqlite3_stmt *statement = nullptr; in ChangeUserId() local
1703 sqlite3_stmt *statement = nullptr; in ChangeHashKey() local

12