/external/grpc-grpc/test/core/channel/ |
D | channel_stack_builder_test.cc | 52 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/ |
D | transport_op_string.cc | 133 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()
|
D | transport.h | 342 grpc_error* disconnect_with_error = nullptr; member
|
/external/grpc-grpc/src/core/lib/transport/ |
D | transport_op_string.cc | 152 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()
|
D | transport.h | 260 grpc_error* disconnect_with_error; member
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_idle/ |
D | client_idle_filter.cc | 189 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/ |
D | channel_filter.h | 116 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/ |
D | channel_filter.h | 116 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/ |
D | lame_client.cc | 87 GRPC_ERROR_UNREF(op->disconnect_with_error); in lame_start_transport_op()
|
D | channel.cc | 524 op->disconnect_with_error = in grpc_channel_destroy_internal()
|
D | server.cc | 473 op->disconnect_with_error = send_disconnect; in SendShutdown() 1070 op->disconnect_with_error = in InitTransport()
|
/external/grpc-grpc/src/core/lib/surface/ |
D | lame_client.cc | 114 GRPC_ERROR_UNREF(op->disconnect_with_error); in lame_start_transport_op()
|
D | channel.cc | 455 op->disconnect_with_error = in grpc_channel_destroy()
|
D | server.cc | 288 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/ |
D | chttp2_server.cc | 90 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/ |
D | max_age_filter.cc | 380 op->disconnect_with_error = in force_close_max_age_channel()
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_call_create.cc | 651 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/ |
D | max_age_filter.cc | 339 op->disconnect_with_error = in force_close_max_age_channel()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/server/ |
D | chttp2_server.cc | 216 op->disconnect_with_error = GRPC_ERROR_CREATE_FROM_STATIC_STRING( in OnTimeout()
|
/external/grpc-grpc/src/core/ext/transport/inproc/ |
D | inproc_transport.cc | 1128 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/ |
D | inproc_transport.cc | 1170 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/ |
D | client_channel.cc | 2515 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/ |
D | client_channel.cc | 605 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/ |
D | chttp2_transport.cc | 1826 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/ |
D | chttp2_transport.cc | 1789 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()
|