Home
last modified time | relevance | path

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

/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…
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
Devent_log_task.cpp114 bool EventLogTask::ShouldStopLogTask(int fd, uint32_t curTaskIndex, int curLogSize, in ShouldStopLogTask() argument
123 bool hasFinished = (curTaskIndex == tasks_.size()); in ShouldStopLogTask()