Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/end2end/
Dcfstream_test.cc245 struct ServerData { struct in grpc::testing::__anonecf82fb70111::CFStreamTest
246 int port_;
247 const std::string creds_;
248 std::unique_ptr<Server> server_;
249 TestServiceImpl service_;
250 std::unique_ptr<std::thread> thread_;
251 bool server_ready_ = false;
253 ServerData(int port, const std::string& creds) in ServerData() function
256 void Start(const std::string& server_host) { in Start()
268 void Serve(const std::string& server_host, std::mutex* mu, in Serve()
[all …]
Dflaky_network_test.cc244 struct ServerData { struct in grpc::testing::__anonbfb03ea20111::FlakyNetworkTest
245 int port_;
246 const std::string creds_;
247 std::unique_ptr<Server> server_;
248 TestServiceImpl service_;
249 std::unique_ptr<std::thread> thread_;
250 bool server_ready_ = false;
252 ServerData(int port, const std::string& creds) in ServerData() function
255 void Start(const std::string& server_host) { in Start()
267 void Serve(const std::string& server_host, std::mutex* mu, in Serve()
[all …]
Dservice_config_end2end_test.cc296 struct ServerData { struct in grpc::testing::__anon1c16a8470111::ServiceConfigEnd2endTest
297 int port_;
298 std::unique_ptr<Server> server_;
299 MyTestServiceImpl service_;
300 std::unique_ptr<std::thread> thread_;
301 bool server_ready_ = false;
302 bool started_ = false;
304 explicit ServerData(int port = 0) { in ServerData() function
308 void Start(const std::string& server_host) { in Start()
321 void Serve(const std::string& server_host, grpc::internal::Mutex* mu, in Serve()
[all …]
Dclient_lb_end2end_test.cc333 struct ServerData { struct in grpc::testing::__anon2122f34d0111::ClientLbEnd2endTest
334 int port_;
335 std::unique_ptr<Server> server_;
336 MyTestServiceImpl service_;
337 std::unique_ptr<std::thread> thread_;
338 bool server_ready_ = false;
339 bool started_ = false;
341 explicit ServerData(int port = 0) { in ServerData() function
345 void Start(const std::string& server_host) { in Start()
358 void Serve(const std::string& server_host, grpc::internal::Mutex* mu, in Serve()
[all …]
/third_party/grpc/test/cpp/qps/
Ddriver.cc235 struct ServerData { struct
236 unique_ptr<WorkerService::Stub> stub;
237 unique_ptr<ClientReaderWriter<ServerArgs, ServerStatus>> stream;
/third_party/grpc/src/proto/grpc/channelz/
Dchannelz.proto212 message ServerData { message
/third_party/glib/gio/tests/
Dproxy-test.c73 } ServerData; typedef
/third_party/libsoup/tests/
Dserver-test.c14 } ServerData; typedef