Searched refs:c_channel_ (Results 1 – 8 of 8) 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/rust/crates/grpcio-sys/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()
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/test/ |
D | channel_test_peer.h | 33 grpc_channel* channel() const { return channel_->c_channel_; } in channel()
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/test/ |
D | channel_test_peer.h | 33 grpc_channel* channel() const { return channel_->c_channel_; } in channel()
|
/external/grpc-grpc/include/grpcpp/ |
D | channel.h | 84 grpc_channel* const c_channel_; // owned variable
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/ |
D | channel.h | 108 grpc_channel* const c_channel_; // owned variable
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/ |
D | channel.h | 108 grpc_channel* const c_channel_; // owned variable
|