Home
last modified time | relevance | path

Searched refs:UnaryResponseClientCallback (Results 1 – 3 of 3) 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 …]
DFakeNativeCall.cs35 public IUnaryResponseClientCallback UnaryResponseClientCallback property in Grpc.Core.Internal.Tests.FakeNativeCall
107 UnaryResponseClientCallback = callback; in StartUnary()
119 UnaryResponseClientCallback = callback; in StartClientStreaming()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DAsyncCall.cs168 …call.StartUnary(UnaryResponseClientCallback, payload, GetWriteFlagsForCall(), metadataArray, detai… in UnaryCallAsync()
205 … call.StartClientStreaming(UnaryResponseClientCallback, metadataArray, details.Options.Flags); in ClientStreamingCallAsync()
635 IUnaryResponseClientCallback UnaryResponseClientCallback => this; field in Grpc.Core.Internal.AsyncCall