Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DAsyncCallTest.cs76 fakeCall.UnaryResponseClientCallback.OnUnaryResponseClient(true, in AsyncUnary_Success()
88 fakeCall.UnaryResponseClientCallback.OnUnaryResponseClient(true, in AsyncUnary_NonSuccessStatusCode()
100 fakeCall.UnaryResponseClientCallback.OnUnaryResponseClient(true, in AsyncUnary_NullResponsePayload()
157 fakeCall.UnaryResponseClientCallback.OnUnaryResponseClient(true, in ClientStreaming_NoRequest_Success()
169 fakeCall.UnaryResponseClientCallback.OnUnaryResponseClient(true, in ClientStreaming_NoRequest_NonSuccessStatusCode()
195 fakeCall.UnaryResponseClientCallback.OnUnaryResponseClient(true, in ClientStreaming_MoreRequests_Success()
215 fakeCall.UnaryResponseClientCallback.OnUnaryResponseClient(true, in ClientStreaming_WriteFailureThrowsRpcException()
234 fakeCall.UnaryResponseClientCallback.OnUnaryResponseClient(true, in ClientStreaming_WriteFailureThrowsRpcException2()
260 fakeCall.UnaryResponseClientCallback.OnUnaryResponseClient(true, in ClientStreaming_WriteFailureThrowsRpcException3()
281 fakeCall.UnaryResponseClientCallback.OnUnaryResponseClient(true, in ClientStreaming_WriteAfterReceivingStatusThrowsRpcException()
[all …]
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DINativeCall.cs25 …void OnUnaryResponseClient(bool success, ClientSideStatus receivedStatus, byte[] receivedMessage, … in OnUnaryResponseClient() method
DCallSafeHandle.cs38 …success, context, state) => ((IUnaryResponseClientCallback)state).OnUnaryResponseClient(success, c…
DAsyncCall.cs637 …void IUnaryResponseClientCallback.OnUnaryResponseClient(bool success, ClientSideStatus receivedSta… in IUnaryResponseClientCallback.OnUnaryResponseClient()