/external/grpc-grpc/src/core/lib/iomgr/ |
D | tcp_custom.cc | 131 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()
|
D | call_combiner.cc | 71 grpc_error_string(error)); in grpc_call_combiner_start() 133 closure, grpc_error_string(closure->error_data.error)); in grpc_call_combiner_stop()
|
D | tcp_posix.cc | 265 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()
|
D | tcp_client_posix.cc | 110 const char* str = grpc_error_string(error); in tc_on_alarm() 147 const char* str = grpc_error_string(error); in on_writable()
|
D | lockfree_event.cc | 165 &state_, (void*)curr, grpc_error_string(shutdown_err)); in SetShutdown()
|
D | error.cc | 284 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()
|
D | call_combiner.h | 157 grpc_error_string(closures_[0].error), closures_[0].reason); in RunClosures()
|
D | endpoint_cfstream.cc | 122 const char* str = grpc_error_string(error); in CallReadCb() 142 const char* str = grpc_error_string(error); in CallWriteCb()
|
D | tcp_client_custom.cc | 68 const char* str = grpc_error_string(error); in on_alarm()
|
D | error.h | 131 const char* grpc_error_string(grpc_error* error);
|
D | tcp_server_custom.cc | 251 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/ |
D | transport_op_string.cc | 117 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()
|
D | error_utils.cc | 77 *error_string = gpr_strdup(grpc_error_string(error)); in grpc_error_get_status()
|
/external/grpc-grpc/test/core/transport/chttp2/ |
D | settings_timeout_test.cc | 105 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/ |
D | server_chttp2.cc | 39 const char* msg = grpc_error_string(err); in grpc_server_add_insecure_http2_port()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | lb_policy.cc | 49 grpc_lb_trace->name(), this, grpc_error_string(error)); in TryReresolutionLocked()
|
D | client_channel.cc | 486 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/ |
D | server_secure_chttp2.cc | 83 const char* msg = grpc_error_string(err); in grpc_server_add_secure_http2_port()
|
/external/grpc-grpc/src/core/lib/surface/ |
D | completion_queue.cc | 688 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/ |
D | bm_error.cc | 231 grpc_error_string(fixture.error()); in BM_ErrorStringOnNewError() 241 grpc_error_string(fixture.error()); in BM_ErrorStringRepeatedly()
|
/external/grpc-grpc/src/core/lib/channel/ |
D | handshaker.cc | 215 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/ |
D | chttp2_server.cc | 112 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/ |
D | oauth2_utils.cc | 47 gpr_log(GPR_ERROR, "Fetching token failed: %s", grpc_error_string(error)); in on_oauth2_response()
|
D | print_google_default_creds_token.cc | 47 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/ |
D | dns_resolver_ares.cc | 343 const char* msg = grpc_error_string(error); in OnResolvedLocked() 348 grpc_error_string(error)); in OnResolvedLocked()
|