Home
last modified time | relevance | path

Searched refs:GRPC_CHANNEL_INTERNAL_UNREF (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/test/core/surface/
Dsecure_channel_create_test.cc41 GRPC_CHANNEL_INTERNAL_UNREF(chan, "test"); in test_unknown_scheme_target()
59 GRPC_CHANNEL_INTERNAL_UNREF(chan, "test"); in test_security_connector_already_in_arg()
69 GRPC_CHANNEL_INTERNAL_UNREF(chan, "test"); in test_null_creds()
/external/grpc-grpc/src/core/lib/surface/
Dchannel.h72 #define GRPC_CHANNEL_INTERNAL_UNREF(channel, reason) \ macro
79 #define GRPC_CHANNEL_INTERNAL_UNREF(channel, reason) \ macro
Dserver.cc302 GRPC_CHANNEL_INTERNAL_UNREF(cb->channels[i], "broadcast"); in channel_broadcaster_shutdown()
417 GRPC_CHANNEL_INTERNAL_UNREF(chand->channel, "server"); in finish_destroy_channel()
837 GRPC_CHANNEL_INTERNAL_UNREF(chand->channel, "connectivity"); in channel_connectivity_changed()
Dchannel.cc460 GRPC_CHANNEL_INTERNAL_UNREF(channel, "channel"); in grpc_channel_destroy()
Dcall.cc493 GRPC_CHANNEL_INTERNAL_UNREF(channel, "call"); in release_call()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dchannel.h150 #define GRPC_CHANNEL_INTERNAL_UNREF(channel, reason) \ macro
161 #define GRPC_CHANNEL_INTERNAL_UNREF(channel, reason) \ macro
Dserver.cc440 GRPC_CHANNEL_INTERNAL_UNREF(channel, "broadcast"); in BroadcastShutdown()
964 GRPC_CHANNEL_INTERNAL_UNREF(chand_->channel_, "connectivity"); in ~ConnectivityWatcher()
1144 GRPC_CHANNEL_INTERNAL_UNREF(chand->channel_, "server"); in FinishDestroy()
Dchannel.cc528 GRPC_CHANNEL_INTERNAL_UNREF(channel, "channel"); in grpc_channel_destroy_internal()
Dcall.cc533 GRPC_CHANNEL_INTERNAL_UNREF(channel, "call"); in release_call()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dchannel_connectivity.cc84 GRPC_CHANNEL_INTERNAL_UNREF(w->channel, "watch_channel_connectivity"); in delete_state_watcher()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dchannel_connectivity.cc85 GRPC_CHANNEL_INTERNAL_UNREF(w->channel, "watch_channel_connectivity"); in delete_state_watcher()