Home
last modified time | relevance | path

Searched defs:totalCount (Results 1 – 25 of 113) sorted by relevance

12345

/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/trace_record/
H A Dffrt_trace_record.cpp136 unsigned int totalCount = 0; in GetSubmitCount() local
148 unsigned int totalCount = 0; in GetEnqueueCount() local
160 unsigned int totalCount = 0; in GetRunCount() local
172 unsigned int totalCount = 0; in GetDoneCount() local
184 unsigned int totalCount = 0; in GetCoSwitchCount() local
195 unsigned int totalCount = 0; in GetFinishCount() local
/ohos5.0/drivers/hdf_core/adapter/uhdf2/osal/test/unittest/common/
H A Dosal_slist_test.cpp92 static void HdfOsalSlistTestInit(struct HdfSList *list, int &totalCount, HdfSListOps ops) in HdfOsalSlistTestInit()
115 int totalCount = 0; variable
130 int totalCount = 0; variable
148 int totalCount = 0; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_sysinfo.cpp182 const std::string &filePath, int totalCount, uint64_t microSeconds) in GetSysMeanCurrentVal()
200 void DistributedTestSysInfo::GetSysCurrentPower(SeqNo seqNo, int totalCount, uint64_t microSeconds) in GetSysCurrentPower()
243 const std::string &filePath, int totalCount, uint64_t microSeconds) in GetSysMeanCurrentVal()
250 void DistributedTestSysInfo::GetSysCurrentPower(SeqNo seqNo, int totalCount, uint64_t microSeconds) in GetSysCurrentPower()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_model_ng.cpp27 uint32_t totalCount, in Create()
51 void RepeatVirtualScrollModelNG::UpdateRenderState(uint32_t totalCount, bool visibleItemsChanged) in UpdateRenderState()
H A Dlazy_layout_wrapper_builder.cpp60 auto totalCount = GetTotalCount(); in OnGetOrCreateWrapperByIndex() local
79 auto totalCount = GetTotalCount(); in OnGetOrCreateWrapperByIndexLegacy() local
H A Drepeat_virtual_scroll_node.cpp31 …tualScrollNode> RepeatVirtualScrollNode::GetOrCreateRepeatNode(int32_t nodeId, uint32_t totalCount, in GetOrCreateRepeatNode()
53 RepeatVirtualScrollNode::RepeatVirtualScrollNode(int32_t nodeId, int32_t totalCount, in RepeatVirtualScrollNode()
67 void RepeatVirtualScrollNode::UpdateTotalCount(uint32_t totalCount) in UpdateTotalCount()
134 auto totalCount = static_cast<int32_t>(totalCount_); in CheckNode4IndexInL1() local
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_payload_statistics_impl_unittest.cpp120 uint64_t totalCount = DEFAULT_COUNT + DEFAULT_COUNT + DEFAULT_COUNT; variable
421 uint64_t totalCount = currentCount + DEFAULT_COUNT + DEFAULT_COUNT + DEFAULT_COUNT; variable
471 uint64_t totalCount = currentCount + DEFAULT_COUNT + DEFAULT_COUNT + DEFAULT_COUNT; variable
520 uint64_t totalCount = currentCount + DEFAULT_COUNT + DEFAULT_COUNT + DEFAULT_COUNT; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/foreach/
H A Dlazy_foreach_component.cpp51 size_t totalCount = OnGetTotalCount(); in ExpandChildren() local
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/device_client/
H A Dprocess_cpu_data.cpp28 void ProcessCpuData::Init(int magic, unsigned int totalCount, int pid) in Init()
H A Dthread_cpu_data.cpp31 void ThreadCpuData::Init(int magic, unsigned int totalCount, int pid) in Init()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_modifier_test_ng.cpp999 auto totalCount = pattern_->TotalCount(); variable
1335 auto totalCount = pattern_->TotalCount(); variable
1365 auto totalCount = pattern_->TotalCount(); variable
1406 auto totalCount = pattern_->TotalCount(); variable
1436 auto totalCount = pattern_->TotalCount(); variable
1475 auto totalCount = pattern_->TotalCount(); variable
1498 auto totalCount = pattern_->TotalCount(); variable
1522 auto totalCount = pattern_->TotalCount(); variable
1572 auto totalCount = pattern_->TotalCount(); variable
/ohos5.0/base/security/access_token/frameworks/privacy/src/
H A Dpermission_used_record_parcel.cpp78 uint32_t totalCount = accRecordSize + rejRecordSize; in Unmarshalling() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_controller.h40 void SetTotalCount(int32_t totalCount) in SetTotalCount()
/aosp12/frameworks/base/cmds/incidentd/src/
H A Dreport_directory.cpp57 size_t totalCount = 0; in clean_directory() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSetSlidingWindow.java82 public int totalCount; field in AlbumSetSlidingWindow.AlbumSetEntry
240 AlbumSetEntry entry, String title, int totalCount, int sourceType) { in isLabelChanged()
249 int totalCount = mSource.getTotalCount(slotIndex); in updateAlbumSetEntry() local
486 int slotIndex, String title, int totalCount, int sourceType) { in AlbumLabelLoader()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_utils.h117 static int32_t GetLoopIndex(int32_t index, int32_t totalCount) in GetLoopIndex()
131 static int32_t CalcLoopCount(int32_t index, int32_t totalCount) in CalcLoopCount()
/aosp12/packages/providers/TvProvider/src/com/android/providers/tv/
H A DEpgDataCleanupService.java125 int totalCount; in clearOverflowWatchHistory() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DNotificationImportExportListener.java101 int totalCount) { in onImportParsed()
204 int jobId, String displayName, int totalCount, int currentCount) { in constructProgressNotification()
H A DVCardImportExportListener.java27 int totalCount); in onImportParsed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_repeat_virtual_scroll.cpp101 auto totalCount = info[PARAM_TOTAL_COUNT]->ToNumber<uint32_t>(); in Create() local
189 auto totalCount = info[0]->ToNumber<uint32_t>(); in UpdateRenderState() local
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-new-rendering-control-repeat.md97 ## totalCount section
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-rendering-control-lazyforeach.md50 ### totalCount subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-rendering-control-lazyforeach.md37 ### totalCount subsection
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/dfx/
H A Dhiview_adapter.h40 uint64_t totalCount = 0; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Dgrid_component.cpp71 void GridComponent::SetTotalCount(int32_t totalCount) in SetTotalCount()

12345