Home
last modified time | relevance | path

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

12

/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_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_single_ver_storage_executor.cpp66 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 …]
Dsqlite_query_helper.cpp338 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 …]
Dsqlite_utils.cpp207 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 …]
Dsqlite_single_ver_relational_storage_extend_executor.cpp62 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()
Dsqlite_single_ver_storage_executor_subscribe.cpp35 sqlite3_stmt *statement = nullptr; in CheckQueryObjectLegal() local
224 sqlite3_stmt *statement = nullptr; in RemoveSubscribeTriggerWaterMark() local
Dsqlite_single_ver_relational_storage_executor.cpp588 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/
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/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/gaussdb_rd/src/oh_adapter/src/
Dsqlite_utils.cpp86 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/
Dfscrypt_log.h28 #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/
Dsqlite_relational_utils.cpp22 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/
Dshare_block.cpp204 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/
Dplayer_xcollie.h63 #define LISTENER(statement, args...) { OHOS::Media::XcollieTimer xCollie(args); statement; } argument
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
Dsqlite_connection.h85 SqliteStatement statement; variable
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Dsqlite_connection.h91 SqliteStatement statement; variable
Dshare_block.h52 sqlite3_stmt *statement; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_storage_single_ver_upgrade_test.cpp152 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
Ddistributeddb_relational_cloud_syncable_storage_test.cpp1281 sqlite3_stmt *statement = nullptr; variable
1336 sqlite3_stmt *statement = nullptr; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Ddistributeddb_relational_multi_user_test.cpp373 int PrepareSelect(sqlite3 *db, sqlite3_stmt *&statement, const std::string &table) in PrepareSelect()
386 sqlite3_stmt *statement = nullptr; in CheckDataInRealDevice() local
Ddistributeddb_relational_ver_p2p_sync_test.cpp168 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/
Drelational_store_sqlite_ext.cpp438 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/
Ddistributed_test_tools.cpp1368 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

12