Searched refs:AddStopReason (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/ |
H A D | event_log_task.h | 69 void AddStopReason(int fd, std::shared_ptr<EventLogCatcher> catcher, const std::string& reason);
|
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | event_log_task.cpp | 142 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 D | event_logger_catcher_test.cpp | 108 logTask->AddStopReason(fd, nullptr, "Test"); in HWTEST_F() 110 logTask->AddStopReason(fd, eventLogCatcher, "Test"); in HWTEST_F()
|
Completed in 3 milliseconds