Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core.Tests/Internal/
DFakeNativeCall.cs59 public ISendCompletionCallback SendCompletionCallback property in Grpc.Core.Internal.Tests.FakeNativeCall
146 SendCompletionCallback = callback; in StartSendInitialMetadata()
151 SendCompletionCallback = callback; in StartSendMessage()
156 SendCompletionCallback = callback; in StartSendCloseFromClient()
DAsyncCallTest.cs188 fakeCall.SendCompletionCallback.OnSendCompletion(true); in ClientStreaming_MoreRequests_Success()
192 fakeCall.SendCompletionCallback.OnSendCompletion(true); in ClientStreaming_MoreRequests_Success()
196 fakeCall.SendCompletionCallback.OnSendCompletion(true); in ClientStreaming_MoreRequests_Success()
214 fakeCall.SendCompletionCallback.OnSendCompletion(false); in ClientStreaming_WriteFailureThrowsRpcException()
243 fakeCall.SendCompletionCallback.OnSendCompletion(false); in ClientStreaming_WriteFailureThrowsRpcException2()
258 fakeCall.SendCompletionCallback.OnSendCompletion(false); in ClientStreaming_WriteFailureThrowsRpcException3()
325 fakeCall.SendCompletionCallback.OnSendCompletion(true); in ClientStreaming_WriteAfterCompleteThrowsInvalidOperationException()
482 fakeCall.SendCompletionCallback.OnSendCompletion(true); in DuplexStreaming_NoRequestNoResponse_Success()
534 fakeCall.SendCompletionCallback.OnSendCompletion(false); in DuplexStreaming_WriteFailureThrowsRpcException()
561 fakeCall.SendCompletionCallback.OnSendCompletion(false); in DuplexStreaming_WriteFailureThrowsRpcException2()
DAsyncCallServerTest.cs140 fakeCall.SendCompletionCallback.OnSendCompletion(false); in WriteCompletionFailureThrows()
156 fakeCall.SendCompletionCallback.OnSendCompletion(true); in WriteAndWriteStatusCanRunConcurrently()
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DAsyncCallBase.cs130 … call.StartSendMessage(SendCompletionCallback, payload, writeFlags, !initialMetadataSent); in SendMessageInternalAsync()
378 protected ISendCompletionCallback SendCompletionCallback => this; field in Grpc.Core.Internal.AsyncCallBase
DAsyncCallServer.cs117 call.StartSendInitialMetadata(SendCompletionCallback, metadataArray); in SendInitialMetadataAsync()
DAsyncCall.cs336 call.StartSendCloseFromClient(SendCompletionCallback); in SendCloseFromClientAsync()