Searched refs:EventLogTask (Results 1 – 5 of 5) sorted by relevance
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
D | event_log_task.cpp | 39 EventLogTask::EventLogTask(int fd, std::shared_ptr<SysEvent> event) in EventLogTask() function in OHOS::HiviewDFX::EventLogTask 48 …captureList_.insert(std::pair<std::string, capture>("s", std::bind(&EventLogTask::AppStackCapture,… in EventLogTask() 49 …captureList_.insert(std::pair<std::string, capture>("S", std::bind(&EventLogTask::SystemStackCaptu… in EventLogTask() 50 …captureList_.insert(std::pair<std::string, capture>("b", std::bind(&EventLogTask::BinderLogCapture… in EventLogTask() 51 …captureList_.insert(std::pair<std::string, capture>("cmd:c", std::bind(&EventLogTask::CpuUsageCapt… in EventLogTask() 52 …captureList_.insert(std::pair<std::string, capture>("cmd:m", std::bind(&EventLogTask::MemoryUsageC… in EventLogTask() 53 …captureList_.insert(std::pair<std::string, capture>("cmd:w", std::bind(&EventLogTask::WMSUsageCapt… in EventLogTask() 54 …captureList_.insert(std::pair<std::string, capture>("cmd:a", std::bind(&EventLogTask::AMSUsageCapt… in EventLogTask() 55 …captureList_.insert(std::pair<std::string, capture>("cmd:p", std::bind(&EventLogTask::PMSUsageCapt… in EventLogTask() 56 …captureList_.insert(std::pair<std::string, capture>("cmd:d", std::bind(&EventLogTask::DPMSUsageCap… in EventLogTask() [all …]
|
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/ |
D | event_log_task.h | 31 class EventLogTask { 45 EventLogTask(int fd, std::shared_ptr<SysEvent> event); 46 virtual ~EventLogTask() {}; in ~EventLogTask() 48 EventLogTask::Status StartCompose(); 49 EventLogTask::Status GetTaskStatus() const;
|
/base/hiviewdfx/hiview/plugins/eventlogger/include/ |
D | log_action.h | 41 std::unique_ptr<EventLogTask> logTask_;
|
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/ |
D | event_logger_catcher_test.cpp | 167 auto logTask = std::make_unique<EventLogTask>(fd, event); in StartCreate() 170 if (ret != EventLogTask::TASK_SUCCESS) { in StartCreate()
|
/base/hiviewdfx/hiview/plugins/eventlogger/ |
D | event_logger.cpp | 179 std::unique_ptr<EventLogTask> logTask = std::make_unique<EventLogTask>(fd, event); in StartLogCollect() 206 if (ret != EventLogTask::TASK_SUCCESS) { in StartLogCollect()
|