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.cpp333 auto capture = std::make_shared<OpenStacktraceCatcher>(); in AppStackCapture() local
341 auto capture = std::make_shared<OpenStacktraceCatcher>(); in SystemStackCapture() local
350 auto capture = std::make_shared<OpenStacktraceCatcher>(); in RemoteStackCapture() local
358 auto capture = std::make_shared<OpenStacktraceCatcher>(); in GetProcessStack() local
386 auto capture = std::make_shared<BinderCatcher>(); in BinderLogCapture() local
404 auto capture = std::make_shared<PeerBinderCatcher>(); in PeerBinderCapture() local
421 auto capture = std::make_shared<DmesgCatcher>(); in DmesgCapture() local
449 auto capture = std::make_shared<ShellCatcher>(); in HilogCapture() local
456 auto capture = std::make_shared<ShellCatcher>(); in HilogTagCapture() local
463 auto capture = std::make_shared<ShellCatcher>(); in LightHilogCapture() local
[all …]
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
Devent_log_task.h56 using capture = std::function<void()>; variable