Home
last modified time | relevance | path

Searched refs:RunServer (Results 1 – 25 of 26) sorted by relevance

12

/third_party/grpc/test/cpp/interop/
Dserver_helper.h66 void RunServer(const std::shared_ptr<ServerCredentials>& creds);
74 void RunServer(const std::shared_ptr<ServerCredentials>& creds, int port,
81 void RunServer(
93 void RunServer(
Dinterop_server.cc319 void grpc::testing::interop::RunServer( in RunServer() function in grpc::testing::interop
321 RunServer(creds, FLAGS_port, nullptr, nullptr); in RunServer()
324 void grpc::testing::interop::RunServer( in RunServer() function in grpc::testing::interop
328 RunServer(creds, FLAGS_port, nullptr, std::move(server_options)); in RunServer()
331 void grpc::testing::interop::RunServer( in RunServer() function in grpc::testing::interop
334 RunServer(creds, port, server_started_condition, nullptr); in RunServer()
337 void grpc::testing::interop::RunServer( in RunServer() function in grpc::testing::interop
Dxds_interop_server.cc76 void RunServer(const int port, const std::string& hostname) { in RunServer() function
105 RunServer(FLAGS_port, hostname); in main()
Dreconnect_interop_server.cc162 void RunServer() { in RunServer() function
187 RunServer(); in main()
Dinterop_server_bootstrap.cc36 grpc::testing::interop::RunServer( in main()
Dxds_interop_client.cc345 void RunServer(const int port) { in RunServer() function
377 RunServer(FLAGS_stats_port); in main()
/third_party/grpc/test/cpp/qps/
Dworker.cc47 static void RunServer() { in RunServer() function
64 grpc::testing::RunServer(); in main()
Dqps_worker.cc123 Status RunServer( in RunServer() function in grpc::testing::WorkerServiceImpl
/third_party/grpc/examples/cpp/load_balancing/
Dgreeter_server.cc49 void RunServer() { in RunServer() function
69 RunServer(); in main()
/third_party/grpc/examples/cpp/compression/
Dgreeter_server.cc51 void RunServer() { in RunServer() function
73 RunServer(); in main()
/third_party/grpc/examples/cpp/helloworld/
Dgreeter_server.cc51 void RunServer() { in RunServer() function
73 RunServer(); in main()
/third_party/grpc/test/cpp/end2end/
Dclient_crash_test_server.cc62 void RunServer() { in RunServer() function
77 grpc::testing::RunServer(); in main()
/third_party/grpc/examples/cpp/keyvaluestore/
Dserver.cc74 void RunServer() { in RunServer() function
94 RunServer(); in main()
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DWorkerServiceGrpc.cs120 …public virtual global::System.Threading.Tasks.Task RunServer(grpc::IAsyncStreamReader<global::Grpc… in RunServer() method in Grpc.Testing.WorkerService.WorkerServiceBase
201 …all<global::Grpc.Testing.ServerArgs, global::Grpc.Testing.ServerStatus> RunServer(grpc::Metadata h… in RunServer() method in Grpc.Testing.WorkerService.WorkerServiceClient
203 return RunServer(new grpc::CallOptions(headers, deadline, cancellationToken)); in RunServer()
215 …all<global::Grpc.Testing.ServerArgs, global::Grpc.Testing.ServerStatus> RunServer(grpc::CallOption… in RunServer() method in Grpc.Testing.WorkerService.WorkerServiceClient
349 .AddMethod(__Method_RunServer, serviceImpl.RunServer) in BindService()
361 …Method<global::Grpc.Testing.ServerArgs, global::Grpc.Testing.ServerStatus>(serviceImpl.RunServer)); in BindService()
DWorkerServiceImpl.cs42 …public override async Task RunServer(IAsyncStreamReader<ServerArgs> requestStream, IServerStreamWr… in RunServer() method in Grpc.Testing.WorkerServiceImpl
/third_party/grpc/examples/csharp/Xds/GreeterServer/
DProgram.cs59 .WithParsed<Options>(options => RunServer(options)); in Main()
62 private static void RunServer(Options options) in RunServer() method in GreeterServer.Program
/third_party/grpc/examples/cpp/metadata/
Dgreeter_server.cc71 void RunServer() { in RunServer() function
91 RunServer(); in main()
/third_party/flatbuffers/grpc/samples/greeter/
Dserver.cpp65 void RunServer() { in RunServer() function
79 RunServer(); in main()
/third_party/flatbuffers/grpc/tests/
Dgrpctest.cpp82 void RunServer() { in RunServer() function
140 std::thread server_thread(RunServer); in grpc_server_test()
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dmain.cc272 bool RunServer(std::string port);
318 success = RunServer(port); in main()
347 bool RunServer(std::string port) { in RunServer() function
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DWorkerServiceClient.php47 public function RunServer($metadata = [], $options = []) { function in Grpc\\Testing\\WorkerServiceClient
/third_party/grpc/examples/cpp/route_guide/
Droute_guide_server.cc175 void RunServer(const std::string& db_path) { in RunServer() function
190 RunServer(db); in main()
/third_party/grpc/src/proto/grpc/testing/
Dworker_service.proto30 rpc RunServer(stream ServerArgs) returns (stream ServerStatus); rpc
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dworker_servicer.py200 async def RunServer(self, request_iterator, context): member in WorkerServicer
221 calls = [worker.stub.RunServer() for worker in sub_workers]
/third_party/grpc/src/python/grpcio_tests/tests/qps/
Dworker_server.py42 def RunServer(self, request_iterator, context): member in WorkerServer

12