Searched defs:ServerData (Results 1 – 6 of 6) sorted by relevance
230 struct ServerData { struct in grpc::testing::__anon8f5f0b170111::CFStreamTest231 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() argument241 void Start(const std::string& server_host) { in Start()253 void Serve(const std::string& server_host, std::mutex* mu, in Serve()[all …]
234 struct ServerData { struct in grpc::testing::__anon8b8736020111::FlakyNetworkTest235 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() function245 void Start(const std::string& server_host) { in Start()257 void Serve(const std::string& server_host, std::mutex* mu, in Serve()[all …]
297 struct ServerData { struct in grpc::testing::__anon4ea9eba70111::ServiceConfigEnd2endTest298 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() argument311 void Start(const std::string& server_host) { in Start()324 void Serve(const std::string& server_host) { in Serve()[all …]
407 struct ServerData { struct in grpc::testing::__anon64669aad0111::ClientLbEnd2endTest408 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 …]
232 struct ServerData { struct233 unique_ptr<WorkerService::Stub> stub;234 unique_ptr<ClientReaderWriter<ServerArgs, ServerStatus>> stream;
212 message ServerData { message