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.cpp231 auto capture = std::make_shared<OpenStacktraceCatcher>(); in AppStackCapture() local
239 auto capture = std::make_shared<OpenStacktraceCatcher>(); in SystemStackCapture() local
248 auto capture = std::make_shared<BinderCatcher>(); in BinderLogCapture() local
255 auto capture = std::make_shared<MemoryCatcher>(); in MemoryUsageCapture() local
273 auto capture = std::make_shared<PeerBinderCatcher>(); in PeerBinderCapture() local
283 auto capture = std::make_shared<ShellCatcher>(); in CpuUsageCapture() local
290 auto capture = std::make_shared<ShellCatcher>(); in WMSUsageCapture() local
297 auto capture = std::make_shared<ShellCatcher>(); in AMSUsageCapture() local
304 auto capture = std::make_shared<ShellCatcher>(); in PMSUsageCapture() local
311 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