/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/include/ |
H A D | file_access_service.h | 122 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 D | grid_layout_component.h | 48 (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 D | ui_chart.cpp | 120 : 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 D | ui_picker.cpp | 97 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 D | render_list.cpp | 40 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 D | list_element.cpp | 623 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 D | render_list.h | 150 return maxCount_; in GetMaxCount() 155 maxCount_ = maxCount; in SetMaxCount() 557 int32_t maxCount_ = 0; variable
|
H A D | grid_layout_manager.h | 67 int32_t maxCount_ = 0; variable
|
H A D | list_layout_manager.h | 95 int32_t maxCount_ = 0; variable
|
H A D | list_element.h | 89 int32_t maxCount_ = 0; variable
|
H A D | grid_layout_manager.cpp | 39 maxCount_ = renderList_.GetMaxCount(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/badge/ |
H A D | badge_theme.h | 149 return maxCount_; in GetMaxCount() 183 int maxCount_ = 99; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_model_ng.h | 59 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 D | multi_sim_controller.cpp | 75 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 D | connection_retry_policy.h | 42 int32_t maxCount_ = 5; variable
|
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/ |
H A D | connection_retry_policy.cpp | 40 if ((apnItem != nullptr && apnItem->IsBadApn()) || (tryCount_ > maxCount_)) { in GetNextRetryApnItem()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid/ |
H A D | render_grid.cpp | 224 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 D | render_grid.h | 215 int32_t maxCount_ = 0; variable
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_picker.h | 546 uint16_t maxCount_; variable
|
H A D | ui_chart.h | 563 uint16_t maxCount_;
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | multi_sim_controller.h | 121 int32_t maxCount_ = 0; variable
|
/ohos5.0/base/telephony/cellular_data/test/ |
H A D | apn_manager_test.cpp | 731 connectionRetryPolicy->maxCount_ = 0; 748 connectionRetryPolicy->maxCount_ = 0;
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/include/ |
H A D | key_command_handler.h | 353 int32_t maxCount_ { 0 };
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test_core_service.cpp | 460 multiSimController->maxCount_ = 1; 462 multiSimController->maxCount_ = 2;
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler.cpp | 1017 maxCount_ = 0; in ParseRepeatKeyMaxCount() 1032 maxCount_ = tempCount; in ParseRepeatKeyMaxCount() 1565 (count_ > maxCount_ && keyEvent->GetKeyCode() == KeyEvent::KEYCODE_POWER)) { in HandleRepeatKey()
|