Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dstep_result_set.cpp49 auto statement = GetStatement(); in StepResultSet() local
81 auto statement = GetStatement(); in InitRowCount() local
160 auto statement = GetStatement(); in GetColumnNames() local
188 auto statement = GetStatement(); in GetColumnType() local
251 auto statement = GetStatement(); in GoToNextRow() local
336 auto statement = GetStatement(); in Reset() local
361 auto statement = GetStatement(); in GetSize() local
388 auto statement = GetStatement(); in GetValueObject() local
H A Dshare_block.cpp217 …AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, int numColumns, int startPos, int a… in FillOneRow()
264 …AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, int startPos, int addedRows, int po… in FillOneRowOfString()
284 …AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, int startPos, int addedRows, int po… in FillOneRowOfLong()
297 …AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, int startPos, int addedRows, int po… in FillOneRowOfFloat()
310 …AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, int startPos, int addedRows, int po… in FillOneRowOfBlob()
337 …AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, int startPos, int addedRows, int po… in FillOneRowOfNull()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A 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
437 sqlite3_stmt *statement = nullptr; in DelCacheDbDataByVersion() local
561 sqlite3_stmt *statement, const DataItem &dataItem) const in BindTimestampSyncDataInCacheMode()
669 auto statement = saveSyncStatements_.GetDataSaveStatement(false); in SaveSyncDataToCacheDatabase() local
687 sqlite3_stmt *statement = nullptr; in PutLocalDataToCacheDB() local
788 sqlite3_stmt *statement = nullptr; in GetMinTimestampInCacheDB() local
942 sqlite3_stmt *statement = nullptr; in DeleteMetaData() local
[all …]
H A 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 …]
H A 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
H A 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()
H A Dsqlite_single_ver_storage_executor.cpp125 sqlite3_stmt *statement = nullptr; in GetKvData() local
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
540 sqlite3_stmt *statement = nullptr; in GetSyncDataByTimestamp() local
554 sqlite3_stmt *statement = nullptr; in GetDeletedSyncDataByTimestamp() local
1088 sqlite3_stmt *statement = nullptr; in GetDeviceIdentifier() local
1389 sqlite3_stmt *statement = nullptr; in GetAllMetaKeys() local
[all …]
H A 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()
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()
1239 std::string &sql, sqlite3_stmt *&statement) in GetCloudQueryStatement()
[all …]
H A Dsqlite_utils.cpp601 sqlite3_stmt* statement = nullptr; in AttachNewDatabaseInner() local
653 sqlite3_stmt *statement = nullptr; in CheckIntegrity() local
697 sqlite3_stmt *statement = nullptr; in AnalysisSchemaSqlAndTrigger() local
738 sqlite3_stmt *statement = nullptr; in GetSchemaIndexList() local
772 sqlite3_stmt *statement = nullptr; in AnalysisSchemaIndexDefine() local
880 sqlite3_stmt *statement = nullptr; in AnalysisSchemaFieldDefine() local
1047 sqlite3_stmt *statement = nullptr; in GetVersion() local
1074 sqlite3_stmt *statement = nullptr; in GetJournalMode() local
1216 sqlite3_stmt *statement = nullptr; in SaveSchema() local
1263 sqlite3_stmt *statement = nullptr; in GetSchema() local
[all …]
H A Dsqlite_cloud_kv_executor_utils.cpp287 sqlite3_stmt *statement = stmt; in GetLogInfoInner() local
442 sqlite3_stmt *statement = logStmt; in OperateCloudData() local
811 sqlite3_stmt *statement = logStmt; in OnlyUpdateLogTable() local
850 sqlite3_stmt *statement = logStmt; in FillCloudGid() local
910 sqlite3_stmt *statement = dataStmt; in OnlyUpdateSyncData() local
1013 sqlite3_stmt *statement = stmt; in CountCloudDataInner() local
1100 sqlite3_stmt *statement = dataStmt; in FillCloudVersionRecord() local
1141 sqlite3_stmt *statement = stmt; in GetLocalCloudVersionInner() local
1299 sqlite3_stmt *statement = stmt; in GetWaitCompensatedSyncDataPk() local
1336 sqlite3_stmt *statement = stmt; in GetWaitCompensatedSyncDataUserId() local
[all …]
H A Dsqlite_single_ver_storage_executor_extend.cpp43 sqlite3_stmt *statement = nullptr; in CloudExcuteRemoveOrUpdate() local
88 sqlite3_stmt *statement = nullptr; in CloudCheckDataExist() local
283 sqlite3_stmt *statement = stmt; in GetEntries() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A 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
H A 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
/ohos5.0/foundation/multimedia/av_codec/services/dfx/include/
H A 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
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A 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()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/libfscrypt/
H A Dfscrypt_log.h28 #define FSCRYPT_ERROR_CHECK(ret, statement, format, ...) \ argument
36 #define FSCRYPT_CHECK(ret, statement) \ argument
/ohos5.0/base/security/access_token/services/common/database/src/
H A Dsqlite_helper.cpp171 auto statement = Prepare(PRAGMA_WAL_COMMAND); in SetWal() local
185 auto statement = Prepare(PRAGMA_VERSION_COMMAND); in GetVersion() local
200 auto statement = Prepare(PRAGMA_VERSION_COMMAND + " = " + std::to_string(currentVersion_)); in SetVersion() local
/ohos5.0/base/security/asset/services/db_operator/src/
H A Dlib.rs20 mod statement; module
/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_statement.cpp123 UScriptStatementList* UScriptStatementList::CreateInstance(UScriptStatement *statement) in CreateInstance()
143 void UScriptStatementList::AddScriptStatement(UScriptStatement *statement) in AddScriptStatement()
292 for (auto statement : statements_) { in Execute() local
345 auto statement = new(std::nothrow) UScriptReturnStatement(); in CreateStatement() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A 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
/ohos5.0/base/startup/init/services/log/
H A Dinit_log.h84 #define INIT_ERROR_CHECK(ret, statement, format, ...) \ argument
92 #define INIT_INFO_CHECK(ret, statement, format, ...) \ argument
100 #define INIT_WARNING_CHECK(ret, statement, format, ...) \ argument
108 #define INIT_CHECK(ret, statement) \ argument
/ohos5.0/foundation/multimedia/player_framework/services/utils/include/
H A Dplayer_xcollie.h63 #define LISTENER(statement, args...) { OHOS::Media::XcollieTimer xCollie(args); statement; } argument
/ohos5.0/base/accesscontrol/sandbox_manager/services/common/database/src/
H A Dsqlite_helper.cpp162 auto statement = Prepare(PRAGMA_VERSION_COMMAND); in GetVersion() local
177 auto statement = Prepare(PRAGMA_VERSION_COMMAND + " = " + std::to_string(currentVersion_)); in SetVersion() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A 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()
/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dbeget_ext.h127 #define BEGET_ERROR_CHECK(ret, statement, format, ...) \ argument
133 #define BEGET_INFO_CHECK(ret, statement, format, ...) \ argument
139 #define BEGET_WARNING_CHECK(ret, statement, format, ...) \ argument
145 #define BEGET_CHECK(ret, statement) \ argument

12