Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
Devent_log_task.cpp101 int curLogSize = catcher->Catch(dupedFd); in StartCompose() local
102 if (ShouldStopLogTask(dupedFd, catcherIndex, curLogSize, catcher)) { in StartCompose()
114 bool EventLogTask::ShouldStopLogTask(int fd, uint32_t curTaskIndex, int curLogSize, in ShouldStopLogTask() argument
122 bool encounterErr = (curLogSize < 0); in ShouldStopLogTask()
125 taskLogSize_ += curLogSize; in ShouldStopLogTask()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
Devent_log_task.h63 …bool ShouldStopLogTask(int fd, uint32_t curTaskIndex, int curLogSize, std::shared_ptr<EventLogCatc…