Home
last modified time | relevance | path

Searched refs:capture (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_task.cpp62 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_.insert(std::pair<std::string, capture>("cm in EventLogTask()
248 auto capture = std::make_shared<OpenStacktraceCatcher>(); AppStackCapture() local
256 auto capture = std::make_shared<OpenStacktraceCatcher>(); SystemStackCapture() local
265 auto capture = std::make_shared<BinderCatcher>(); BinderLogCapture() local
273 auto capture = std::make_shared<FfrtCatcher>(); FfrtCapture() local
281 auto capture = std::make_shared<MemoryCatcher>(); MemoryUsageCapture() local
299 auto capture = std::make_shared<PeerBinderCatcher>(); PeerBinderCapture() local
309 auto capture = std::make_shared<ShellCatcher>(); CpuUsageCapture() local
316 auto capture = std::make_shared<ShellCatcher>(); WMSUsageCapture() local
323 auto capture = std::make_shared<ShellCatcher>(); AMSUsageCapture() local
330 auto capture = std::make_shared<ShellCatcher>(); PMSUsageCapture() local
337 auto capture = std::make_shared<ShellCatcher>(); DPMSUsageCapture() local
344 auto capture = std::make_shared<ShellCatcher>(); RSUsageCapture() local
351 auto capture = std::make_shared<ShellCatcher>(); MMIUsageCapture() local
358 auto capture = std::make_shared<ShellCatcher>(); DMSUsageCapture() local
365 auto capture = std::make_shared<ShellCatcher>(); EECStateCapture() local
373 auto capture = std::make_shared<ShellCatcher>(); GECStateCapture() local
381 auto capture = std::make_shared<ShellCatcher>(); UIStateCapture() local
388 auto capture = std::make_shared<ShellCatcher>(); Screenshot() local
395 auto capture = std::make_shared<ShellCatcher>(); HilogCapture() local
402 auto capture = std::make_shared<ShellCatcher>(); LightHilogCapture() local
409 auto capture = std::make_shared<DmesgCatcher>(); DmesgCapture() local
417 auto capture = std::make_shared<DmesgCatcher>(); SysrqCapture() local
447 auto capture = std::make_shared<ShellCatcher>(); SCBSessionCapture() local
455 auto capture = std::make_shared<ShellCatcher>(); SCBViewParamCapture() local
463 auto capture = std::make_shared<ShellCatcher>(); SCBWMSCapture() local
477 auto capture = std::make_shared<ShellCatcher>(); SCBWMSEVTCapture() local
491 auto capture = std::make_shared<ShellCatcher>(); DumpAppMapCapture() local
498 auto capture = std::make_shared<ShellCatcher>(); InputHilogCapture() local
[all...]
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Devent_log_task.h54 using capture = std::function<void()>;
63 std::map<std::string, capture> captureList_;

Completed in 2 milliseconds