Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_task.cpp147 int curLogSize = catcher->Catch(dupedFd, dupedJsonFd); in StartCompose() local
148 HIVIEW_LOGI("finish catcher: %{public}s, curLogSize: %{public}d", catcher->GetDescription().c_str(), in StartCompose()
149 curLogSize); in StartCompose()
150 if (ShouldStopLogTask(dupedFd, catcherIndex, curLogSize, catcher)) { in StartCompose()
164 bool EventLogTask::ShouldStopLogTask(int fd, uint32_t curTaskIndex, int curLogSize, in ShouldStopLogTask() argument
172 bool encounterErr = (curLogSize < 0); in ShouldStopLogTask()
175 taskLogSize_ += static_cast<uint32_t>(curLogSize); in ShouldStopLogTask()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Devent_log_task.h68 bool ShouldStopLogTask(int fd, uint32_t curTaskIndex, int curLogSize, std::shared_ptr<EventLogCatcher> catcher);

Completed in 2 milliseconds