Home
last modified time | relevance | path

Searched refs:ShouldStopLogTask (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Devent_log_task.h67 …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 Devent_logger_catcher_test.cpp111 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 Devent_log_task.cpp140 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