Home
last modified time | relevance | path

Searched refs:disconnect_with_error (Results 1 – 25 of 25) 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/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dtransport_op_string.cc133 if (op->disconnect_with_error != GRPC_ERROR_NONE) { in grpc_transport_op_string()
135 grpc_error_string(op->disconnect_with_error))); in grpc_transport_op_string()
Dtransport.h342 grpc_error* disconnect_with_error = nullptr; member
/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/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_idle/
Dclient_idle_filter.cc189 if (op->disconnect_with_error != nullptr) { in StartTransportOp()
374 idle_transport_op_.disconnect_with_error = grpc_error_set_int( in EnterIdle()
/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/rust/crates/grpcio-sys/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/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dlame_client.cc87 GRPC_ERROR_UNREF(op->disconnect_with_error); in lame_start_transport_op()
Dchannel.cc524 op->disconnect_with_error = in grpc_channel_destroy_internal()
Dserver.cc473 op->disconnect_with_error = send_disconnect; in SendShutdown()
1070 op->disconnect_with_error = in InitTransport()
/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/rust/crates/grpcio-sys/grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc380 op->disconnect_with_error = in force_close_max_age_channel()
/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/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc216 op->disconnect_with_error = GRPC_ERROR_CREATE_FROM_STATIC_STRING( in OnTimeout()
/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/rust/crates/grpcio-sys/grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc1170 if (op->disconnect_with_error != GRPC_ERROR_NONE) { in perform_transport_op()
1172 GRPC_ERROR_UNREF(op->disconnect_with_error); in perform_transport_op()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc2515 if (op->disconnect_with_error != GRPC_ERROR_NONE) { in StartTransportOpLocked()
2518 grpc_error_string(op->disconnect_with_error)); in StartTransportOpLocked()
2522 if (grpc_error_get_int(op->disconnect_with_error, in StartTransportOpLocked()
2530 GRPC_ERROR_UNREF(op->disconnect_with_error); in StartTransportOpLocked()
2535 disconnect_error_.Store(op->disconnect_with_error, MemoryOrder::RELEASE); in StartTransportOpLocked()
2539 GRPC_ERROR_REF(op->disconnect_with_error))); in StartTransportOpLocked()
/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()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc1789 if (op->disconnect_with_error != GRPC_ERROR_NONE) { in perform_transport_op_locked()
1790 close_transport_locked(t, op->disconnect_with_error); in perform_transport_op_locked()