Home
last modified time | relevance | path

Searched refs:taskLogSize_ (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Devent_log_task.h61 uint32_t taskLogSize_; member in OHOS::HiviewDFX::EventLogTask
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_task.cpp57 taskLogSize_(0), in EventLogTask()
175 taskLogSize_ += static_cast<uint32_t>(curLogSize); in ShouldStopLogTask()
178 if (taskLogSize_ > maxLogSize_ && !hasFinished) { in ShouldStopLogTask()
243 return taskLogSize_; in GetLogSize()

Completed in 2 milliseconds