Home
last modified time | relevance | path

Searched refs:maxCount_ (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_service.h122 intervalTime_(intervalTime), maxCount_(maxCount) { in OnDemandTimer()
147 if (++count_ >= maxCount_) { in start()
169 uint32_t maxCount_ = 0; variable
178 … : unloadTimerCallback_(unloadTimerCallback), intervalTime_(intervalTime), maxCount_(maxCount) in UnloadTimer()
193 if (count_ >= maxCount_) { in start()
214 uint32_t maxCount_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_component.h48 (maxCount_ >= minCount_) && (minCount_ >= 1) && (cellLength_ > 0) && editMode_); in UseNonProxiedCodePath()
220 maxCount_ = maxCount; in SetMaxCount()
225 return maxCount_; in GetMaxCount()
335 int32_t maxCount_ = 1; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_chart.cpp120 : maxCount_(0), in UIChartDataSerial()
157 if (maxCount == maxCount_) { in SetMaxDataCount()
166 maxCount_ = maxCount; in SetMaxDataCount()
167 if (maxCount_ == 0) { in SetMaxDataCount()
171 pointArray_ = static_cast<Point*>(UIMalloc(sizeof(Point) * maxCount_)); in SetMaxDataCount()
173 maxCount_ = 0; in SetMaxDataCount()
181 if ((index >= maxCount_) || (pointArray_ == nullptr)) { in ModifyPoint()
234 pointArray_ = static_cast<Point*>(UIMalloc(sizeof(Point) * maxCount_)); in PointArrayDup()
315 if (count > (maxCount_ - dataCount_)) { in AddPoints()
316 count = maxCount_ - dataCount_; in AddPoints()
[all …]
H A Dui_picker.cpp97 maxCount_(0), in UIPicker()
209 maxCount_ = end - start + 1; in RefreshValues()
227 maxCount_ = count; in RefreshValues()
280 maxCount_ = 0; in ClearValues()
314 if (maxCount_ <= index) { in RefreshSelected()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.cpp40 maxCount_ = list->GetTotalCount(); in Update()
276 layoutManager_->LayoutToItem(maxCount_); in CalculateItemPosition()
394 …x_ == LIST_PARAM_INVAID && endIndex_ == LIST_PARAM_INVAID && maxCount_ > 0 && index >= maxCount_) { in GetChildByIndex()
506 if (tail < maxCount_) { in RecycleTail()
507 RecycleByRange(tail, maxCount_); in RecycleTail()
652 collectionInfo.rows = maxCount_ > 0 ? maxCount_ : itemsCount_; in UpdateAccessibilityAttr()
H A Dlist_element.cpp623 maxCount_ = index; in UpdateCachedComponent()
631 maxCount_ += tailLength_; in UpdateCachedComponent()
723 maxCount_ = static_cast<int32_t>(itemComponents_.size()); in GetRefreshItems()
829 renderList_->SetMaxCount(maxCount_); in PerformBuild()
835 if (maxCount_ == 0) { in PerformBuild()
874 maxCount_ = list->GetTotalCount(); in Update()
H A Drender_list.h150 return maxCount_; in GetMaxCount()
155 maxCount_ = maxCount; in SetMaxCount()
557 int32_t maxCount_ = 0; variable
H A Dgrid_layout_manager.h67 int32_t maxCount_ = 0; variable
H A Dlist_layout_manager.h95 int32_t maxCount_ = 0; variable
H A Dlist_element.h89 int32_t maxCount_ = 0; variable
H A Dgrid_layout_manager.cpp39 maxCount_ = renderList_.GetMaxCount(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/badge/
H A Dbadge_theme.h149 return maxCount_; in GetMaxCount()
183 int maxCount_ = 99; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_model_ng.h59 maxCount_ = maxCount; in SetMaxCount()
64 return maxCount_; in GetMaxCount()
150 uint32_t maxCount_ = 0; variable
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dmulti_sim_controller.cpp75 maxCount_ = SIM_SLOT_COUNT; in Init()
76 isSetActiveSimInProgress_.resize(maxCount_, 0); in Init()
77 TELEPHONY_LOGI("Create SimRdbHelper count = %{public}d", maxCount_); in Init()
105 maxCount_ = MAX_SLOT_COUNT; in AddExtraManagers()
108 static_cast<unsigned long>(count), maxCount_); in AddExtraManagers()
165 if (maxCount_ <= 1) { in InitPrimary()
423 for (int i = 0; i < maxCount_; i++) { in SortCache()
435 static_cast<unsigned long>(count), maxCount_); in SortCache()
724 for (; i < maxCount_; i++) { in GetFirstActivedSlotId()
/ohos5.0/base/telephony/cellular_data/services/include/apn_manager/
H A Dconnection_retry_policy.h42 int32_t maxCount_ = 5; variable
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/
H A Dconnection_retry_policy.cpp40 if ((apnItem != nullptr && apnItem->IsBadApn()) || (tryCount_ > maxCount_)) { in GetNextRetryApnItem()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Drender_grid.cpp224 maxCount_ = grid->GetTotalCount(); in Update()
812 if (maxCount_ > 0 && callback_) { in RequestChildIfNeeded()
813 callback_(0, std::min(cachedCount_, maxCount_)); in RequestChildIfNeeded()
843 int32_t remain = maxCount_ - (index_ + count_); in RequestChildIfNeeded()
H A Drender_grid.h215 int32_t maxCount_ = 0; variable
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_picker.h546 uint16_t maxCount_; variable
H A Dui_chart.h563 uint16_t maxCount_;
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dmulti_sim_controller.h121 int32_t maxCount_ = 0; variable
/ohos5.0/base/telephony/cellular_data/test/
H A Dapn_manager_test.cpp731 connectionRetryPolicy->maxCount_ = 0;
748 connectionRetryPolicy->maxCount_ = 0;
/ohos5.0/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h353 int32_t maxCount_ { 0 };
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_core_service.cpp460 multiSimController->maxCount_ = 1;
462 multiSimController->maxCount_ = 2;
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1017 maxCount_ = 0; in ParseRepeatKeyMaxCount()
1032 maxCount_ = tempCount; in ParseRepeatKeyMaxCount()
1565 (count_ > maxCount_ && keyEvent->GetKeyCode() == KeyEvent::KEYCODE_POWER)) { in HandleRepeatKey()

12