Searched refs:captureList_ (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | event_log_task.cpp | 62 captureList_.insert(std::pair<std::string, capture>("s", [this] { this->AppStackCapture(); })); in EventLogTask() 63 captureList_.insert(std::pair<std::string, capture>("S", [this] { this->SystemStackCapture(); })); in EventLogTask() 64 captureList_.insert(std::pair<std::string, capture>("b", [this] { this->BinderLogCapture(); })); in EventLogTask() 65 captureList_.insert(std::pair<std::string, capture>("ffrt", [this] { this->FfrtCapture(); })); in EventLogTask() 66 captureList_.insert(std::pair<std::string, capture>("cmd:m", [this] { this->MemoryUsageCapture(); })); in EventLogTask() 67 captureList_.insert(std::pair<std::string, capture>("cmd:c", [this] { this->CpuUsageCapture(); })); in EventLogTask() 68 captureList_.insert(std::pair<std::string, capture>("cmd:w", [this] { this->WMSUsageCapture(); })); in EventLogTask() 69 captureList_.insert(std::pair<std::string, capture>("cmd:a", [this] { this->AMSUsageCapture(); })); in EventLogTask() 70 captureList_.insert(std::pair<std::string, capture>("cmd:p", [this] { this->PMSUsageCapture(); })); in EventLogTask() 71 captureList_ in EventLogTask() [all...] |
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/ |
H A D | event_log_task.h | 63 std::map<std::string, capture> captureList_; member in OHOS::HiviewDFX::EventLogTask
|
Completed in 2 milliseconds