Home
last modified time | relevance | path

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

/third_party/grpc/src/cpp/client/
Dchannel_cc.cc51 : 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()
Dchannel_test_peer.cc30 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/
Dchannel_test_peer.h33 grpc_channel* channel() const { return channel_->c_channel_; } in channel()
/third_party/grpc/include/grpcpp/
Dchannel.h108 grpc_channel* const c_channel_; // owned variable
Dchannel_impl.h112 grpc_channel* const c_channel_; // owned variable