/external/grpc-grpc/test/cpp/interop/ |
D | server_helper.h | 66 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(
|
D | interop_server.cc | 319 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
|
D | reconnect_interop_server.cc | 162 void RunServer() { in RunServer() function 187 RunServer(); in main()
|
D | interop_server_bootstrap.cc | 34 grpc::testing::interop::RunServer( in main()
|
/external/grpc-grpc/test/cpp/qps/ |
D | worker.cc | 47 static void RunServer() { in RunServer() function 64 grpc::testing::RunServer(); in main()
|
D | qps_worker.cc | 118 Status RunServer( in RunServer() function in grpc::testing::WorkerServiceImpl
|
D | driver.cc | 295 servers[i].stream = servers[i].stub->RunServer(alloc_context(&contexts)); in RunScenario()
|
/external/libchrome/ipc/ |
D | ipc_send_fds_test.cc | 118 void RunServer() { in RunServer() function in __anonb176a1dd0111::IPCSendFdsTest 149 RunServer(); in TEST_F() 187 RunServer(); in TEST_F()
|
/external/grpc-grpc/examples/cpp/helloworld/ |
D | greeter_server.cc | 49 void RunServer() { in RunServer() function 69 RunServer(); in main()
|
/external/grpc-grpc/test/cpp/end2end/ |
D | client_crash_test_server.cc | 61 void RunServer() { in RunServer() function 76 grpc::testing::RunServer(); in main()
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | WorkerServiceGrpc.cs | 89 …public virtual global::System.Threading.Tasks.Task RunServer(grpc::IAsyncStreamReader<global::Grpc… in RunServer() method in Grpc.Testing.WorkerService.WorkerServiceBase 170 …all<global::Grpc.Testing.ServerArgs, global::Grpc.Testing.ServerStatus> RunServer(grpc::Metadata h… in RunServer() method in Grpc.Testing.WorkerService.WorkerServiceClient 172 return RunServer(new grpc::CallOptions(headers, deadline, cancellationToken)); in RunServer() 184 …all<global::Grpc.Testing.ServerArgs, global::Grpc.Testing.ServerStatus> RunServer(grpc::CallOption… in RunServer() method in Grpc.Testing.WorkerService.WorkerServiceClient 318 .AddMethod(__Method_RunServer, serviceImpl.RunServer) in BindService()
|
D | WorkerServiceImpl.cs | 42 …public override async Task RunServer(IAsyncStreamReader<ServerArgs> requestStream, IServerStreamWr… in RunServer() method in Grpc.Testing.WorkerServiceImpl
|
/external/flatbuffers/grpc/samples/greeter/ |
D | server.cpp | 64 void RunServer() { in RunServer() function 78 RunServer(); in main()
|
/external/flatbuffers/grpc/tests/ |
D | grpctest.cpp | 81 void RunServer() { in RunServer() function 141 std::thread server_thread(RunServer); in grpc_server_test()
|
/external/grpc-grpc/examples/cpp/route_guide/ |
D | route_guide_server.cc | 170 void RunServer(const std::string& db_path) { in RunServer() function 185 RunServer(db); in main()
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | WorkerServiceClient.php | 46 public function RunServer($metadata = [], $options = []) { function in Grpc\\Testing\\WorkerServiceClient
|
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/ |
D | fake_handshaker_server.cc | 249 void RunServer() { in RunServer() function 266 RunServer(); in main()
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_grpc_testlib.h | 36 void RunServer(const int server_port);
|
D | debug_grpc_testlib.cc | 140 void TestEventListenerImpl::RunServer(const int server_port) { in RunServer() function in tensorflow::test::TestEventListenerImpl
|
D | debug_grpc_io_utils_test.cc | 57 server_data->server->RunServer(server_data->port); in SetUpInProcessServer()
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | worker_service.proto | 30 rpc RunServer(stream ServerArgs) returns (stream ServerStatus); rpc
|
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
D | services.proto | 56 rpc RunServer(stream ServerArgs) returns (stream ServerStatus); rpc
|
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/ |
D | worker_server.py | 41 def RunServer(self, request_iterator, context): member in WorkerServer
|
/external/grpc-grpc/examples/cpp/ |
D | cpptutorial.md | 298 void RunServer(const std::string& db_path) {
|