Home
last modified time | relevance | path

Searched refs:disconnect_with_error (Results 1 – 13 of 13) sorted by relevance

/external/grpc-grpc/test/core/channel/
Dchannel_stack_builder_test.cc52 if (op->disconnect_with_error != GRPC_ERROR_NONE) { in channel_func()
53 GRPC_ERROR_UNREF(op->disconnect_with_error); in channel_func()
/external/grpc-grpc/src/core/lib/transport/
Dtransport_op_string.cc152 if (op->disconnect_with_error != GRPC_ERROR_NONE) { in grpc_transport_op_string()
155 const char* err = grpc_error_string(op->disconnect_with_error); in grpc_transport_op_string()
Dtransport.h260 grpc_error* disconnect_with_error; member
/external/grpc-grpc/src/cpp/common/
Dchannel_filter.h116 grpc_error* disconnect_with_error() const { in disconnect_with_error() function
117 return op_->disconnect_with_error; in disconnect_with_error()
/external/grpc-grpc/src/core/lib/surface/
Dlame_client.cc114 GRPC_ERROR_UNREF(op->disconnect_with_error); in lame_start_transport_op()
Dchannel.cc455 op->disconnect_with_error = in grpc_channel_destroy()
Dserver.cc288 op->disconnect_with_error = send_disconnect; in send_shutdown()
1183 op->disconnect_with_error = in grpc_server_setup_transport()
/external/grpc-grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc90 op->disconnect_with_error = GRPC_ERROR_CREATE_FROM_STATIC_STRING( in on_timeout()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_call_create.cc651 if (op->disconnect_with_error != GRPC_ERROR_NONE) { in StartTransportOp()
652 GRPC_ERROR_UNREF(op->disconnect_with_error); in StartTransportOp()
/external/grpc-grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc339 op->disconnect_with_error = in force_close_max_age_channel()
/external/grpc-grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc1128 if (op->disconnect_with_error != GRPC_ERROR_NONE) { in perform_transport_op()
1130 GRPC_ERROR_UNREF(op->disconnect_with_error); in perform_transport_op()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc605 if (op->disconnect_with_error != GRPC_ERROR_NONE) { in start_transport_op_locked()
609 GRPC_ERROR_REF(op->disconnect_with_error), "disconnect"); in start_transport_op_locked()
613 GRPC_ERROR_REF(op->disconnect_with_error)); in start_transport_op_locked()
622 GRPC_ERROR_UNREF(op->disconnect_with_error); in start_transport_op_locked()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc1826 if (op->disconnect_with_error != GRPC_ERROR_NONE) { in perform_transport_op_locked()
1827 close_transport_locked(t, op->disconnect_with_error); in perform_transport_op_locked()