Home
last modified time | relevance | path

Searched refs:set_error_details (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/include/grpcpp/security/
Dtls_credentials_options.h77 void set_error_details(const std::string& error_details);
115 arg->set_error_details( in Schedule()
129 arg->set_error_details( in Cancel()
/third_party/grpc/test/cpp/client/
Dcredentials_test.cc68 arg->set_error_details("cancelled"); in Cancel()
81 arg->error_details->set_error_details("callback_error_details"); in tls_server_authorization_check_callback()
94 arg->set_error_details("sync_error_details"); in Schedule()
101 arg->set_error_details("cancelled"); in Cancel()
355 arg->set_error_details("error_details"); in TEST_F()
410 c_arg.error_details->set_error_details(test_error_details.c_str()); in TEST_F()
454 arg->set_error_details("error_details"); in TEST_F()
492 arg->set_error_details("error_details"); in TEST_F()
531 c_arg.error_details->set_error_details("error_details"); in TEST_F()
594 c_credential_reload_arg.error_details->set_error_details( in TEST_F()
[all …]
/third_party/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_credentials_options.cc59 arg->error_details->set_error_details( in Schedule()
76 arg->error_details->set_error_details( in Cancel()
Dgrpc_tls_credentials_options.h37 void set_error_details(const char* err_details) { in set_error_details() function
/third_party/grpc/src/cpp/common/
Dtls_credentials_options.cc99 void TlsServerAuthorizationCheckArg::set_error_details( in set_error_details() function in grpc::experimental::TlsServerAuthorizationCheckArg
101 c_arg_->error_details->set_error_details(error_details.c_str()); in set_error_details()
/third_party/grpc/test/core/security/
Dgrpc_tls_credentials_options_test.cc89 error_details.set_error_details("test error details"); in TEST()
/third_party/grpc/src/core/lib/security/credentials/xds/
Dxds_credentials.cc92 arg->error_details->set_error_details( in ScheduleImpl()