Searched refs:async_stop_closure (Results 1 – 2 of 2) sorted by relevance
116 auto closure = std::move(async_stop_closure); in HandleStopAsynchronously()117 async_stop_closure = std::function<void()>(); in HandleStopAsynchronously()121 mutable std::function<void()> async_stop_closure; member in perfetto::internal::__anona8a1db270111::StopArgsImpl972 stop_args.async_stop_closure = [this, backend_id, instance_id] { in StopDataSource_AsyncBegin()994 if (stop_args.async_stop_closure) in StopDataSource_AsyncBegin()995 std::move(stop_args.async_stop_closure)(); in StopDataSource_AsyncBegin()
224 std::function<void()> async_stop_closure; member710 handle_->async_stop_closure = args.HandleStopAsynchronously(); in OnStop()2889 EXPECT_TRUE(data_source->async_stop_closure); in TEST_P()2890 data_source->async_stop_closure(); in TEST_P()