Home
last modified time | relevance | path

Searched refs:totalSize_ (Results 1 – 13 of 13) sorted by relevance

/base/hiviewdfx/hiview/plugins/sysevent_source/
Dplatform_monitor.cpp92 if (maxTotalSize_ < SysEvent::totalSize_) { in CollectPerfProfiler()
93 maxTotalSize_.store(SysEvent::totalSize_); in CollectPerfProfiler()
97 totalSize_ = static_cast<uint32_t>(SysEvent::totalSize_); in CollectPerfProfiler()
135 maxTotalCount_.load(), maxTotalSize_.load(), totalCount_, totalSize_, in CollectPerfProfiler()
205 perfMeasure.totalSize = totalSize_; in GetBreakStat()
206 totalSize_ = 0; in GetBreakStat()
337 uint32_t curTotalSize_ = static_cast<uint32_t>(SysEvent::totalSize_); in ReportBreakProfile()
388 if (SysEvent::totalSize_ <= totalSizeBenchMark_) { in Breaking()
392 HIVIEW_LOGE("break as event reach critical size %{public}u", SysEvent::totalSize_.load()); in Breaking()
397 if (SysEvent::totalSize_ <= recoveryBenchMark) { in Breaking()
/base/request/request/frameworks/js/napi/src/upload/
Dupload_task.cpp32 totalSize_ = 0; in UploadTask()
99 totalSize_ = 0; in InitFileArray()
129 totalSize_ += static_cast<int64_t>(fileSize); in InitFileArray()
164 totalSize_ = 0; in OnRun()
/base/request/request/frameworks/js/napi/src/legacy/
Ddownload_task.cpp28 : taskId_(token), option_(option), callback_(callback), totalSize_(0), hasFileSize_(false) in DownloadTask()
180 if (GetFileSize(totalSize_)) { in Run()
184 …QUEST_HILOGD("download task retrytime: %{public}u, totalSize_: %{public}u", retryTime, totalSize_); in Run()
215 if (localFileLength < totalSize_) { in DoDownload()
/base/hiviewdfx/hiview/base/
Dsys_event.cpp75 std::atomic<int64_t> SysEvent::totalSize_(0); member in OHOS::HiviewDFX::SysEvent
89 totalSize_.fetch_add(AsJsonStr().length()); in SysEvent()
106 totalSize_.fetch_sub(AsJsonStr().length()); in ~SysEvent()
107 if (totalSize_ < 0) { in ~SysEvent()
108 totalSize_.store(0); in ~SysEvent()
Dlibhiviewbase.map42 "OHOS::HiviewDFX::SysEvent::totalSize_";
/base/update/updater/services/updater_binary/
Dupdate_processor.cpp45 size_t UScriptInstructionRawImageWrite::totalSize_ = 0; member in Updater::UScriptInstructionRawImageWrite
128 if (totalSize_ != 0) { in RawImageWriteProcessor()
130 …riter->GetUpdaterEnv()->PostMessage("set_progress", std::to_string((float)readSize_ / totalSize_)); in RawImageWriteProcessor()
147 totalSize_ = info->unpackedSize; in WriteRawImage()
149 if (partitionSize < totalSize_) { in WriteRawImage()
150 … LOG(ERROR) << "partition size: " << partitionSize << " is short than image size: " << totalSize_; in WriteRawImage()
225 totalSize_ = 0; in Execute()
Dupdate_processor.h65 static size_t totalSize_; variable
/base/request/request/frameworks/js/napi/include/legacy/
Ddownload_task.h66 uint32_t totalSize_; variable
/base/update/updater/services/flow_update/update_bin/
Dcomponent_processor.h35 : name_(name), totalSize_(len) {} in ComponentProcessor()
58 size_t totalSize_ {};
Dcomponent_processor.cpp161 … LOG(ERROR) << "partition size: " << partitionSize << " is short than image size: " << totalSize_; in PreProcess()
217 totalSize_ = 0; in PostProcess()
372 totalSize_ = 0; in PostProcess()
/base/request/request/frameworks/js/napi/include/upload/
Dupload_task.h73 int64_t totalSize_; variable
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
Dplatform_monitor.h104 uint32_t totalSize_ = 0; variable
/base/hiviewdfx/hiview/base/include/
Dsys_event.h126 static std::atomic<int64_t> totalSize_; variable