Searched refs:OnUnaryResponseClient (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/ |
D | AsyncCallTest.cs | 76 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/ |
D | INativeCall.cs | 25 …void OnUnaryResponseClient(bool success, ClientSideStatus receivedStatus, byte[] receivedMessage, … in OnUnaryResponseClient() method
|
D | CallSafeHandle.cs | 38 …success, context, state) => ((IUnaryResponseClientCallback)state).OnUnaryResponseClient(success, c…
|
D | AsyncCall.cs | 637 …void IUnaryResponseClientCallback.OnUnaryResponseClient(bool success, ClientSideStatus receivedSta… in IUnaryResponseClientCallback.OnUnaryResponseClient()
|