Searched refs:grpc_connectivity_state_notify_on_state_change (Results 1 – 10 of 10) sorted by relevance
/external/grpc-grpc/test/core/transport/ |
D | connectivity_state_test.cc | 82 GPR_ASSERT(grpc_connectivity_state_notify_on_state_change(&tracker, &state, in test_subscribe_then_unsubscribe() 87 grpc_connectivity_state_notify_on_state_change(&tracker, nullptr, closure); in test_subscribe_then_unsubscribe() 104 GPR_ASSERT(grpc_connectivity_state_notify_on_state_change(&tracker, &state, in test_subscribe_then_destroy() 125 GPR_ASSERT(0 == grpc_connectivity_state_notify_on_state_change( in test_subscribe_with_failure_then_destroy()
|
/external/grpc-grpc/src/core/lib/transport/ |
D | connectivity_state.h | 83 bool grpc_connectivity_state_notify_on_state_change(
|
D | connectivity_state.cc | 106 bool grpc_connectivity_state_notify_on_state_change( in grpc_connectivity_state_notify_on_state_change() function
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | subchannel.cc | 525 grpc_connectivity_state_notify_on_state_change(&c->state_tracker, in grpc_subchannel_notify_on_state_change() 545 grpc_connectivity_state_notify_on_state_change(&c->state_tracker, state, in grpc_subchannel_notify_on_state_change()
|
D | client_channel.cc | 564 grpc_connectivity_state_notify_on_state_change( in start_transport_op_locked() 3414 grpc_connectivity_state_notify_on_state_change(&w->chand->state_tracker, in watch_connectivity_state_locked() 3421 grpc_connectivity_state_notify_on_state_change( in watch_connectivity_state_locked()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/ |
D | pick_first.cc | 298 grpc_connectivity_state_notify_on_state_change(&state_tracker_, current, in NotifyOnStateChangeLocked()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/ |
D | round_robin.cc | 662 grpc_connectivity_state_notify_on_state_change(&state_tracker_, current, in NotifyOnStateChangeLocked()
|
/external/grpc-grpc/src/core/ext/transport/inproc/ |
D | inproc_transport.cc | 1111 grpc_connectivity_state_notify_on_state_change( in perform_transport_op()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | grpclb.cc | 1280 grpc_connectivity_state_notify_on_state_change(&state_tracker_, current, in NotifyOnStateChangeLocked()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 1821 grpc_connectivity_state_notify_on_state_change( in perform_transport_op_locked()
|