Searched refs:ShouldStopLogTask (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/ |
H A D | event_log_task.h | 67 …bool ShouldStopLogTask(int fd, uint32_t curTaskIndex, int curLogSize, std::shared_ptr<EventLogCatc…
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/ |
H A D | event_logger_catcher_test.cpp | 111 bool ret = logTask->ShouldStopLogTask(fd, 1, -1, eventLogCatcher); 113 ret = logTask->ShouldStopLogTask(fd, 1, 20000, eventLogCatcher); 116 ret = logTask->ShouldStopLogTask(fd, 0, 1, eventLogCatcher);
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | event_log_task.cpp | 140 if (ShouldStopLogTask(dupedFd, catcherIndex, curLogSize, catcher)) { in StartCompose() 155 bool EventLogTask::ShouldStopLogTask(int fd, uint32_t curTaskIndex, int curLogSize, in ShouldStopLogTask() function in OHOS::HiviewDFX::EventLogTask
|