Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_task.cpp49 taskLogSize_(0), in EventLogTask()
166 taskLogSize_ += static_cast<uint32_t>(curLogSize); in ShouldStopLogTask()
169 if (taskLogSize_ > maxLogSize_ && !hasFinished) { in ShouldStopLogTask()
234 return taskLogSize_; in GetLogSize()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Devent_log_task.h61 uint32_t taskLogSize_; variable