Home
last modified time | relevance | path

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

/third_party/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()
/third_party/grpc/src/core/ext/filters/client_channel/
Dchannel_connectivity.cc256 GRPC_CHANNEL_INTERNAL_REF(channel, "watch_channel_connectivity"); in grpc_channel_watch_connectivity_state()