Searched refs:on_timeout_ (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/src/core/lib/channel/ |
D | handshaker.cc | 239 GRPC_CLOSURE_INIT(&on_timeout_, &HandshakeManager::OnTimeoutFn, this, in DoHandshake() 241 grpc_timer_init(&deadline_timer_, deadline, &on_timeout_); in DoHandshake()
|
D | handshaker.h | 159 grpc_closure on_timeout_; variable
|
/third_party/grpc/src/core/ext/transport/chttp2/client/ |
D | chttp2_connector.h | 68 grpc_closure on_timeout_; variable
|
D | chttp2_connector.cc | 182 GRPC_CLOSURE_INIT(&self->on_timeout_, OnTimeout, self, in OnHandshakeDone() 184 grpc_timer_init(&self->timer_, self->args_.deadline, &self->on_timeout_); in OnHandshakeDone()
|
/third_party/grpc/src/core/ext/transport/chttp2/server/ |
D | chttp2_server.cc | 151 grpc_closure on_timeout_; member in grpc_core::__anon2e6940d10111::Chttp2ServerListener::ConnectionState 302 GRPC_CLOSURE_INIT(&self->on_timeout_, OnTimeout, self, in OnHandshakeDone() 304 grpc_timer_init(&self->timer_, self->deadline_, &self->on_timeout_); in OnHandshakeDone()
|