Home
last modified time | relevance | path

Searched refs:FillBlock (Results 1 - 8 of 8) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvstore_datashare_bridge.cpp38 bool KvStoreDataShareBridge::FillBlock(int pos, ResultSetBridge::Writer &writer) in FillBlock() function in OHOS::DistributedKv::KvStoreDataShareBridge
97 bool ret = FillBlock(pos, writer); in OnGo()
/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/
H A Ddatashare_shared_result_set.h37 virtual void FillBlock(int startRowIndex, AppDataFwk::SharedBlock *block) = 0;
H A Ddatashare_result_set.h148 void FillBlock(int startRowIndex, AppDataFwk::SharedBlock *block) override;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/
H A Dkvstore_datashare_bridge.h41 bool FillBlock(int startRowIndex, DataShare::ResultSetBridge::Writer &writer) __attribute__((no_sanitize("cfi")));
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_shared_result_set.h55 int32_t FillBlock(int requiredPos);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_shared_result_set.cpp191 return FillBlock(newPosition); in OnGo()
204 int SqliteSharedResultSet::FillBlock(int requiredPos) in FillBlock() function in OHOS::NativeRdb::SqliteSharedResultSet
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_result_set.cpp98 void DataShareResultSet::FillBlock(int startRowIndex, AppDataFwk::SharedBlock *block) in FillBlock() function in OHOS::DataShare::DataShareResultSet
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H A Dmediadatashare_unit_test.cpp906 resultSet->FillBlock(0, block); in HWTEST_F()

Completed in 5 milliseconds