Home
last modified time | relevance | path

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

12345

/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dtransport_op_string.cc112 grpc_error_string(op->payload->cancel_stream.cancel_error))); in grpc_transport_stream_op_batch_string()
135 grpc_error_string(op->disconnect_with_error))); in grpc_transport_op_string()
140 absl::StrCat(" SEND_GOAWAY:%s", grpc_error_string(op->goaway_error))); in grpc_transport_op_string()
/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()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_custom.cc131 const char* str = grpc_error_string(error); in call_read_cb()
178 grpc_error_string(error)); in tcp_read_allocation_done()
194 const char* str = grpc_error_string(error); in tcp_read_allocation_done()
224 const char* str = grpc_error_string(error); in custom_write_callback()
294 const char* str = grpc_error_string(why); in endpoint_shutdown()
Dcall_combiner.cc120 this, closure DEBUG_FMT_ARGS, reason, grpc_error_string(error)); in Start()
179 closure, grpc_error_string(closure->error_data.error)); in Stop()
Dparse_address.cc58 gpr_log(GPR_ERROR, "%s", grpc_error_string(error)); in grpc_parse_unix()
75 gpr_log(GPR_ERROR, "%s", grpc_error_string(error)); in grpc_parse_unix_abstract()
/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()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_server_config_fetcher.cc86 grpc_error_string(error)); in OnError()
127 grpc_error_string(error)); in grpc_server_config_fetcher_xds_create()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Djwt_verifier_test.cc213 gpr_log(GPR_ERROR, "JSON parse error: %s", grpc_error_string(error)); in test_claims_success()
235 gpr_log(GPR_ERROR, "JSON parse error: %s", grpc_error_string(error)); in test_expired_claims_failure()
263 gpr_log(GPR_ERROR, "JSON parse error: %s", grpc_error_string(error)); in test_invalid_claims_failure()
276 gpr_log(GPR_ERROR, "JSON parse error: %s", grpc_error_string(error)); in test_bad_audience_claims_failure()
293 gpr_log(GPR_ERROR, "JSON parse error: %s", grpc_error_string(error)); in test_bad_subject_claims_failure()
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dvalidate_service_config.cc33 return_value = grpc_error_string(error); in ValidateServiceConfigJSON()
/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/rust/crates/grpcio-sys/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()
Dserver_chttp2_posix.cc63 grpc_error_string(error)); in grpc_server_add_insecure_channel_from_fd()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Ddynamic_filters.cc55 const char* error_string = grpc_error_string(*error); in Call()
147 grpc_error_string(error)); in CreateChannelStack()
Dclient_channel.cc2034 trace_strings.push_back(grpc_error_string(service_config_error)); in OnResolverResultChangedLocked()
2042 this, grpc_error_string(service_config_error)); in OnResolverResultChangedLocked()
2134 grpc_error_string(error)); in OnResolverErrorLocked()
2518 grpc_error_string(op->disconnect_with_error)); in StartTransportOpLocked()
2703 chand, calld, grpc_error_string(calld->cancel_error_)); in StartTransportStreamOpBatch()
2722 calld, grpc_error_string(calld->cancel_error_)); in StartTransportStreamOpBatch()
2835 elem->channel_data, this, num_batches, grpc_error_string(error)); in PendingBatchesFail()
2927 chand, calld, grpc_error_string(error), self, in CancelLocked()
3073 chand, calld, grpc_error_string(error)); in ResolutionDone()
3174 chand, this, grpc_error_string(error)); in CreateDynamicCall()
[all …]
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dlb_policy.cc49 grpc_lb_trace->name(), this, grpc_error_string(error)); in TryReresolutionLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dhandshaker.cc132 this, grpc_error_string(error), is_shutdown_, index_, in CallNextHandshakerLocked()
165 this, grpc_error_string(error)); in CallNextHandshakerLocked()
/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/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc106 grpc_error_string(error)); in UpdateConfig()
241 const char* error_str = grpc_error_string(error); in OnHandshakeDone()
297 grpc_error_string(channel_init_err)); in OnHandshakeDone()
570 gpr_log(GPR_INFO, "WARNING: %s", grpc_error_string(error)); in Chttp2ServerAddPort()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_provider.cc263 root_cert_full_path.c_str(), grpc_error_string(root_error)); in ReadRootCertificatesFromFile()
321 private_key_path.c_str(), grpc_error_string(key_error)); in ReadIdentityKeyCertPairFromFiles()
329 identity_certificate_path.c_str(), grpc_error_string(cert_error)); in ReadIdentityKeyCertPairFromFiles()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/server/secure/
Dserver_secure_chttp2.cc80 const char* msg = grpc_error_string(err); in grpc_server_add_secure_http2_port()
/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/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Ddns_resolver_ares.cc216 this, grpc_error_string(error), shutdown_initiated_); in OnNextResolutionLocked()
366 grpc_error_string(error)); in OnResolvedLocked()
377 this, grpc_error_string(error)); in OnResolvedLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/tls/
Dtls_security_connector.cc354 grpc_error_string(root_cert_error)); in OnError()
359 grpc_error_string(identity_cert_error)); in OnError()
611 grpc_error_string(root_cert_error)); in OnError()
616 grpc_error_string(identity_cert_error)); in OnError()

12345