Home
last modified time | relevance | path

Searched refs:FillBlockInfo (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dstatement.h55 virtual int32_t FillBlockInfo(SharedBlockInfo *info) const = 0;
H A Drd_statement.h53 int32_t FillBlockInfo(SharedBlockInfo* info) const override;
H A Dsqlite_statement.h58 int32_t FillBlockInfo(SharedBlockInfo *info) const override;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_shared_result_set.cpp274 errCode = statement->FillBlockInfo(&blockInfo); in ExecuteForSharedBlock()
H A Drd_statement.cpp504 int32_t RdStatement::FillBlockInfo(SharedBlockInfo* info) const in FillBlockInfo() function in OHOS::NativeRdb::RdStatement
H A Dsqlite_statement.cpp581 int32_t SqliteStatement::FillBlockInfo(SharedBlockInfo *info) const in FillBlockInfo() function in OHOS::NativeRdb::SqliteStatement

Completed in 5 milliseconds