Searched refs:EventLogCatcher (Results 1 – 15 of 15) sorted by relevance
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
D | event_log_catcher.cpp | 38 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()
|
D | open_stacktrace_catcher.cpp | 32 OpenStacktraceCatcher::OpenStacktraceCatcher() : EventLogCatcher() in OpenStacktraceCatcher() 56 return EventLogCatcher::Initialize(packageNam, pid, intParam); in Initialize()
|
D | binder_catcher.cpp | 26 BinderCatcher::BinderCatcher() : EventLogCatcher() in BinderCatcher()
|
D | shell_catcher.cpp | 26 ShellCatcher::ShellCatcher() : EventLogCatcher() in ShellCatcher()
|
D | event_log_task.cpp | 115 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()
|
D | dmesg_catcher.cpp | 38 DmesgCatcher::DmesgCatcher() : EventLogCatcher() in DmesgCatcher()
|
D | peer_binder_catcher.cpp | 40 PeerBinderCatcher::PeerBinderCatcher() : EventLogCatcher() in PeerBinderCatcher()
|
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/ |
D | event_log_catcher.h | 22 class EventLogCatcher { 25 EventLogCatcher() {}; in EventLogCatcher() function 30 virtual ~EventLogCatcher() {}; in ~EventLogCatcher()
|
D | event_log_task.h | 56 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;
|
D | binder_catcher.h | 23 class BinderCatcher : public EventLogCatcher {
|
D | open_stacktrace_catcher.h | 23 class OpenStacktraceCatcher : public EventLogCatcher {
|
D | dmesg_catcher.h | 27 class DmesgCatcher : public EventLogCatcher {
|
D | shell_catcher.h | 25 class ShellCatcher : public EventLogCatcher {
|
D | peer_binder_catcher.h | 28 class PeerBinderCatcher : public EventLogCatcher {
|
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/ |
D | event_logger_catcher_test.cpp | 484 auto eventLogCatcher = std::make_shared<EventLogCatcher>();
|