Home
last modified time | relevance | path

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

/external/grpc-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.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.Core/Internal/
DAsyncCallBase.cs129 … call.StartSendMessage(SendCompletionCallback, payload, writeFlags, !initialMetadataSent); in SendMessageInternalAsync()
368 protected ISendCompletionCallback SendCompletionCallback => this; field in Grpc.Core.Internal.AsyncCallBase
DAsyncCallServer.cs117 call.StartSendInitialMetadata(SendCompletionCallback, metadataArray); in SendInitialMetadataAsync()
DAsyncCall.cs332 call.StartSendCloseFromClient(SendCompletionCallback); in SendCloseFromClientAsync()