Searched defs:capture (Results 1 – 2 of 2) sorted by relevance
333 auto capture = std::make_shared<OpenStacktraceCatcher>(); in AppStackCapture() local341 auto capture = std::make_shared<OpenStacktraceCatcher>(); in SystemStackCapture() local350 auto capture = std::make_shared<OpenStacktraceCatcher>(); in RemoteStackCapture() local358 auto capture = std::make_shared<OpenStacktraceCatcher>(); in GetProcessStack() local386 auto capture = std::make_shared<BinderCatcher>(); in BinderLogCapture() local404 auto capture = std::make_shared<PeerBinderCatcher>(); in PeerBinderCapture() local421 auto capture = std::make_shared<DmesgCatcher>(); in DmesgCapture() local449 auto capture = std::make_shared<ShellCatcher>(); in HilogCapture() local456 auto capture = std::make_shared<ShellCatcher>(); in HilogTagCapture() local463 auto capture = std::make_shared<ShellCatcher>(); in LightHilogCapture() local[all …]
56 using capture = std::function<void()>; variable