Home
last modified time | relevance | path

Searched refs:totalCount_ (Results 1 – 8 of 8) sorted by relevance

/base/powermgr/battery_statistics/utils/native/include/
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;
/base/hiviewdfx/hiview/plugins/sysevent_source/
Dplatform_monitor.cpp89 if (maxTotalCount_ < SysEvent::totalCount_) { in CollectPerfProfiler()
90 maxTotalCount_.store(SysEvent::totalCount_); in CollectPerfProfiler()
96 totalCount_ = SysEvent::totalCount_; in CollectPerfProfiler()
135 maxTotalCount_.load(), maxTotalSize_.load(), totalCount_, totalSize_, in CollectPerfProfiler()
202 perfMeasure.totalCount = totalCount_; in GetBreakStat()
203 totalCount_ = 0; in GetBreakStat()
336 uint32_t curTotalCount_ = SysEvent::totalCount_; in ReportBreakProfile()
/base/hiviewdfx/hiview/base/
Dsys_event.cpp74 std::atomic<uint32_t> SysEvent::totalCount_(0); member in OHOS::HiviewDFX::SysEvent
88 totalCount_.fetch_add(1); in SysEvent()
103 if (totalCount_ > 0) { in ~SysEvent()
104 totalCount_.fetch_sub(1); in ~SysEvent()
Dlibhiviewbase.map41 "OHOS::HiviewDFX::SysEvent::totalCount_";
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
Dplatform_monitor.h103 uint32_t totalCount_ = 0; variable
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp154 totalCount_--; in CancelRemindersImplLocked()
213 if (totalCount_ >= ReminderDataManager::MAX_NUM_REMINDER_LIMIT_SYSTEM) { in CheckReminderLimitExceededLocked()
597 totalCount_++; in UpdateAndSaveReminderLocked()
929 return "ReminderDataManager{ totalCount:" + std::to_string(totalCount_) + ",\n" + in Dump()
967 totalCount_--; in GetRecentReminderLocked()
1149 totalCount_ = static_cast<int16_t>(reminderVector_.size()); in LoadReminderFromDb()
1270 totalCount_--; in RemoveReminderLocked()
/base/hiviewdfx/hiview/base/include/
Dsys_event.h125 static std::atomic<uint32_t> totalCount_;
/base/notification/distributed_notification_service/services/ans/include/
Dreminder_data_manager.h513 int16_t totalCount_ {0};