Home
last modified time | relevance | path

Searched refs:GRPC_CHANNEL_INTERNAL_REF (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/core/lib/surface/
Dchannel.h70 #define GRPC_CHANNEL_INTERNAL_REF(channel, reason) \ macro
77 #define GRPC_CHANNEL_INTERNAL_REF(channel, reason) \ macro
Dserver.cc256 GRPC_CHANNEL_INTERNAL_REF(c->channel, "broadcast"); in channel_broadcaster_init()
1175 GRPC_CHANNEL_INTERNAL_REF(channel, "connectivity"); in grpc_server_setup_transport()
Dcall.cc388 GRPC_CHANNEL_INTERNAL_REF(args->channel, "call"); in grpc_call_create()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dchannel.h148 #define GRPC_CHANNEL_INTERNAL_REF(channel, reason) \ macro
159 #define GRPC_CHANNEL_INTERNAL_REF(channel, reason) \ macro
Dserver.cc760 GRPC_CHANNEL_INTERNAL_REF(chand->channel(), "broadcast"); in GetChannelsLocked()
960 GRPC_CHANNEL_INTERNAL_REF(chand_->channel_, "connectivity"); in ConnectivityWatcher()
Dcall.cc342 GRPC_CHANNEL_INTERNAL_REF(args->channel, "call"); in grpc_call_create()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dchannel_connectivity.cc240 GRPC_CHANNEL_INTERNAL_REF(channel, "watch_channel_connectivity"); in grpc_channel_watch_connectivity_state()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dchannel_connectivity.cc256 GRPC_CHANNEL_INTERNAL_REF(channel, "watch_channel_connectivity"); in grpc_channel_watch_connectivity_state()