Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Devent_log_task.h68 bool ShouldStopLogTask(int fd, uint32_t curTaskIndex, int curLogSize, std::shared_ptr<EventLogCatcher> catcher);
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp112 bool ret = logTask->ShouldStopLogTask(fd, 1, -1, eventLogCatcher); in HWTEST_F()
114 ret = logTask->ShouldStopLogTask(fd, 1, 20000, eventLogCatcher); in HWTEST_F()
117 ret = logTask->ShouldStopLogTask(fd, 0, 1, eventLogCatcher); in HWTEST_F()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_task.cpp150 if (ShouldStopLogTask(dupedFd, catcherIndex, curLogSize, catcher)) { in StartCompose()
164 bool EventLogTask::ShouldStopLogTask(int fd, uint32_t curTaskIndex, int curLogSize, in ShouldStopLogTask() function in OHOS::HiviewDFX::EventLogTask

Completed in 3 milliseconds