Home
last modified time | relevance | path

Searched refs:on_timeout (Results 1 – 19 of 19) sorted by relevance

/external/pigweed/pw_rpc/fuzz/public/pw_rpc/fuzz/
Dalarm_timer.h26 AlarmTimer(chrono::SystemTimer::ExpiryCallback&& on_timeout) in AlarmTimer() argument
27 : timer_(std::move(on_timeout)) {} in AlarmTimer()
/external/grpc-grpc/src/core/lib/channel/
Dhandshaker.cc82 grpc_closure on_timeout; member
286 static void on_timeout(void* arg, grpc_error* error) { in on_timeout() function
320 GRPC_CLOSURE_INIT(&mgr->on_timeout, on_timeout, mgr, in grpc_handshake_manager_do_handshake()
322 grpc_timer_init(&mgr->deadline_timer, deadline, &mgr->on_timeout); in grpc_handshake_manager_do_handshake()
/external/grpc-grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc68 grpc_closure on_timeout; member
83 static void on_timeout(void* arg, grpc_error* error) { in on_timeout() function
151 GRPC_CLOSURE_INIT(&connection_state->on_timeout, on_timeout, in on_handshake_done()
154 &connection_state->on_timeout); in on_handshake_done()
/external/cronet/base/test/
Dscoped_run_loop_timeout.cc50 run_timeout_.on_timeout = BindRepeating( in ScopedRunLoopTimeout()
59 run_timeout_.on_timeout = BindRepeating( in ScopedRunLoopTimeout()
Dtask_environment_unittest.cc900 static auto& static_on_timeout_cb = run_timeout->on_timeout; in TEST_F()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dchannel_connectivity.cc68 grpc_closure on_timeout; member
190 &wa->w->on_timeout); in watcher_timer_init()
223 GRPC_CLOSURE_INIT(&w->on_timeout, timeout_complete, w, in grpc_channel_watch_connectivity_state()
/external/cronet/base/
Drun_loop.cc39 OnceCallback<void(const Location&)> on_timeout) { in OnRunLoopTimeout() argument
41 std::move(on_timeout).Run(location); in OnRunLoopTimeout()
125 location, run_timeout->on_timeout)); in Run()
Drun_loop.h270 RepeatingCallback<void(const Location&)> on_timeout; member
/external/curl/docs/examples/
Dmulti-uv.c153 static void on_timeout(uv_timer_t *req) in on_timeout() function
170 uv_timer_start(&timeout, on_timeout, timeout_ms, 0); in start_timeout()
Dmulti-event.c143 static void on_timeout(evutil_socket_t fd, short events, void *arg) in on_timeout() function
222 timeout = evtimer_new(base, on_timeout, NULL); in main()
/external/robolectric-shadows/
Djava-timeout26 function on_timeout() { function
/external/rust/crates/quiche/
DREADME.md182 a timer expires, the connection's [`on_timeout()`] method should be called,
187 conn.on_timeout();
279 [`on_timeout()`]: https://docs.quic.tech/quiche/struct.Connection.html#method.on_timeout
/external/rust/crates/quiche/examples/
Dclient.rs153 conn.on_timeout(); in main()
Dhttp3-client.rs171 conn.on_timeout(); in main()
Dserver.rs134 clients.values_mut().for_each(|c| c.conn.on_timeout()); in main()
Dhttp3-server.rs136 clients.values_mut().for_each(|c| c.conn.on_timeout()); in main()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_wrapper.cc285 static void on_timeout(void* arg, grpc_error_handle error) { in on_timeout() function
505 GRPC_CLOSURE_INIT(&ev_driver->on_timeout_locked, on_timeout, ev_driver, in grpc_ares_ev_driver_start_locked()
/external/rust/crates/quiche/src/
Dlib.rs5502 pub fn on_timeout(&mut self) { in on_timeout() method
12958 pipe.client.on_timeout(); in early_retransmit()
13016 pipe.client.on_timeout(); in dont_coalesce_probes()
13046 pipe.client.on_timeout(); in dont_coalesce_probes()
14175 pipe.server.on_timeout(); in last_tx_data_larger_than_tx_data()
14389 pipe.client.on_timeout(); in lost_connection_id_frames()
14407 pipe.server.on_timeout(); in lost_connection_id_frames()
14670 pipe.client.on_timeout(); in losing_probing_packets()
14736 pipe.client.on_timeout(); in failed_path_validation()
15505 pipe.server.on_timeout(); in resilience_against_migration_attack()
Dffi.rs948 conn.on_timeout() in quiche_conn_on_timeout()