Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Devent_log_task.h69 void AddStopReason(int fd, std::shared_ptr<EventLogCatcher> catcher, const std::string& reason);
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_task.cpp142 AddStopReason(targetFd_, catcher, "Fail to dup file descriptor, exit!"); in StartCompose()
179 AddStopReason(fd, catcher, "Exceed max log size"); in ShouldStopLogTask()
185 AddStopReason(fd, catcher, "Log catcher not successful"); in ShouldStopLogTask()
191 void EventLogTask::AddStopReason(int fd, std::shared_ptr<EventLogCatcher> catcher, const std::string& reason) in AddStopReason() function in OHOS::HiviewDFX::EventLogTask
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp108 logTask->AddStopReason(fd, nullptr, "Test"); in HWTEST_F()
110 logTask->AddStopReason(fd, eventLogCatcher, "Test"); in HWTEST_F()

Completed in 3 milliseconds