| /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_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_single_ver_storage_executor.cpp | 66 int GetEntryFromStatement(bool isGetValue, sqlite3_stmt *statement, std::vector<Entry> &entries) in GetEntryFromStatement() 140 sqlite3_stmt *statement = nullptr; in GetKvData() local 173 int SQLiteSingleVerStorageExecutor::BindPutKvData(sqlite3_stmt *statement, const Key &key, const Va… in BindPutKvData() 212 sqlite3_stmt *statement = nullptr; in GetKvDataByHashKey() local 266 sqlite3_stmt *statement = nullptr; in SaveKvData() local 339 sqlite3_stmt *statement = nullptr; in GetEntries() local 366 sqlite3_stmt *statement = nullptr; in GetEntries() local 435 sqlite3_stmt *statement = nullptr; in InitCurrentMaxStamp() local 449 sqlite3_stmt *&statement, bool getDeletedData) const in PrepareForSyncDataByTime() 490 int GetDataItemForSync(sqlite3_stmt *statement, DataItem &dataItem) in GetDataItemForSync() [all …]
|
| D | sqlite_query_helper.cpp | 338 int SqliteQueryHelper::BindSyncDataCheckStmt(sqlite3_stmt *statement, const Key &hashKey) const in BindSyncDataCheckStmt() 392 …ryHelper::GetQuerySqlStatement(sqlite3 *dbHandle, const std::string &sql, sqlite3_stmt *&statement) in GetQuerySqlStatement() 428 …qliteQueryHelper::GetQuerySqlStatement(sqlite3 *dbHandle, bool onlyRowid, sqlite3_stmt *&statement) in GetQuerySqlStatement() 543 int SqliteQueryHelper::BindTimeRange(sqlite3_stmt *&statement, int &index, uint64_t beginTime, uint… in BindTimeRange() 558 int SqliteQueryHelper::BindObjNodes(sqlite3_stmt *&statement, int &index) const in BindObjNodes() 573 sqlite3_stmt *&statement) in GetQuerySyncStatement() 718 int SqliteQueryHelper::BindFieldValue(sqlite3_stmt *statement, const QueryObjNode &queryNode, int &… in BindFieldValue() 959 const std::vector<std::string> &fieldNames, sqlite3_stmt *&statement) in GetRelationalMissQueryStatement() 1049 const std::vector<std::string> &fieldNames, sqlite3_stmt *&statement) in GetRelationalQueryStatement() 1124 int SqliteQueryHelper::BindKeysToStmt(const std::set<Key> &keys, sqlite3_stmt *&statement, int &ind… in BindKeysToStmt() [all …]
|
| D | sqlite_utils.cpp | 207 int SQLiteUtils::GetStatement(sqlite3 *db, const std::string &sql, sqlite3_stmt *&statement) in GetStatement() 233 int SQLiteUtils::BindTextToStatement(sqlite3_stmt *statement, int index, const std::string &str) in BindTextToStatement() 248 int SQLiteUtils::BindInt64ToStatement(sqlite3_stmt *statement, int index, int64_t value) in BindInt64ToStatement() 260 int SQLiteUtils::BindBlobToStatement(sqlite3_stmt *statement, int index, const std::vector<uint8_t>… in BindBlobToStatement() 289 void SQLiteUtils::ResetStatement(sqlite3_stmt *&statement, bool isNeedFinalize, int &errCode) in ResetStatement() 322 int SQLiteUtils::StepWithRetry(sqlite3_stmt *statement, bool isMemDb) in StepWithRetry() 347 int SQLiteUtils::BindPrefixKey(sqlite3_stmt *statement, int index, const Key &keyPrefix) in BindPrefixKey() 481 int SQLiteUtils::GetColumnBlobValue(sqlite3_stmt *statement, int index, std::vector<uint8_t> &value) in GetColumnBlobValue() 507 int SQLiteUtils::GetColumnTextValue(sqlite3_stmt *statement, int index, std::string &value) in GetColumnTextValue() 570 sqlite3_stmt* statement = nullptr; in AttachNewDatabaseInner() local [all …]
|
| D | sqlite_single_ver_relational_storage_extend_executor.cpp | 62 const VBucket &vBucket, const std::vector<Field> &fields, sqlite3_stmt *&statement) in GetFillDownloadAssetStatement() 180 const CloudSyncBatch &data, const int &index, sqlite3_stmt *&statement) in InitFillUploadAssetStatement()
|
| D | sqlite_single_ver_storage_executor_subscribe.cpp | 35 sqlite3_stmt *statement = nullptr; in CheckQueryObjectLegal() local 224 sqlite3_stmt *statement = nullptr; in RemoveSubscribeTriggerWaterMark() local
|
| D | sqlite_single_ver_relational_storage_executor.cpp | 588 sqlite3_stmt *statement = nullptr; in GetKvData() local 617 sqlite3_stmt *statement = nullptr; in PutKvData() local 647 sqlite3_stmt *statement = nullptr; in DeleteMetaData() local 674 sqlite3_stmt *statement = nullptr; in DeleteMetaDataByPrefixKey() local 694 sqlite3_stmt *statement = nullptr; in GetAllMetaKeys() local 731 int SQLiteSingleVerRelationalStorageExecutor::SaveSyncLog(sqlite3_stmt *statement, sqlite3_stmt *qu… in SaveSyncLog() 1598 int SQLiteSingleVerRelationalStorageExecutor::GetCloudDataForSync(sqlite3_stmt *statement, in GetCloudDataForSync() 1716 void SQLiteSingleVerRelationalStorageExecutor::GetLogInfoByStatement(sqlite3_stmt *statement, LogIn… in GetLogInfoByStatement() 1732 int SQLiteSingleVerRelationalStorageExecutor::GetInfoByStatement(sqlite3_stmt *statement, in GetInfoByStatement()
|
| /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/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/gaussdb_rd/src/oh_adapter/src/ |
| D | sqlite_utils.cpp | 86 int SQLiteUtils::GetStatement(sqlite3 *db, const std::string &sql, sqlite3_stmt *&statement) in GetStatement() 111 int SQLiteUtils::StepWithRetry(sqlite3_stmt *statement) in StepWithRetry() 125 int SQLiteUtils::ResetStatement(sqlite3_stmt *&statement, bool finalize) in ResetStatement() 152 int SQLiteUtils::BindBlobToStatement(sqlite3_stmt *statement, int index, const std::vector<uint8_t>… in BindBlobToStatement() 168 int SQLiteUtils::GetColumnBlobValue(sqlite3_stmt *statement, int index, std::vector<uint8_t> &value) in GetColumnBlobValue() 192 int SQLiteUtils::BindTextToStatement(sqlite3_stmt *statement, int index, const std::string &value) in BindTextToStatement()
|
| /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/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
| D | sqlite_relational_utils.cpp | 22 int SQLiteRelationalUtils::GetDataValueByType(sqlite3_stmt *statement, int cid, DataValue &value) in GetDataValueByType() 83 int SQLiteRelationalUtils::GetCloudValueByType(sqlite3_stmt *statement, int type, int cid, Type &cl… in GetCloudValueByType()
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| D | share_block.cpp | 204 FillOneRowResult FillOneRow(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, int numC… in FillOneRow() 252 FillOneRowResult FillOneRowOfString(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, … in FillOneRowOfString() 272 FillOneRowResult FillOneRowOfLong(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, in… in FillOneRowOfLong() 285 FillOneRowResult FillOneRowOfFloat(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, i… in FillOneRowOfFloat() 298 FillOneRowResult FillOneRowOfBlob(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, in… in FillOneRowOfBlob() 323 FillOneRowResult FillOneRowOfNull(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, in… in FillOneRowOfNull()
|
| /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/relational_store/frameworks/native/rdb/mock/include/ |
| D | sqlite_connection.h | 85 SqliteStatement statement; variable
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
| D | sqlite_connection.h | 91 SqliteStatement statement; variable
|
| D | share_block.h | 52 sqlite3_stmt *statement; member
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
| D | distributeddb_storage_single_ver_upgrade_test.cpp | 152 sqlite3_stmt *statement = nullptr; in CreateDatabase() local 164 sqlite3_stmt *statement = nullptr; in CheckSyncDataV1ToV2() local 174 sqlite3_stmt *statement = nullptr; in CheckSyncDataV2ToV3() local 185 sqlite3_stmt *statement = nullptr; in CheckLocalDataV1ToV2() local
|
| D | distributeddb_relational_cloud_syncable_storage_test.cpp | 1281 sqlite3_stmt *statement = nullptr; variable 1336 sqlite3_stmt *statement = nullptr; variable
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
| D | distributeddb_relational_multi_user_test.cpp | 373 int PrepareSelect(sqlite3 *db, sqlite3_stmt *&statement, const std::string &table) in PrepareSelect() 386 sqlite3_stmt *statement = nullptr; in CheckDataInRealDevice() local
|
| D | distributeddb_relational_ver_p2p_sync_test.cpp | 168 int PrepareInsert(sqlite3 *db, sqlite3_stmt *&statement, in PrepareInsert() 192 int SimulateCommitData(sqlite3 *db, sqlite3_stmt *&statement) in SimulateCommitData() 360 int PrepareSelect(sqlite3 *db, sqlite3_stmt *&statement, const std::string &table) in PrepareSelect() 366 void GetDataValue(sqlite3_stmt *statement, int col, DataValue &dataValue) in GetDataValue() 399 void GetSyncDataStep(std::map<std::string, DataValue> &dataMap, sqlite3_stmt *statement, in GetSyncDataStep() 414 sqlite3_stmt *statement = nullptr; in GetSyncData() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
| D | relational_store_sqlite_ext.cpp | 438 sqlite3_stmt *statement = nullptr; in GetTableSyncType() local 479 sqlite3_stmt *statement = nullptr; in HandleDropCloudSyncTable() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
| D | distributed_test_tools.cpp | 1368 void ReleaseSqliteResource(sqlite3_stmt *&statement, sqlite3 *&db) 1375 bool SqliteBindToStatement(sqlite3_stmt *&statement, sqlite3 *&db, std::vector<DistributedDB::Key> … 1444 sqlite3_stmt *statement = nullptr; local 1488 sqlite3_stmt *statement = nullptr; local
|