Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/cronet/plugin_registry/
Dgrpc_cronet_plugin_registry.cc30 void grpc_client_channel_shutdown(void);
37 grpc_register_plugin(grpc_client_channel_init, grpc_client_channel_shutdown); in grpc_register_built_in_plugins()
/third_party/grpc/src/core/plugin_registry/
Dgrpc_unsecure_plugin_registry.cc30 void grpc_client_channel_shutdown(void);
72 grpc_client_channel_shutdown); in grpc_register_built_in_plugins()
Dgrpc_plugin_registry.cc30 void grpc_client_channel_shutdown(void);
99 grpc_client_channel_shutdown); in grpc_register_built_in_plugins()
/third_party/grpc/src/core/ext/filters/client_channel/
Dclient_channel_plugin.cc62 void grpc_client_channel_shutdown(void) { in grpc_client_channel_shutdown() function