Home
last modified time | relevance | path

Searched refs:rowCount_ (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dstep_result_set.cpp54 std::tie(lastErr_, rowCount_) = statement->Count(); in StepResultSet()
58 if (lastErr_ == E_NOT_SUPPORT && rowCount_ == Statement::INVALID_COUNT) { in StepResultSet()
212 if (isSupportCountRow_ && position >= rowCount_) { in GoToRow()
213 rowPos_ = (position >= rowCount_ && rowCount_ != 0) ? rowCount_ : rowPos_; in GoToRow()
277 if (isSupportCountRow_ || rowCount_ != Statement::INVALID_COUNT) { in GoToNextRow()
278 rowPos_ = rowCount_ != 0 ? rowCount_ : rowPos_; in GoToNextRow()
281 rowCount_ = rowPos_; in GoToNextRow()
286 rowPos_ = rowCount_; in GoToNextRow()
310 if (isSupportCountRow_ || rowCount_ != Statement::INVALID_COUNT) { in GetRowCount()
317 rowCount_ = rowPos_; in GetRowCount()
[all …]
H A Drd_result_set.cpp32 rdConnectionPool_(std::move(connectionPool)), rowCount_(INIT_POS), isAfterLast_(false) in RdSharedResultSet()
43 rdConnectionPool_(std::move(connectionPool)), rowCount_(rowCount), isAfterLast_(false) in RdSharedResultSet()
123 if (rowCount_ != INIT_POS) { in GetRowCount()
124 count = rowCount_; in GetRowCount()
137 count = rowCount_; in GetRowCount()
190 RdSharedResultSet::rowCount_ = rowPos_ + 1; in GoToNextRow()
192 rowPos_ = RdSharedResultSet::rowCount_; in GoToNextRow()
197 rowPos_ = RdSharedResultSet::rowCount_; in GoToNextRow()
H A Dsqlite_shared_result_set.cpp58 std::tie(lastErr_, rowCount_) = statement->Count(); in SqliteSharedResultSet()
67 totalCost, acquireCost, prepareCost, countCost, rowCount_, qrySql_.c_str(), in SqliteSharedResultSet()
148 rowCount_ = NO_COUNT; in Close()
165 || oldPosition == rowCount_) { in OnGo()
193 if ((block->GetStartPos() == block->GetLastPos() && (uint32_t)rowCount_ != block->GetStartPos()) in FillBlock()
198rowCount_, requiredPos, block->GetStartPos(), block->GetLastPos(), block->GetBlockPos()); in FillBlock()
H A Dabs_result_set.cpp92 count = rowCount_; in GetRowCount()
97 if (rowCount_ != NO_COUNT) { in GetRowCount()
448 rowCount_ = NO_COUNT; in Close()
/ohos5.0/foundation/arkui/ui_lite/frameworks/layout/
H A Dflex_layout.cpp132 rowCount_ = 1; in CalRowCount()
141 rowCount_++; in CalRowCount()
160 if ((maxRosHegiht == nullptr) || (size > rowCount_)) { in GetRowMaxHeight()
239 for (i = rowCount_ - 1; i > count; i--) { in GetCrossAxisPosY()
244 for (i = 0; i < rowCount_; i++) { in GetCrossAxisPosY()
272 if (rowCount_ > MAX_COUNT_DEFAULT) { in LayoutHorizontal()
273 rowsWidth = new uint16_t[rowCount_](); in LayoutHorizontal()
274 rowsMaxHeight = new uint16_t[rowCount_](); in LayoutHorizontal()
275 rowsChildNum = new uint16_t[rowCount_](); in LayoutHorizontal()
278 GetRowMaxHeight(rowCount_, rowsMaxHeight); in LayoutHorizontal()
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dataability/src/
H A Dishared_result_set_proxy.cpp54 if (rowCount_ >= 0) { in GetRowCount()
55 count = rowCount_; in GetRowCount()
75 rowCount_ = count; in GetRowCount()
H A Dishared_result_set_proxy.h39 int32_t rowCount_ = -1; variable
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dishared_result_set_proxy.cpp84 if (rowCount_ >= 0) { in GetRowCount()
85 count = rowCount_; in GetRowCount()
109 rowCount_ = count; in GetRowCount()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp517 itemCountMax_ = colCount_ * rowCount_; in InitialGridProp()
539 collectionInfo.rows = rowCount_; in UpdateAccessibilityAttr()
764 if (curRow >= rowCount_) { in GetNextGrid()
782 curRow = rowCount_ - 1; in GetPreviousGird()
914 crossItemCount = rowCount_; in NeedBeSmaller()
1567 curItemCountMax_ = colCount_ * rowCount_; in InitialDynamicGridProp()
1608 rowCount_ = in CalculateVerticalSize()
1611 rowSize_ = rowCount_ * cellLength_ + (rowCount_ - 1) * rowGap_; in CalculateVerticalSize()
1635 …std::clamp((totalNum / rowCount_ + (((totalNum % rowCount_) == 0) ? 0 : 1)), mainCountMin_, mainCo… in CalculateHorizontalSize()
1751 for (int row = 0; row < rowCount_; row++) { in CalDragRowIndex()
[all …]
H A Dgrid_layout_component.h110 return rowCount_; in GetRowCount()
310 int32_t rowCount_ = 1; variable
H A Dgrid_layout_component.cpp82 rowCount_ = count; in SetRowCount()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dfocusable_grid.cpp83 if (nextRow == rowCount_ - 1) { in FocusMove()
91 if ((nextRow < 0) || (nextCol < 0) || (nextRow >= rowCount_) || (nextCol >= colCount_)) { in FocusMove()
H A Drender_calendar.cpp147 rowCount_ = colCount_ ? static_cast<int32_t>(daysOfMonth.days.size()) / colCount_ : 0; in OnDataChanged()
168 rowCount_ = colCount_ ? static_cast<int32_t>(daysOfMonth.days.size()) / colCount_ : 0; in OnDataChanged()
366 auto rowSpace = rowCount_ == rowsOfData ? dailyFiveRowSpace_ : dailySixRowSpace_; in JudgeArea()
369 auto maxHeight = browHeight + rowCount_ * dayHeight_ + (rowCount_ - 1) * rowSpace + in JudgeArea()
H A Dfocusable_grid.h39 int32_t rowCount_ = 0; variable
H A Drosen_render_calendar.cpp225 …auto dayHeight = rowCount_ ? (maxHeight_ - NormalizeToPx(CARD_CALENDAR_TITLE_HEIGHT)) / rowCount_ in PerformLayout()
229 … focusedAreaRadius_ = (maxHeight_ - NormalizeToPx(CARD_CALENDAR_TITLE_HEIGHT)) / (rowCount_ * 2); in PerformLayout()
242 uint32_t daysCount = static_cast<uint32_t>(rowCount_) * totalWeek; in DrawWeekAndDates()
256 if (rowCount_ == 5) { // five line calendar in DrawWeekAndDates()
258 } else if (rowCount_ == 6) { // six line calendar in DrawWeekAndDates()
261 for (int32_t row = 0; row < rowCount_; row++) { in DrawWeekAndDates()
656 double dailyRowSpace = rowCount_ == 5 ? dailyFiveRowSpace_ : dailySixRowSpace_;
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/layout/
H A Dflex_layout.h60 …: majorAlign_(ALIGN_START), secondaryAlign_(ALIGN_CENTER), wrap_(NOWRAP), rowCount_(1), columnCoun… in FlexLayout()
138 uint16_t rowCount_; variable
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp660 rowCount_ = rowCount; in GridInfo()
667 rowCount_ = rowCount; in SetGrid()
674 rowCount_ = other.rowCount_; in SetGrid()
681 return rowCount_; in GetRowCount()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_adaptive/
H A Dgrid_adaptive_layout_algorithm.h52 int32_t rowCount_ = 0; variable
H A Dgrid_adaptive_layout_algorithm.cpp93 rowCount_ = rowCount; in Measure()
168 gridLayoutInfo_.endMainLineIndex_ = rowCount_ - 1; in Layout()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Dishared_result_set_proxy.h38 int32_t rowCount_ = -1; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drd_result_set.h75 int rowCount_; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dabs_result_set.h351 int rowCount_ = NO_COUNT; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_paint_method.h77 int32_t rowCount_ = 5; variable
H A Dcalendar_paint_method.cpp160 rowCount_ = static_cast<int32_t>(calendarDays_.size() / totalWeek); in DrawDates()
166 switch (rowCount_) { in DrawDates()
181 for (int32_t row = 0; row < rowCount_; row++) { in DrawDates()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.h253 int32_t* mainCount_ = &rowCount_;

12