Home
last modified time | relevance | path

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

1234

/third_party/grpc/test/core/client_channel/
Dxds_bootstrap_test.cc33 std::string s(grpc_error_string(error)); in VerifyRegexMatch()
82 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST()
84 EXPECT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST()
122 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST()
124 EXPECT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST()
133 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST()
135 gpr_log(GPR_ERROR, "%s", grpc_error_string(error)); in TEST()
149 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST()
151 gpr_log(GPR_ERROR, "%s", grpc_error_string(error)); in TEST()
166 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST()
[all …]
Dservice_config_test.cc135 std::string error_str = grpc_error_string(error); in VerifyRegexMatch()
166 EXPECT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST_F()
178 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST_F()
287 EXPECT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST_F()
294 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST_F()
307 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST_F()
341 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST_F()
432 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST_F()
445 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST_F()
459 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST_F()
[all …]
/third_party/grpc/test/core/channel/
Dchannelz_test.cc110 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in ValidateGetTopChannels()
130 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in ValidateGetServers()
212 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in ValidateCounters()
370 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST_F()
381 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST_F()
395 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST_F()
415 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST_F()
437 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST_F()
458 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST_F()
468 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in TEST_F()
[all …]
/third_party/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()
/third_party/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()
/third_party/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()
/third_party/grpc/src/cpp/common/
Dvalidate_service_config.cc33 return_value = grpc_error_string(error); in ValidateServiceConfigJSON()
/third_party/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.cc2031 trace_strings.push_back(grpc_error_string(service_config_error)); in OnResolverResultChangedLocked()
2039 this, grpc_error_string(service_config_error)); in OnResolverResultChangedLocked()
2131 grpc_error_string(error)); in OnResolverErrorLocked()
2514 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()
3180 chand, this, grpc_error_string(error)); in CreateDynamicCall()
[all …]
Dresolving_lb_policy.cc207 grpc_error_string(error)); in OnResolverError()
345 grpc_error_string(service_config_result.service_config_error)); in OnResolverResultChangedLocked()
/third_party/grpc/src/core/ext/transport/chttp2/server/insecure/
Dserver_chttp2.cc49 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()
/third_party/grpc/src/core/lib/channel/
Dhandshaker.cc129 this, grpc_error_string(error), is_shutdown_, index_, in CallNextHandshakerLocked()
162 this, grpc_error_string(error)); in CallNextHandshakerLocked()
/third_party/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()
/third_party/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Ddns_resolver_ares.cc207 this, grpc_error_string(error), shutdown_initiated_); in OnNextResolutionLocked()
357 grpc_error_string(error)); in OnResolvedLocked()
368 this, grpc_error_string(error)); in OnResolvedLocked()
/third_party/grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc116 grpc_error_string(error)); in UpdateConfig()
252 const char* error_str = grpc_error_string(error); in OnHandshakeDone()
308 grpc_error_string(channel_init_err)); in OnHandshakeDone()
595 gpr_log(GPR_INFO, "WARNING: %s", grpc_error_string(error)); in Chttp2ServerAddPort()
/third_party/grpc/test/core/transport/chttp2/
Dsettings_timeout_test.cc107 ASSERT_EQ(GRPC_ERROR_NONE, error) << grpc_error_string(error); in Connect()
182 gpr_log(GPR_INFO, "OnEventDone(): %s", grpc_error_string(error)); in OnEventDone()
/third_party/grpc/src/core/ext/xds/
Dxds_server_config_fetcher.cc126 grpc_error_string(error)); in OnError()
262 grpc_error_string(error)); in grpc_server_config_fetcher_xds_create()
/third_party/grpc/src/core/lib/security/security_connector/tls/
Dtls_security_connector.cc363 grpc_error_string(root_cert_error)); in OnError()
368 grpc_error_string(identity_cert_error)); in OnError()
623 grpc_error_string(root_cert_error)); in OnError()
628 grpc_error_string(identity_cert_error)); in OnError()
/third_party/grpc/test/core/json/
Djson_test.cc80 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in RunSuccessTest()
170 gpr_log(GPR_INFO, "error: %s", grpc_error_string(error)); in RunParseFailureTest()
/third_party/grpc/src/core/lib/surface/
Dcompletion_queue.cc701 const char* errmsg = grpc_error_string(error);
744 const char* msg = grpc_error_string(kick_error);
785 const char* errmsg = grpc_error_string(error);
829 const char* msg = grpc_error_string(kick_error);
856 const char* errmsg = grpc_error_string(error);
1064 const char* msg = grpc_error_string(err);
1307 const char* msg = grpc_error_string(err);
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_error.cc230 grpc_error_string(fixture.error()); in BM_ErrorStringOnNewError()
240 grpc_error_string(fixture.error()); in BM_ErrorStringRepeatedly()
/third_party/grpc/test/cpp/util/
Dchannel_trace_proto_helper.cc64 ASSERT_EQ(error, GRPC_ERROR_NONE) << grpc_error_string(error); in VaidateProtoJsonTranslation()

1234