Home
last modified time | relevance | path

Searched refs:watcher_timer_init (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/ext/filters/client_channel/
Dchannel_connectivity.cc69 grpc_closure watcher_timer_init; member
186 static void watcher_timer_init(void* arg, grpc_error* error_ignored) { in watcher_timer_init() function
236 GRPC_CLOSURE_INIT(&w->watcher_timer_init, watcher_timer_init, wa, in grpc_channel_watch_connectivity_state()
244 &w->on_complete, &w->watcher_timer_init); in grpc_channel_watch_connectivity_state()
Dclient_channel.h56 grpc_closure* watcher_timer_init);
Dclient_channel.cc3320 grpc_closure* watcher_timer_init; member
3411 GRPC_CLOSURE_RUN(w->watcher_timer_init, GRPC_ERROR_NONE); in watch_connectivity_state_locked()
3417 GPR_ASSERT(w->watcher_timer_init == nullptr); in watch_connectivity_state_locked()
3435 grpc_closure* watcher_timer_init) { in grpc_client_channel_watch_connectivity_state() argument
3443 w->watcher_timer_init = watcher_timer_init; in grpc_client_channel_watch_connectivity_state()