Home
last modified time | relevance | path

Searched defs:capture (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
Devent_log_task.cpp239 auto capture = std::make_shared<OpenStacktraceCatcher>(); in AppStackCapture() local
247 auto capture = std::make_shared<OpenStacktraceCatcher>(); in SystemStackCapture() local
256 auto capture = std::make_shared<BinderCatcher>(); in BinderLogCapture() local
263 auto capture = std::make_shared<MemoryCatcher>(); in MemoryUsageCapture() local
281 auto capture = std::make_shared<PeerBinderCatcher>(); in PeerBinderCapture() local
291 auto capture = std::make_shared<ShellCatcher>(); in CpuUsageCapture() local
298 auto capture = std::make_shared<ShellCatcher>(); in WMSUsageCapture() local
305 auto capture = std::make_shared<ShellCatcher>(); in AMSUsageCapture() local
312 auto capture = std::make_shared<ShellCatcher>(); in PMSUsageCapture() local
319 auto capture = std::make_shared<ShellCatcher>(); in DPMSUsageCapture() local
[all …]
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
Devent_log_task.h54 using capture = std::function<void()>; variable