Searched refs:totalRows (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | share_block.cpp | 49 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 D | shared_block_serializer_info.cpp | 62 int SharedBlockSerializerInfo::Finish(int addedRows, int totalRows) in Finish() argument 65 atotalRows = totalRows; in Finish()
|
H A D | sqlite_statement.cpp | 261 info.totalRows = -1; in Count() 266 return { errCode, info.totalRows }; in Count()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | share_block.h | 40 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 D | shared_block_serializer_info.h | 34 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 D | GridObjectSortComponent.ets | 524 const totalRows: number = Math.ceil(len / col); 534 const removeNumY: number = totalRows - currentLine;
|