Home
last modified time | relevance | path

Searched refs:on_timeout_ (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/core/lib/channel/
Dhandshaker.cc239 GRPC_CLOSURE_INIT(&on_timeout_, &HandshakeManager::OnTimeoutFn, this, in DoHandshake()
241 grpc_timer_init(&deadline_timer_, deadline, &on_timeout_); in DoHandshake()
Dhandshaker.h159 grpc_closure on_timeout_; variable
/third_party/grpc/src/core/ext/transport/chttp2/client/
Dchttp2_connector.h68 grpc_closure on_timeout_; variable
Dchttp2_connector.cc182 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/
Dchttp2_server.cc151 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()