Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/
H A Dkvstore_datashare_bridge.h36 int OnGo(int32_t startRowIndex, int32_t targetRowIndex, DataShare::ResultSetBridge::Writer &writer) override;
41 bool FillBlock(int startRowIndex, DataShare::ResultSetBridge::Writer &writer) __attribute__((no_sanitize("cfi")));
/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/
H A Ddatashare_result_set.h143 bool OnGo(int startRowIndex, int targetRowIndex, int *cachedIndex = nullptr) override;
148 void FillBlock(int startRowIndex, AppDataFwk::SharedBlock *block) override;
H A Ddatashare_shared_result_set.h37 virtual void FillBlock(int startRowIndex, AppDataFwk::SharedBlock *block) = 0;
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Dishared_result_set_proxy.h32 bool OnGo(int startRowIndex, int targetRowIndex, int *cachedIndex = nullptr) override;
/foundation/distributeddatamgr/data_share/interfaces/inner_api/provider/include/
H A Dresult_set_bridge.h77 virtual int OnGo(int32_t startRowIndex, int32_t targetRowIndex, Writer &writer) = 0;
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_result_set.cpp76 bool DataShareResultSet::OnGo(int startRowIndex, int targetRowIndex, int *cachedIndex) in OnGo() argument
88 int result = bridge->OnGo(startRowIndex, targetRowIndex, *blockWriter_); in OnGo()
98 void DataShareResultSet::FillBlock(int startRowIndex, AppDataFwk::SharedBlock *block) in FillBlock() argument

Completed in 3 milliseconds