Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/filters/client_channel/
Dlb_policy.h136 grpc_error** connectivity_error) GRPC_ABSTRACT;
Dclient_channel.cc386 grpc_error** connectivity_error) { in create_new_lb_policy_locked() argument
426 GRPC_ERROR_UNREF(*connectivity_error); in create_new_lb_policy_locked()
428 chand->lb_policy->CheckConnectivityLocked(connectivity_error); in create_new_lb_policy_locked()
497 grpc_error* connectivity_error = in on_resolver_result_changed_locked() local
530 &connectivity_state, &connectivity_error); in on_resolver_result_changed_locked()
547 chand, connectivity_state, connectivity_error, "resolver_result"); in on_resolver_result_changed_locked()
549 GRPC_ERROR_UNREF(connectivity_error); in on_resolver_result_changed_locked()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc135 grpc_error** connectivity_error) override;
1274 grpc_error** connectivity_error) { in CheckConnectivityLocked() argument
1275 return grpc_connectivity_state_get(&state_tracker_, connectivity_error); in CheckConnectivityLocked()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/
Dpick_first.cc58 grpc_error** connectivity_error) override;
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/
Dround_robin.cc69 grpc_error** connectivity_error) override;