Home
last modified time | relevance | path

Searched refs:GRPC_CHANNEL_INTERNAL_REF (Results 1 – 4 of 4) 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/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()