Home
last modified time | relevance | path

Searched refs:GetTotalCount (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_layout_wrapper_builder.cpp55 return builder_->GetTotalCount(); in OnGetTotalCount()
60 auto totalCount = GetTotalCount(); in OnGetOrCreateWrapperByIndex()
79 auto totalCount = GetTotalCount(); in OnGetOrCreateWrapperByIndexLegacy()
154 auto total = GetTotalCount(); in OnExpandChildLayoutWrapper()
H A Dlazy_for_each_node.h61 return builder_ ? builder_->GetTotalCount() : 0; in FrameCount()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_payload_statistics.cpp20 uint64_t IPCPayloadStatistics::GetTotalCount() in GetTotalCount() function in OHOS::IPCPayloadStatistics
22 return IPCPayloadStatisticsImpl::GetInstance().GetTotalCount(); in GetTotalCount()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_payload_statistics_impl_unittest.cpp107 EXPECT_EQ(instance.GetTotalCount(), 0);
121 EXPECT_EQ(instance.GetTotalCount(), totalCount);
424 EXPECT_EQ(instance.GetTotalCount(), totalCount);
474 EXPECT_EQ(instance.GetTotalCount(), totalCount);
523 EXPECT_EQ(instance.GetTotalCount(), totalCount);
H A Dipc_payload_statistics_unittest.cpp62 EXPECT_EQ(IPCPayloadStatistics::GetTotalCount(), 0);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.cpp41 contentCount_ = (controller_->GetTotalCount() > 0) ? controller_->GetTotalCount() : 0; in Update()
75 contentCount_ = controller_->GetTotalCount() > 0 ? controller_->GetTotalCount() : 0; in FlushIndex()
H A Dtab_controller.h44 int32_t GetTotalCount() const in GetTotalCount() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_single_version_result_set_test.cpp352 EXPECT_EQ(resultWindow.GetTotalCount(), TOTAL_COUNT);
378 EXPECT_EQ(resultWindow.GetTotalCount(), TOTAL_COUNT);
392 EXPECT_EQ(resultWindow.GetTotalCount(), TOTAL_COUNT);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dlazy_foreach_func.h37 int64_t GetTotalCount();
H A Dlazy_foreach.h40 return cjBuilder_->GetTotalCount(); in OnGetTotalCount()
H A Dlazy_foreach_func.cpp52 int64_t LazyForEachFuncs::GetTotalCount() in GetTotalCount() function in OHOS::Ace::Framework::LazyForEachFuncs
H A Dlazy_foreach.cpp37 auto totalIndex = cjBuilder_->GetTotalCount(); in OnExpandChildrenOnInitialInNG()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dresult_entries_window.h29 int GetTotalCount() const;
H A Dresult_entries_window.cpp59 int ResultEntriesWindow::GetTotalCount() const in GetTotalCount() function in DistributedDB::ResultEntriesWindow
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_payload_statistics.h32 static uint64_t GetTotalCount();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper_builder.h46 int32_t GetTotalCount() in GetTotalCount() function
H A Dlayout_wrapper_node.h70 currentChildCount_ += builder->GetTotalCount(); in SetLayoutWrapperBuilder()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_payload_statistics_impl.h51 uint64_t GetTotalCount();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Dgrid_component.h85 int32_t GetTotalCount() const in GetTotalCount() function
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Ddump_ipc_helper.cpp56 result += std::to_string(IPCPayloadStatistics::GetTotalCount()); in DumpIpcStat()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtabs_helper.h355 controller->SetTotalCount(controller->GetTotalCount() + count); in UpdateRenderTabContentCount()
362 tabContentRenderNode->UpdateContentCount(controller->GetTotalCount()); in UpdateRenderTabContentCount()
H A Dtab_content_proxy_element.cpp41 controller->SetTotalCount(controller_->GetTotalCount()); in Update()
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dlocal_ability_manager_dumper.cpp48 result += std::to_string(IPCPayloadStatistics::GetTotalCount()); in GetIpcStatistics()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dlayout_wrapper_build_test_ng.cpp169 EXPECT_EQ(lazyEach->GetTotalCount(), 2);
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service.cpp257 std::cout << " TotalCount = " << IPCPayloadStatistics::GetTotalCount(); in Dump()

12