Home
last modified time | relevance | path

Searched refs:GetLastPos (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_shared_result_set.cpp189 if ((uint32_t)newPosition < GetBlock()->GetStartPos() || (uint32_t)newPosition >= GetBlock()->GetLastPos() in OnGo()
218 if ((block->GetStartPos() == block->GetLastPos() && (uint32_t)rowCount_ != block->GetStartPos()) in FillBlock()
219 || ((uint32_t)requiredPos < block->GetStartPos() || block->GetLastPos() <= (uint32_t)requiredPos) in FillBlock()
223 rowCount_, requiredPos, block->GetStartPos(), block->GetLastPos(), block->GetBlockPos()); in FillBlock()
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Dshared_block.h228 uint32_t GetLastPos() in GetLastPos() function in OHOS::AppDataFwk::SharedBlock
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/
H A Dshared_block.h294 API_EXPORT uint32_t GetLastPos() in GetLastPos() function in OHOS::AppDataFwk::SharedBlock

Completed in 3 milliseconds