Home
last modified time | relevance | path

Searched refs:AppStackCapture (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Devent_log_task.h72 void AppStackCapture();
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_task.cpp54 captureList_.insert(std::pair<std::string, capture>("s", [this] { this->AppStackCapture(); })); in EventLogTask()
237 void EventLogTask::AppStackCapture() in AppStackCapture() function in OHOS::HiviewDFX::EventLogTask
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp163 logTask->AppStackCapture();