Home
last modified time | relevance | path

Searched refs:OnSendCompletion (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DAsyncCallTest.cs184 fakeCall.SendCompletionCallback.OnSendCompletion(true); in ClientStreaming_MoreRequests_Success()
188 fakeCall.SendCompletionCallback.OnSendCompletion(true); in ClientStreaming_MoreRequests_Success()
192 fakeCall.SendCompletionCallback.OnSendCompletion(true); in ClientStreaming_MoreRequests_Success()
210 fakeCall.SendCompletionCallback.OnSendCompletion(false); in ClientStreaming_WriteFailureThrowsRpcException()
239 fakeCall.SendCompletionCallback.OnSendCompletion(false); in ClientStreaming_WriteFailureThrowsRpcException2()
254 fakeCall.SendCompletionCallback.OnSendCompletion(false); in ClientStreaming_WriteFailureThrowsRpcException3()
321 fakeCall.SendCompletionCallback.OnSendCompletion(true); in ClientStreaming_WriteAfterCompleteThrowsInvalidOperationException()
478 fakeCall.SendCompletionCallback.OnSendCompletion(true); in DuplexStreaming_NoRequestNoResponse_Success()
530 fakeCall.SendCompletionCallback.OnSendCompletion(false); in DuplexStreaming_WriteFailureThrowsRpcException()
557 fakeCall.SendCompletionCallback.OnSendCompletion(false); in DuplexStreaming_WriteFailureThrowsRpcException2()
DAsyncCallServerTest.cs137 fakeCall.SendCompletionCallback.OnSendCompletion(false); in WriteCompletionFailureThrows()
153 fakeCall.SendCompletionCallback.OnSendCompletion(true); in WriteAndWriteStatusCanRunConcurrently()
/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/
DSendMessageBenchmark.cs90 public void OnSendCompletion(bool success) in OnSendCompletion() method in Grpc.Microbenchmarks.SendMessageBenchmark.NopSendCompletionCallback
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DINativeCall.cs46 void OnSendCompletion(bool success); in OnSendCompletion() method
DAsyncCallBase.cs370 void ISendCompletionCallback.OnSendCompletion(bool success) in ISendCompletionCallback.OnSendCompletion()
DCallSafeHandle.cs46 (success, context, state) => ((ISendCompletionCallback)state).OnSendCompletion(success);