| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| D | step_result_set.cpp | 49 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
|
| D | share_block.cpp | 207 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()
|
| D | rd_result_set.cpp | 223 …auto statement = RdStatement::CreateStatement(std::static_pointer_cast<RdConnection>(connection), … in PrepareStep() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| D | sqlite_single_ver_storage_executor_cache.cpp | 101 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 …]
|
| D | sqlite_multi_ver_transaction.cpp | 240 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 …]
|
| D | sqlite_local_storage_executor.cpp | 49 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
|
| D | sqlite_single_ver_storage_executor.cpp | 51 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 …]
|
| D | sqlite_meta_executor.cpp | 24 sqlite3_stmt *statement = nullptr; in GetMetaKeysByKeyPrefix() local 67 int SqliteMetaExecutor::GetAllKeys(sqlite3_stmt *statement, bool isMemDb, std::vector<Key> &keys) in GetAllKeys()
|
| D | sqlite_query_helper.cpp | 344 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 …]
|
| D | sqlite_utils.cpp | 236 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 …]
|
| D | sqlite_single_ver_storage_executor_extend.cpp | 43 sqlite3_stmt *statement = nullptr; in CloudExcuteRemoveOrUpdate() local 88 sqlite3_stmt *statement = nullptr; in CloudCheckDataExist() local 278 sqlite3_stmt *statement = stmt; in GetEntries() local
|
| D | sqlite_cloud_kv_executor_utils.cpp | 98 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 …]
|
| D | sqlite_single_ver_storage_executor_subscribe.cpp | 35 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/ |
| D | distributeddb_sqlite_relational_utils_test.cpp | 91 …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
|
| D | distributeddb_storage_single_ver_upgrade_test.cpp | 153 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/ |
| D | rd_sqlite_utils.cpp | 86 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/ |
| D | avcodec_xcollie.h | 60 #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/ |
| D | fscrypt_log.h | 28 #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/ |
| D | text_log.h | 150 #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/ |
| D | player_xcollie.h | 63 #define LISTENER(statement, args...) { OHOS::Media::XcollieTimer xCollie(args); statement; } argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
| D | sqlite_relational_utils.cpp | 25 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()
|
| D | sqlite_single_ver_relational_storage_extend_executor.cpp | 70 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()
|
| D | sqlite_single_ver_relational_storage_executor.cpp | 644 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/ |
| D | helper_listener_proxy.cpp | 27 #define LISTENER(statement, args...) { OHOS::Media::XcollieTimer xCollie(args); statement; } argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
| D | distributeddb_cloud_kv_test.cpp | 1465 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
|