Searched refs:result_callback (Results 1 – 9 of 9) sorted by relevance
56 RemoteConnectionResultCallback result_callback);91 RemoteConnectionResultCallback result_callback; member
100 RemoteConnectionResultCallback result_callback) { in OpenRemoteConnection() argument105 pending_remote_requests_.push_back({conn, std::move(result_callback)}); in OpenRemoteConnection()271 const auto callback = std::move(it->result_callback); in HandleConnectedResponse()320 const auto callback = std::move(it->result_callback); in RemoveConnection()
132 auto result_callback = [on_trace_stats](bool, const TraceStats&) { in WaitForTraceStats() local139 .WillOnce(Invoke(result_callback)); in WaitForTraceStats()142 .WillOnce(Invoke(result_callback)); in WaitForTraceStats()
339 args.result_callback(should_allow_consumer_connection); in ShouldAllowConsumerSession()
27 ResultCallback result_callback) in ReceiverChooser() argument28 : result_callback_(std::move(result_callback)), in ReceiverChooser()
34 ResultCallback result_callback);
42 std::function<void(bool /*allow*/)> result_callback; member
90 QueryResultBatchCallback result_callback) { in Query() argument103 result_callback(vec.data(), vec.size(), /*has_more=*/false); in Query()113 result_callback(res.data(), res.size(), has_more); in Query()
1586 args.result_callback = [this, backend_id, session_id](bool allow) { in CreateTracingSession()