Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DChannelSafeHandle.cs64 return Native.grpcsharp_channel_check_connectivity_state(this, tryToConnect ? 1 : 0); in CheckConnectivityState()
DNativeMethods.Generated.cs87 …tes.grpcsharp_channel_check_connectivity_state_delegate grpcsharp_channel_check_connectivity_state; field in Grpc.Core.Internal.NativeMethods
187 …this.grpcsharp_channel_check_connectivity_state = GetMethodDelegate<Delegates.grpcsharp_channel_ch… in NativeMethods()
286 …this.grpcsharp_channel_check_connectivity_state = DllImportsFromStaticLib.grpcsharp_channel_check_… in NativeMethods()
385 …this.grpcsharp_channel_check_connectivity_state = DllImportsFromSharedLib.grpcsharp_channel_check_… in NativeMethods()
692 …public static extern ChannelState grpcsharp_channel_check_connectivity_state(ChannelSafeHandle cha… in grpcsharp_channel_check_connectivity_state() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
985 …public static extern ChannelState grpcsharp_channel_check_connectivity_state(ChannelSafeHandle cha… in grpcsharp_channel_check_connectivity_state() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template55 …'ChannelState grpcsharp_channel_check_connectivity_state(ChannelSafeHandle channel, int tryToConne…
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c419 grpcsharp_channel_check_connectivity_state(grpc_channel* channel, in grpcsharp_channel_check_connectivity_state() function