Searched refs:OnSendCompletion (Results 1 – 6 of 6) sorted by relevance
184 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()
137 fakeCall.SendCompletionCallback.OnSendCompletion(false); in WriteCompletionFailureThrows()153 fakeCall.SendCompletionCallback.OnSendCompletion(true); in WriteAndWriteStatusCanRunConcurrently()
90 public void OnSendCompletion(bool success) in OnSendCompletion() method in Grpc.Microbenchmarks.SendMessageBenchmark.NopSendCompletionCallback
46 void OnSendCompletion(bool success); in OnSendCompletion() method
370 void ISendCompletionCallback.OnSendCompletion(bool success) in ISendCompletionCallback.OnSendCompletion()
46 (success, context, state) => ((ISendCompletionCallback)state).OnSendCompletion(success);