Searched refs:c_channel_ (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/src/cpp/client/ |
D | channel_cc.cc | 51 : host_(host), c_channel_(channel) { in Channel() 57 grpc_channel_destroy(c_channel_); in ~Channel() 86 return GetChannelInfoField(c_channel_, &channel_info, in GetLoadBalancingPolicyName() 92 return GetChannelInfoField(c_channel_, &channel_info, in GetServiceConfigJSON() 99 grpc_channel_reset_connect_backoff(channel->c_channel_); in ChannelResetConnectionBackoff() 111 c_channel_, context->propagate_from_call_, in CreateCallInternal() 128 c_channel_, context->propagate_from_call_, in CreateCallInternal() 164 c_channel_, method, host_.empty() ? nullptr : host_.c_str(), nullptr); in RegisterMethod() 168 return grpc_channel_check_connectivity_state(c_channel_, try_to_connect); in GetState() 193 grpc_channel_watch_connectivity_state(c_channel_, last_observed, deadline, in NotifyOnStateChangeImpl()
|
D | channel_test_peer.cc | 30 grpc_core::MutexLock lock(&channel_->c_channel_->registration_table->mu); in registered_calls() 31 return static_cast<int>(channel_->c_channel_->registration_table->map.size()); in registered_calls() 35 grpc_core::MutexLock lock(&channel_->c_channel_->registration_table->mu); in registration_attempts() 36 return channel_->c_channel_->registration_table->method_registration_attempts; in registration_attempts()
|
/third_party/grpc/include/grpcpp/test/ |
D | channel_test_peer.h | 33 grpc_channel* channel() const { return channel_->c_channel_; } in channel()
|
/third_party/grpc/include/grpcpp/ |
D | channel.h | 108 grpc_channel* const c_channel_; // owned variable
|
D | channel_impl.h | 112 grpc_channel* const c_channel_; // owned variable
|