Home
last modified time | relevance | path

Searched defs:ServerData (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/test/cpp/end2end/
Dcfstream_test.cc230 struct ServerData { struct in grpc::testing::__anon8f5f0b170111::CFStreamTest
231 int port_;
232 const std::string creds_;
233 std::unique_ptr<Server> server_;
234 TestServiceImpl service_;
235 std::unique_ptr<std::thread> thread_;
236 bool server_ready_ = false;
238 ServerData(int port, const std::string& creds) in ServerData() argument
241 void Start(const std::string& server_host) { in Start()
253 void Serve(const std::string& server_host, std::mutex* mu, in Serve()
[all …]
Dflaky_network_test.cc234 struct ServerData { struct in grpc::testing::__anon8b8736020111::FlakyNetworkTest
235 int port_;
236 const std::string creds_;
237 std::unique_ptr<Server> server_;
238 TestServiceImpl service_;
239 std::unique_ptr<std::thread> thread_;
240 bool server_ready_ = false;
242 ServerData(int port, const std::string& creds) in ServerData() function
245 void Start(const std::string& server_host) { in Start()
257 void Serve(const std::string& server_host, std::mutex* mu, in Serve()
[all …]
Dservice_config_end2end_test.cc297 struct ServerData { struct in grpc::testing::__anon4ea9eba70111::ServiceConfigEnd2endTest
298 const int port_;
299 std::unique_ptr<Server> server_;
300 MyTestServiceImpl service_;
301 std::unique_ptr<std::thread> thread_;
303 grpc::internal::Mutex mu_;
304 grpc::internal::CondVar cond_;
308 explicit ServerData(int port = 0) in ServerData() argument
311 void Start(const std::string& server_host) { in Start()
324 void Serve(const std::string& server_host) { in Serve()
[all …]
Dclient_lb_end2end_test.cc407 struct ServerData { struct in grpc::testing::__anon64669aad0111::ClientLbEnd2endTest
408 const int port_;
409 const std::shared_ptr<ServerCredentials> server_creds_;
410 std::unique_ptr<Server> server_;
411 MyTestServiceImpl service_;
412 std::unique_ptr<experimental::ServerMetricRecorder> server_metric_recorder_;
413 experimental::OrcaService orca_service_;
414 std::unique_ptr<std::thread> thread_;
415 bool enable_noop_health_check_service_ = false;
416 NoopHealthCheckServiceImpl noop_health_check_service_impl_;
[all …]
/third_party/grpc/test/cpp/qps/
Ddriver.cc232 struct ServerData { struct
233 unique_ptr<WorkerService::Stub> stub;
234 unique_ptr<ClientReaderWriter<ServerArgs, ServerStatus>> stream;
/third_party/grpc/src/proto/grpc/channelz/
Dchannelz.proto212 message ServerData { message