Home
last modified time | relevance | path

Searched refs:totalRows (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dshare_block.cpp49 int SeriFinish(void *pCtx, int addedRows, int totalRows) in SeriFinish() argument
52 return serializer->Finish(addedRows, totalRows); in SeriFinish()
140 info->totalRows = serializer.GetTotalRows(); in FillSharedBlockOpt()
158 info->totalRows = info->addedRows = 0; in FillSharedBlock()
166 info->totalRows += 1; in FillSharedBlock()
167 if (info->startPos >= info->totalRows || isFull) { in FillSharedBlock()
350 if (info->startPos > info->totalRows) { in ResetStatement()
354 if ((info->totalRows > 0 && info->addedRows == 0) && info->sharedBlock != nullptr) { in ResetStatement()
355 LOG_WARN("over 2MB[%{public}d, %{public}d]", info->totalRows, info->addedRows); in ResetStatement()
371 int DefFinish(void *pCtx, int addedRows, int totalRows) in DefFinish() argument
[all …]
H A Dshared_block_serializer_info.cpp62 int SharedBlockSerializerInfo::Finish(int addedRows, int totalRows) in Finish() argument
65 atotalRows = totalRows; in Finish()
H A Dsqlite_statement.cpp261 info.totalRows = -1; in Count()
266 return { errCode, info.totalRows }; in Count()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dshare_block.h40 int totalRows; member
51 totalRows = 0; in SharedBlockInfo()
61 int DefFinish(void *pCtx, int addedRows, int totalRows);
70 int SeriFinish(void *pCtx, int addedRows, int totalRows);
H A Dshared_block_serializer_info.h34 int Finish(int addedRows, int totalRows);
81 int (*xFinish)(void *pCtx, int addedRows, int totalRows);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/source/
H A DGridObjectSortComponent.ets524 const totalRows: number = Math.ceil(len / col);
534 const removeNumY: number = totalRows - currentLine;