Home
last modified time | relevance | path

Searched refs:TestServiceImpl (Results 1 – 25 of 35) sorted by relevance

12

/third_party/grpc/test/cpp/end2end/
Dhybrid_end2end_test.cc456 typedef EchoTestService::WithAsyncMethod_Echo<TestServiceImpl> SType; in TEST_F()
467 typedef EchoTestService::WithRawMethod_Echo<TestServiceImpl> SType; in TEST_F()
478 typedef EchoTestService::WithRawMethod_RequestStream<TestServiceImpl> SType; in TEST_F()
490 EchoTestService::WithAsyncMethod_Echo<TestServiceImpl>> in TEST_F()
506 EchoTestService::WithGenericMethod_Echo<TestServiceImpl>> in TEST_F()
523 EchoTestService::WithAsyncMethod_Echo<TestServiceImpl>> in TEST_F()
539 EchoTestService::WithAsyncMethod_ResponseStream<TestServiceImpl>> in TEST_F()
556 EchoTestService::WithAsyncMethod_ResponseStream<TestServiceImpl>> in TEST_F()
595 EchoTestService::WithAsyncMethod_ResponseStream<TestServiceImpl>> in TEST_F()
633 EchoTestService::WithAsyncMethod_ResponseStream<TestServiceImpl>> in TEST_F()
[all …]
Dthread_stress_test.cc56 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service { class
58 TestServiceImpl() {} in TestServiceImpl() function in grpc::testing::TestServiceImpl
155 TestServiceImpl service_;
175 TestServiceImpl service_;
303 CommonStressTestSyncServer<CommonStressTestInsecure<TestServiceImpl>>,
304 CommonStressTestSyncServer<CommonStressTestInproc<TestServiceImpl, false>>,
306 CommonStressTestInproc<TestServiceImpl, true>>,
Dstreaming_throughput_test.cc88 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service { class
116 std::bind(&TestServiceImpl::BidiStream_Sender, stream, &should_exit)); in BidiStream()
156 TestServiceImpl service_;
Dshutdown_test.cc45 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service { class
47 explicit TestServiceImpl(gpr_event* ev) : ev_(ev) {} in TestServiceImpl() function in grpc::testing::TestServiceImpl
116 TestServiceImpl service_;
Dserver_builder_plugin_test.cc48 TestServerBuilderPlugin() : service_(new TestServiceImpl()) { in TestServerBuilderPlugin()
95 std::shared_ptr<TestServiceImpl> service_;
211 TestServiceImpl service_;
Dserver_early_return_test.cc47 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service { class
211 TestServiceImpl service_;
Ddelegating_channel_test.cc70 TestServiceImpl service_;
Dmock_test.cc247 class TestServiceImpl : public EchoTestService::Service { class
338 TestServiceImpl service_;
Dservice_config_end2end_test.cc75 class MyTestServiceImpl : public TestServiceImpl {
86 return TestServiceImpl::Echo(context, request, response); in Echo()
Dclient_interceptors_end2end_test.cc797 TestServiceImpl service_;
896 TestServiceImpl service_;
1109 TestServiceImpl service_;
Dport_sharing_end2end_test.cc292 TestServiceImpl service_;
Dserver_interceptors_end2end_test.cc263 TestServiceImpl service_;
662 TestServiceImpl service; in TEST_F()
Dhealth_service_end2end_test.cc278 TestServiceImpl echo_test_service_;
/third_party/grpc/test/cpp/interop/
Dxds_interop_server.cc54 class TestServiceImpl : public TestService::Service { class
56 TestServiceImpl(const std::string& i) : hostname_(i) {} in TestServiceImpl() function in TestServiceImpl
80 TestServiceImpl service(hostname); in RunServer()
Dinterop_server.cc138 class TestServiceImpl : public TestService::Service { class
345 TestServiceImpl service; in RunServer()
/third_party/grpc/test/cpp/ios/CronetTests/
DTestHelper.mm87 Status TestServiceImpl::Echo(ServerContext* context, const EchoRequest* request,
124 Status TestServiceImpl::RequestStream(ServerContext* context,
137 Status TestServiceImpl::ResponseStream(ServerContext* context, const EchoRequest* request,
154 Status TestServiceImpl::BidiStream(ServerContext* context,
DTestHelper.h62 class TestServiceImpl : public grpc::testing::EchoTestService::Service {
/third_party/grpc/test/cpp/util/
Dcli_call_test.cc41 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service { class
86 TestServiceImpl service_;
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DExternalDnsClientServerTest.cs51 Services = { TestService.BindService(new TestServiceImpl()) }, in Init()
DInteropServer.cs71 Services = { TestService.BindService(new TestServiceImpl()) } in Run()
DUnobservedTaskExceptionTest.cs48 Services = { TestService.BindService(new TestServiceImpl()) }, in Init()
DInteropClientServerTest.cs47 Services = { TestService.BindService(new TestServiceImpl()) }, in Init()
DExternalDnsWithTracingClientServerTest.cs68 Services = { TestService.BindService(new TestServiceImpl()) }, in Init()
DTestServiceImpl.cs33 public class TestServiceImpl : TestService.TestServiceBase class
/third_party/grpc/test/cpp/client/
Dclient_channel_stress_test.cc70 using BackendServiceImpl = TestServiceImpl;

12