Searched refs:GRPC_CHANNEL_INTERNAL_REF (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/src/core/lib/surface/ |
D | channel.h | 70 #define GRPC_CHANNEL_INTERNAL_REF(channel, reason) \ macro 77 #define GRPC_CHANNEL_INTERNAL_REF(channel, reason) \ macro
|
D | server.cc | 256 GRPC_CHANNEL_INTERNAL_REF(c->channel, "broadcast"); in channel_broadcaster_init() 1175 GRPC_CHANNEL_INTERNAL_REF(channel, "connectivity"); in grpc_server_setup_transport()
|
D | call.cc | 388 GRPC_CHANNEL_INTERNAL_REF(args->channel, "call"); in grpc_call_create()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | channel.h | 149 #define GRPC_CHANNEL_INTERNAL_REF(channel, reason) \ macro 160 #define GRPC_CHANNEL_INTERNAL_REF(channel, reason) \ macro
|
D | server.cc | 773 GRPC_CHANNEL_INTERNAL_REF(chand->channel(), "broadcast"); in GetChannelsLocked() 971 GRPC_CHANNEL_INTERNAL_REF(chand_->channel_, "connectivity"); in ConnectivityWatcher()
|
D | call.cc | 343 GRPC_CHANNEL_INTERNAL_REF(args->channel, "call"); in grpc_call_create()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | channel_connectivity.cc | 73 GRPC_CHANNEL_INTERNAL_REF(channel, "watch_channel_connectivity"); in StateWatcher()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | channel_connectivity.cc | 240 GRPC_CHANNEL_INTERNAL_REF(channel, "watch_channel_connectivity"); in grpc_channel_watch_connectivity_state()
|