Home
last modified time | relevance | path

Searched refs:grpc_connectivity_state_watcher (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/transport/
Dconnectivity_state.h28 typedef struct grpc_connectivity_state_watcher { struct
30 struct grpc_connectivity_state_watcher* next; argument
35 } grpc_connectivity_state_watcher; argument
43 grpc_connectivity_state_watcher* watchers;
Dconnectivity_state.cc58 grpc_connectivity_state_watcher* w; in grpc_connectivity_state_destroy()
122 grpc_connectivity_state_watcher* w = tracker->watchers; in grpc_connectivity_state_notify_on_state_change()
130 grpc_connectivity_state_watcher* rm_candidate = w->next; in grpc_connectivity_state_notify_on_state_change()
145 grpc_connectivity_state_watcher* w = in grpc_connectivity_state_notify_on_state_change()
146 static_cast<grpc_connectivity_state_watcher*>(gpr_malloc(sizeof(*w))); in grpc_connectivity_state_notify_on_state_change()
161 grpc_connectivity_state_watcher* w; in grpc_connectivity_state_set()