Searched refs:on_disable_callback_for_bugreport (Results 1 – 2 of 2) sorted by relevance
578 std::function<void()> on_disable_callback_for_bugreport; member
1560 if (tracing_session->on_disable_callback_for_bugreport) { in DisableTracingNotifyConsumerAndFlushFile()1561 std::move(tracing_session->on_disable_callback_for_bugreport)(); in DisableTracingNotifyConsumerAndFlushFile()1562 tracing_session->on_disable_callback_for_bugreport = nullptr; in DisableTracingNotifyConsumerAndFlushFile()3173 if (session.on_disable_callback_for_bugreport) in MaybeSaveTraceForBugreport()3217 max_session->on_disable_callback_for_bugreport = std::move(callback); in MaybeSaveTraceForBugreport()