/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/ |
D | transport_op_string.cc | 112 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/ |
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()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_custom.cc | 131 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()
|
D | call_combiner.cc | 120 this, closure DEBUG_FMT_ARGS, reason, grpc_error_string(error)); in Start() 179 closure, grpc_error_string(closure->error_data.error)); in Stop()
|
D | parse_address.cc | 58 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/ |
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()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_server_config_fetcher.cc | 86 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/ |
D | jwt_verifier_test.cc | 213 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/ |
D | validate_service_config.cc | 33 return_value = grpc_error_string(error); in ValidateServiceConfigJSON()
|
/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/rust/crates/grpcio-sys/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()
|
D | server_chttp2_posix.cc | 63 grpc_error_string(error)); in grpc_server_add_insecure_channel_from_fd()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | dynamic_filters.cc | 55 const char* error_string = grpc_error_string(*error); in Call() 147 grpc_error_string(error)); in CreateChannelStack()
|
D | client_channel.cc | 2034 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/ |
D | lb_policy.cc | 49 grpc_lb_trace->name(), this, grpc_error_string(error)); in TryReresolutionLocked()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/ |
D | handshaker.cc | 132 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/ |
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/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/server/ |
D | chttp2_server.cc | 106 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/ |
D | grpc_tls_certificate_provider.cc | 263 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/ |
D | server_secure_chttp2.cc | 80 const char* msg = grpc_error_string(err); in grpc_server_add_secure_http2_port()
|
/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/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | dns_resolver_ares.cc | 216 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/ |
D | tls_security_connector.cc | 354 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()
|