Home
last modified time | relevance | path

Searched refs:grpc_error_string (Results 1 – 25 of 48) sorted by relevance

12

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_custom.cc131 const char* str = grpc_error_string(error); in call_read_cb()
175 grpc_error_string(error)); in tcp_read_allocation_done()
190 const char* str = grpc_error_string(error); in tcp_read_allocation_done()
216 const char* str = grpc_error_string(error); in custom_write_callback()
285 const char* str = grpc_error_string(why); in endpoint_shutdown()
Dcall_combiner.cc71 grpc_error_string(error)); in grpc_call_combiner_start()
133 closure, grpc_error_string(closure->error_data.error)); in grpc_call_combiner_stop()
Dtcp_posix.cc265 gpr_log(GPR_INFO, "TCP:%p got_write: %s", arg, grpc_error_string(error)); in tcp_drop_uncovered_then_handle_write()
392 const char* str = grpc_error_string(error); in call_read_cb()
480 grpc_error_string(error)); in tcp_read_allocation_done()
512 gpr_log(GPR_INFO, "TCP:%p got_read: %s", tcp, grpc_error_string(error)); in tcp_handle_read()
736 gpr_log(GPR_INFO, "TCP:%p got_error: %s", tcp, grpc_error_string(error)); in tcp_handle_error()
903 const char* str = grpc_error_string(error); in tcp_handle_write()
954 const char* str = grpc_error_string(error); in tcp_write()
Dtcp_client_posix.cc110 const char* str = grpc_error_string(error); in tc_on_alarm()
147 const char* str = grpc_error_string(error); in on_writable()
Dlockfree_event.cc165 &state_, (void*)curr, grpc_error_string(shutdown_err)); in SetShutdown()
Derror.cc284 new_err, grpc_error_string(new_err)); in internal_add_error()
701 const char* e = grpc_error_string(lerr->err); in add_errs()
748 const char* grpc_error_string(grpc_error* err) { in grpc_error_string() function
816 const char* msg = grpc_error_string(error); in grpc_log_if_error()
Dcall_combiner.h157 grpc_error_string(closures_[0].error), closures_[0].reason); in RunClosures()
Dendpoint_cfstream.cc122 const char* str = grpc_error_string(error); in CallReadCb()
142 const char* str = grpc_error_string(error); in CallWriteCb()
Dtcp_client_custom.cc68 const char* str = grpc_error_string(error); in on_alarm()
Derror.h131 const char* grpc_error_string(grpc_error* error);
Dtcp_server_custom.cc251 gpr_log(GPR_ERROR, "Accept failed: %s", grpc_error_string(error)); in custom_accept_callback()
378 const char* str = grpc_error_string(error); in tcp_server_add_port()
/external/grpc-grpc/src/core/lib/transport/
Dtransport_op_string.cc117 grpc_error_string(op->payload->cancel_stream.cancel_error); in grpc_transport_stream_op_batch_string()
155 const char* err = grpc_error_string(op->disconnect_with_error); in grpc_transport_op_string()
163 const char* msg = grpc_error_string(op->goaway_error); in grpc_transport_op_string()
Derror_utils.cc77 *error_string = gpr_strdup(grpc_error_string(error)); in grpc_error_get_status()
/external/grpc-grpc/test/core/transport/chttp2/
Dsettings_timeout_test.cc105 ASSERT_EQ(GRPC_ERROR_NONE, error) << grpc_error_string(error); in Connect()
179 gpr_log(GPR_INFO, "OnEventDone(): %s", grpc_error_string(error)); in OnEventDone()
/external/grpc-grpc/src/core/ext/transport/chttp2/server/insecure/
Dserver_chttp2.cc39 const char* msg = grpc_error_string(err); in grpc_server_add_insecure_http2_port()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dlb_policy.cc49 grpc_lb_trace->name(), this, grpc_error_string(error)); in TryReresolutionLocked()
Dclient_channel.cc486 chand, chand->resolver_result, grpc_error_string(error), in on_resolver_result_changed_locked()
1243 elem->channel_data, calld, num_batches, grpc_error_string(error)); in pending_batches_fail()
1648 chand, calld, grpc_error_string(error)); in recv_initial_metadata_ready()
1739 chand, calld, grpc_error_string(error)); in recv_message_ready()
1966 chand, calld, grpc_error_string(error)); in recv_trailing_metadata_ready()
2098 chand, calld, grpc_error_string(error), batch_str); in on_complete()
2224 grpc_error_string(error)); in add_retriable_send_initial_metadata_op()
2605 chand, calld, grpc_error_string(error)); in recv_trailing_metadata_ready_channelz()
2678 chand, calld, calld->subchannel_call, grpc_error_string(new_error)); in create_subchannel_call()
2725 chand, calld, grpc_error_string(new_error)); in pick_done()
[all …]
/external/grpc-grpc/src/core/ext/transport/chttp2/server/secure/
Dserver_secure_chttp2.cc83 const char* msg = grpc_error_string(err); in grpc_server_add_secure_http2_port()
/external/grpc-grpc/src/core/lib/surface/
Dcompletion_queue.cc688 const char* errmsg = grpc_error_string(error);
731 const char* msg = grpc_error_string(kick_error);
771 const char* errmsg = grpc_error_string(error);
814 const char* msg = grpc_error_string(kick_error);
836 const char* errmsg = grpc_error_string(error);
1037 const char* msg = grpc_error_string(err);
1279 const char* msg = grpc_error_string(err);
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_error.cc231 grpc_error_string(fixture.error()); in BM_ErrorStringOnNewError()
241 grpc_error_string(fixture.error()); in BM_ErrorStringRepeatedly()
/external/grpc-grpc/src/core/lib/channel/
Dhandshaker.cc215 mgr, grpc_error_string(error), mgr->shutdown, mgr->index, args_str); in call_next_handshaker_locked()
248 mgr, grpc_error_string(error)); in call_next_handshaker_locked()
/external/grpc-grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc112 const char* error_str = grpc_error_string(error); in on_handshake_done()
319 const char* warning_message = grpc_error_string(err); in grpc_chttp2_server_add_port()
/external/grpc-grpc/test/core/security/
Doauth2_utils.cc47 gpr_log(GPR_ERROR, "Fetching token failed: %s", grpc_error_string(error)); in on_oauth2_response()
Dprint_google_default_creds_token.cc47 fprintf(stderr, "Fetching token failed: %s\n", grpc_error_string(error)); in on_metadata_response()
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Ddns_resolver_ares.cc343 const char* msg = grpc_error_string(error); in OnResolvedLocked()
348 grpc_error_string(error)); in OnResolvedLocked()

12