Home
last modified time | relevance | path

Searched refs:totalCount_ (Results 1 - 7 of 7) sorted by relevance

/base/powermgr/battery_statistics/utils/native/include/
H A Dstats_helper.h97 totalCount_ += count; in AddCount()
100 count, totalCount_); in AddCount()
108 return totalCount_; in GetCount()
113 totalCount_ = StatsUtils::DEFAULT_VALUE; in Reset()
116 int64_t totalCount_ = StatsUtils::DEFAULT_VALUE; member in OHOS::PowerMgr::StatsHelper::Counter
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dplatform_monitor.cpp92 if (maxTotalCount_ < SysEvent::totalCount_) { in CollectPerfProfiler()
93 maxTotalCount_.store(SysEvent::totalCount_); in CollectPerfProfiler()
99 totalCount_ = SysEvent::totalCount_; in CollectPerfProfiler()
133 HIVIEW_LOGD("maxTotalCount_=%{public}u, maxTotalSize_=%{public}u, totalCount_=%{public}u, totalSize_=%{public}u, " in CollectPerfProfiler()
138 maxTotalCount_.load(), maxTotalSize_.load(), totalCount_, totalSize_, in CollectPerfProfiler()
205 perfMeasure.totalCount = totalCount_; in GetBreakStat()
206 totalCount_ = 0; in GetBreakStat()
326 uint32_t curTotalCount_ = SysEvent::totalCount_; in ReportBreakProfile()
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dplatform_monitor.h103 uint32_t totalCount_ = 0; member in OHOS::HiviewDFX::PlatformMonitor
/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp100 std::atomic<uint32_t> SysEvent::totalCount_(0);
114 totalCount_.fetch_add(1); in SysEvent()
140 if (totalCount_ > 0) { in ~SysEvent()
141 totalCount_.fetch_sub(1); in ~SysEvent()
/base/hiviewdfx/hiview/base/include/
H A Dsys_event.h129 static std::atomic<uint32_t> totalCount_; member in OHOS::HiviewDFX::SysEvent
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp261 totalCount_--; in CancelRemindersImplLocked()
332 if (totalCount_ >= ReminderDataManager::MAX_NUM_REMINDER_LIMIT_SYSTEM) { in CheckReminderLimitExceededLocked()
867 totalCount_++; in UpdateAndSaveReminderLocked()
1263 return "ReminderDataManager{ totalCount:" + std::to_string(totalCount_) + ",\n" + in Dump()
1294 totalCount_--; in GetRecentReminderLocked()
1563 totalCount_ = static_cast<int16_t>(reminderVector_.size()); in LoadReminderFromDb()
1732 totalCount_--; in RemoveReminderLocked()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_data_manager.h735 int16_t totalCount_ {0};

Completed in 7 milliseconds