Home
last modified time | relevance | path

Searched refs:EventLogCatcher (Results 1 – 15 of 15) sorted by relevance

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
Devent_log_catcher.cpp38 int EventLogCatcher::GetLogSize() const in GetLogSize()
43 void EventLogCatcher::SetLogSize(int size) in SetLogSize()
48 bool EventLogCatcher::Initialize(const std::string &strParam1 __UNUSED, int intParam1 __UNUSED, int… in Initialize()
55 int EventLogCatcher::Catch(int fd __UNUSED) in Catch()
60 void EventLogCatcher::Stop() in Stop()
65 int EventLogCatcher::AppendFile(int fd, const std::string &fileName) const in AppendFile()
112 std::string EventLogCatcher::GetDescription() const in GetDescription()
117 int EventLogCatcher::GetFdSize(int32_t fd) in GetFdSize()
Dopen_stacktrace_catcher.cpp32 OpenStacktraceCatcher::OpenStacktraceCatcher() : EventLogCatcher() in OpenStacktraceCatcher()
56 return EventLogCatcher::Initialize(packageNam, pid, intParam); in Initialize()
Dbinder_catcher.cpp26 BinderCatcher::BinderCatcher() : EventLogCatcher() in BinderCatcher()
Dshell_catcher.cpp26 ShellCatcher::ShellCatcher() : EventLogCatcher() in ShellCatcher()
Devent_log_task.cpp115 std::shared_ptr<EventLogCatcher> catcher) in ShouldStopLogTask()
141 void EventLogTask::AddStopReason(int fd, std::shared_ptr<EventLogCatcher> catcher, const std::strin… in AddStopReason()
162 void EventLogTask::AddSeparator(int fd, std::shared_ptr<EventLogCatcher> catcher) const in AddSeparator()
Ddmesg_catcher.cpp38 DmesgCatcher::DmesgCatcher() : EventLogCatcher() in DmesgCatcher()
Dpeer_binder_catcher.cpp40 PeerBinderCatcher::PeerBinderCatcher() : EventLogCatcher() in PeerBinderCatcher()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
Devent_log_catcher.h22 class EventLogCatcher {
25 EventLogCatcher() {}; in EventLogCatcher() function
30 virtual ~EventLogCatcher() {}; in ~EventLogCatcher()
Devent_log_task.h56 std::vector<std::shared_ptr<EventLogCatcher>> tasks_;
63 …opLogTask(int fd, uint32_t curTaskIndex, int curLogSize, std::shared_ptr<EventLogCatcher> catcher);
64 void AddStopReason(int fd, std::shared_ptr<EventLogCatcher> catcher, const std::string& reason);
65 void AddSeparator(int fd, std::shared_ptr<EventLogCatcher> catcher) const;
Dbinder_catcher.h23 class BinderCatcher : public EventLogCatcher {
Dopen_stacktrace_catcher.h23 class OpenStacktraceCatcher : public EventLogCatcher {
Ddmesg_catcher.h27 class DmesgCatcher : public EventLogCatcher {
Dshell_catcher.h25 class ShellCatcher : public EventLogCatcher {
Dpeer_binder_catcher.h28 class PeerBinderCatcher : public EventLogCatcher {
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
Devent_logger_catcher_test.cpp484 auto eventLogCatcher = std::make_shared<EventLogCatcher>();