Searched refs:curLogSize (Results 1 – 2 of 2) sorted by relevance
101 int curLogSize = catcher->Catch(dupedFd); in StartCompose() local102 if (ShouldStopLogTask(dupedFd, catcherIndex, curLogSize, catcher)) { in StartCompose()114 bool EventLogTask::ShouldStopLogTask(int fd, uint32_t curTaskIndex, int curLogSize, in ShouldStopLogTask() argument122 bool encounterErr = (curLogSize < 0); in ShouldStopLogTask()125 taskLogSize_ += curLogSize; in ShouldStopLogTask()
63 …bool ShouldStopLogTask(int fd, uint32_t curTaskIndex, int curLogSize, std::shared_ptr<EventLogCatc…