/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | result_entries_window.cpp | 29 totalCount_(0), in ResultEntriesWindow() 55 totalCount_ = rawCursor_->GetCount(); in Init() 61 return totalCount_; in GetTotalCount() 71 if ((rawCursor_ == nullptr && buffer_.empty()) || (position < 0 || position >= totalCount_)) { in MoveToPosition() 113 if (totalCount_ == 0) { in GetEntry() 154 if (target < begin || target >= totalCount_) { in LoadData() 167 for (; cursor < totalCount_ && bufferSize < windowSize_; cursor++) { in LoadData() 180 if (buffer_.size() == static_cast<size_t>(totalCount_)) { in LoadData()
|
H A D | result_entries_window.h | 43 int totalCount_; member in DistributedDB::ResultEntriesWindow
|
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | tab_controller.h | 42 totalCount_ = totalCount; in SetTotalCount() 46 return totalCount_; in GetTotalCount() 89 int32_t totalCount_ = 0; member in OHOS::Ace::TabController
|
H A D | tab_controller.cpp | 101 if (index >= totalCount_) { in SetIndexByController()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | repeat_virtual_scroll_node.cpp | 52 : ForEachBaseNode(V2::JS_REPEAT_ETS_TAG, nodeId), totalCount_(totalCount), in RepeatVirtualScrollNode() 62 totalCount_ = totalCount; in UpdateTotalCount() 78 if (totalCount_ > 0) { in DoSetActiveChildRange() 79 nStart = (nStart + totalCount_) % totalCount_; in DoSetActiveChildRange() 80 nEnd = (nEnd + totalCount_) % totalCount_; in DoSetActiveChildRange() 142 auto totalCount = static_cast<int32_t>(totalCount_); in CheckNode4IndexInL1() 412 if (i >= startIndex_ && i < startIndex_ + static_cast<int32_t>(totalCount_)) { in RecycleItems() 426 static_cast<int32_t>(totalCount_)); in FrameCount() [all...] |
H A D | repeat_virtual_scroll_node.h | 186 uint32_t totalCount_ = 0; member in OHOS::Ace::NG::RepeatVirtualScrollNode
|
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/ |
H A D | raw_input_command.h | 61 totalCount_ = (duration % eventInjectingInterval_ != 0) ? (total + 1) : total; in SetDuration() 96 return totalCount_; in GetTotalCount() 131 int32_t totalCount_ = 1; member in OHOS::Ace::BaseCommand
|
/foundation/window/window_manager/utils/src/ |
H A D | perform_reporter.cpp | 53 totalCount_ = 0; in PerformReporter() 76 if (totalCount_ < reportInterval_) { in report() 100 totalCount_++; in count() 109 oss << tag_ << " cost " << costTime << "ms, total count " << totalCount_; in count() local 115 totalCount_ = 0; in clear()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_adapter_impl.h | 45 totalCount_ = nodeCount; in SetNodeTotalCount() 50 return totalCount_; in GetNodeTotalCount() 165 uint32_t totalCount_ = 0; member in OHOS::Ace::NG::NativeLazyForEachBuilder
|
H A D | node_adapter_impl.cpp | 58 return totalCount_; in OnGetTotalCount()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
H A D | render_grid_scroll.h | 104 if (totalCount_ == totalCount) { in SetTotalCount() 107 if (totalCount_ < totalCount) { in SetTotalCount() 110 totalCount_ = totalCount; in SetTotalCount() 255 int32_t totalCount_ = 0; member in OHOS::Ace::V2::RenderGridScroll
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | utils_all_test.cpp | 99 ASSERT_EQ(1, reporter.totalCount_); in HWTEST_F() 101 ASSERT_EQ(1, reporter.totalCount_); in HWTEST_F()
|
H A D | perform_reporter_test.cpp | 68 if (pr.totalCount_ != totalCount) { in PerformDataCmp() 69 WLOGFE("pr.totalCount_=%{public}u, expect=%{public}u", pr.totalCount_.load(), totalCount); in PerformDataCmp()
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_component.h | 109 return totalCount_; in GetTotalCount() 123 totalCount_ = totalCount; in SetTotalCount() 544 int32_t totalCount_ { 0 };
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | render_water_flow.h | 108 if (totalCount_ != totalCount) { 109 totalCount_ = totalCount; 246 size_t totalCount_ = 0; // ElementProxyHost::TotalCount()
|
H A D | render_water_flow.cpp | 688 totalCount_ = getTotalCount_(); in OnDataSourceUpdated() 1224 totalCount_ = getTotalCount_(); in GetTailPos() 1225 auto iter = flowMatrix_.find(totalCount_ - 1); in GetTailPos()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_drag_manager.h | 76 int32_t totalCount_ = -1; member in OHOS::Ace::NG::ListItemDragManager
|
H A D | list_item_drag_manager.cpp | 120 totalCount_ = forEach->FrameCount(); in HandleOnItemDragStart() 315 bool reachEnd = (index == totalCount_ - 1) && endOffset < (listSize.MainSize(axis_) - hotZone); in IsInHotZone()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_db_proxy.cpp | 493 totalCount_(0u), in CloudActionContext() 584 info.total = totalCount_; in GetInfo() 633 totalCount_ = size; in SetInfo() 635 // totalCount_ should be equal to extend_ or batch data failed. in SetInfo() 636 if (totalCount_ != extend_.size()) { in SetInfo() 637 failedCount_ += totalCount_; in SetInfo()
|
H A D | cloud_db_proxy.h | 126 uint32_t totalCount_; member in DistributedDB::CloudDBProxy::CloudActionContext
|
/foundation/window/window_manager/utils/include/ |
H A D | perform_reporter.h | 58 std::atomic<uint32_t> totalCount_; member in OHOS::Rosen::PerformReporter
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 137 totalCount_ = 0; in Build() 146 totalCount_ += count; in Build() 267 totalCount_ = 0; in ResetChildren() 371 return totalCount_; in GetTotalCount() 384 if (totalCount_ == 0) { in Dump() 403 info += std::to_string(totalCount_); in Dump() 421 int32_t totalCount_ = 0; member in OHOS::Ace::NG::final
|