Searched refs:c_channel_ (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/src/cpp/client/ |
D | channel_cc.cc | 54 : host_(host), c_channel_(channel) { in Channel() 59 grpc_channel_destroy(c_channel_); in ~Channel() 84 return GetChannelInfoField(c_channel_, &channel_info, in GetLoadBalancingPolicyName() 90 return GetChannelInfoField(c_channel_, &channel_info, in GetServiceConfigJSON() 97 grpc_channel_reset_connect_backoff(channel->c_channel_); in ChannelResetConnectionBackoff() 109 c_channel_, context->propagate_from_call_, in CreateCall() 125 c_channel_, context->propagate_from_call_, in CreateCall() 151 c_channel_, method, host_.empty() ? nullptr : host_.c_str(), nullptr); in RegisterMethod() 155 return grpc_channel_check_connectivity_state(c_channel_, try_to_connect); in GetState() 180 grpc_channel_watch_connectivity_state(c_channel_, last_observed, deadline, in NotifyOnStateChangeImpl()
|
/external/grpc-grpc/include/grpcpp/ |
D | channel.h | 84 grpc_channel* const c_channel_; // owned variable
|