Searched refs:taskLogSize_ (Results 1 – 2 of 2) sorted by relevance
49 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()
61 uint32_t taskLogSize_; variable