Searched refs:totalCount_ (Results 1 – 8 of 8) sorted by relevance
97 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;
89 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()
74 std::atomic<uint32_t> SysEvent::totalCount_(0); member in OHOS::HiviewDFX::SysEvent88 totalCount_.fetch_add(1); in SysEvent()103 if (totalCount_ > 0) { in ~SysEvent()104 totalCount_.fetch_sub(1); in ~SysEvent()
41 "OHOS::HiviewDFX::SysEvent::totalCount_";
103 uint32_t totalCount_ = 0; variable
154 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()
125 static std::atomic<uint32_t> totalCount_;
513 int16_t totalCount_ {0};