Searched refs:ShouldStopLogTask (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/ |
H A D | event_log_task.h | 68 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 D | event_logger_catcher_test.cpp | 112 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 D | event_log_task.cpp | 150 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