Home
last modified time | relevance | path

Searched refs:GetChannel (Results 1 – 25 of 38) sorted by relevance

12

/third_party/grpc/src/csharp/Grpc.Core.Tests/Interceptors/
DClientInterceptorTest.cs52 var callInvoker = helper.GetChannel().Intercept(metadata => in AddRequestHeaderInClientInterceptor()
72 var callInvoker = helper.GetChannel().Intercept(metadata => { in CheckInterceptorOrderInClientInterceptors()
99 … Assert.Throws<ArgumentNullException>(() => helper.GetChannel().Intercept(default(Interceptor))); in CheckNullInterceptorRegistrationFails()
100 …Assert.Throws<ArgumentNullException>(() => helper.GetChannel().Intercept(new[]{default(Interceptor… in CheckNullInterceptorRegistrationFails()
101 …Assert.Throws<ArgumentNullException>(() => helper.GetChannel().Intercept(new[]{new CallbackInterce… in CheckNullInterceptorRegistrationFails()
102 … Assert.Throws<ArgumentNullException>(() => helper.GetChannel().Intercept(default(Interceptor[]))); in CheckNullInterceptorRegistrationFails()
121 … var callInvoker = helper.GetChannel().Intercept(new ClientStreamingCountingInterceptor()); in CountNumberOfRequestsInClientInterceptors()
DServerInterceptorTest.cs54 var channel = helper.GetChannel(); in AddRequestHeaderInServerInterceptor()
75 var channel = helper.GetChannel(); in VerifyInterceptorOrdering()
123 var channel = helper.GetChannel(); in UserStateVisibleToAllInterceptors()
/third_party/grpc/src/python/grpcio_tests/tests_aio/channelz/
Dchannelz_servicer_test.py187 resp = await self._channelz_stub.GetChannel(
200 resp = await self._channelz_stub.GetChannel(
217 resp = await self._channelz_stub.GetChannel(
239 resp = await self._channelz_stub.GetChannel(
246 resp = await self._channelz_stub.GetChannel(
253 resp = await self._channelz_stub.GetChannel(
260 resp = await self._channelz_stub.GetChannel(
282 gc_resp = await self._channelz_stub.GetChannel(
336 gc_resp = await self._channelz_stub.GetChannel(
371 gc_resp = await self._channelz_stub.GetChannel(
[all …]
/third_party/grpc/test/cpp/end2end/
Dtime_change_test.cc164 std::shared_ptr<Channel> GetChannel() { return channel_; } in GetChannel() function in grpc::testing::__anond84822b60111::TimeChangeTest
186 auto channel = GetChannel(); in TEST_F()
213 auto channel = GetChannel(); in TEST_F()
241 auto channel = GetChannel(); in TEST_F()
273 auto channel = GetChannel(); in TEST_F()
305 auto channel = GetChannel(); in TEST_F()
Dchannelz_service_test.cc293 Status s = channelz_stub_->GetChannel(&context, request, &response); in TEST_F()
308 Status s = channelz_stub_->GetChannel(&context, request, &response); in TEST_F()
331 Status s = channelz_stub_->GetChannel(&context, request, &response); in TEST_F()
373 Status s = channelz_stub_->GetChannel(&context, request, &response); in TEST_F()
386 Status s = channelz_stub_->GetChannel(&context, request, &response); in TEST_F()
399 Status s = channelz_stub_->GetChannel(&context, request, &response); in TEST_F()
413 Status s = channelz_stub_->GetChannel(&context, request, &response); in TEST_F()
610 Status s = channelz_stub_->GetChannel( in TEST_F()
/third_party/grpc/src/python/grpcio_tests/tests/channelz/
D_channelz_servicer_test.py166 resp = self._channelz_stub.GetChannel(
175 resp = self._channelz_stub.GetChannel(
189 resp = self._channelz_stub.GetChannel(
215 resp = self._channelz_stub.GetChannel(
222 resp = self._channelz_stub.GetChannel(
229 resp = self._channelz_stub.GetChannel(
236 resp = self._channelz_stub.GetChannel(
359 gc_resp = self._channelz_stub.GetChannel(
430 self._channelz_stub.GetChannel(
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Ddeconv2d_infer.c49 int32_t output_c = GetChannel(weight); in Deconv2dInferShape()
50 …if (param->group_ == GetChannel(input) && param->group_ == GetBatch(weight) && 1 == GetChannel(wei… in Deconv2dInferShape()
Droi_pooling_infer.c46 output->shape_[3] = GetChannel(input); in ROIPoolingInferShape()
Dcrop_and_resize_infer.c61 ShapePush(output_shape, &output_shape_size, GetChannel(input)); in CropAndResizeInferShape()
Dresize_grad_infer.c50 ShapePush(output_shape, &output_shape_size, GetChannel(input)); in ResizeGradInferShape()
/third_party/grpc/src/python/grpcio_channelz/grpc_channelz/v1/
D_async.py53 async def GetChannel( member in ChannelzServicer
56 return _SyncChannelzServicer.GetChannel(request, context)
D_servicer.py81 def GetChannel(request, context): member in ChannelzServicer
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DUserAgentStringTest.cs62 channel = helper.GetChannel(); in DefaultUserAgentString()
82 channel = helper.GetChannel(); in ApplicationUserAgentString()
DShutdownHookPendingCallTest.cs41 var channel = helper.GetChannel(); in ProcessExitHookCanCleanupAbandonedCall()
DShutdownTest.cs45 channel = helper.GetChannel(); in Init()
DAppDomainUnloadTest.cs69 var channel = helper.GetChannel();
DHalfcloseTest.cs47 channel = helper.GetChannel(); in Init()
DPerformanceTest.cs46 channel = helper.GetChannel(); in Init()
DThreadingModelTest.cs40 channel = helper.GetChannel(); in Init()
DChannelConnectivityTest.cs47 channel = helper.GetChannel(); in Init()
DContextualMarshallerTest.cs77 channel = helper.GetChannel(); in Init()
DTimeoutsTest.cs47 channel = helper.GetChannel(); in Init()
DCompressionTest.cs45 channel = helper.GetChannel(); in Init()
DMarshallingErrorsTest.cs68 channel = helper.GetChannel(); in Init()
/third_party/grpc/src/cpp/server/channelz/
Dchannelz_service.h49 Status GetChannel(ServerContext* unused,

12