/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/ |
H A D | cfstream_test.cc | 230 struct ServerData { struct in grpc::testing::__anon526209530111::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 …]
|
H A D | flaky_network_test.cc | 236 struct ServerData { struct in grpc::testing::__anon8a0e79be0111::FlakyNetworkTest 237 int port_; 238 const std::string creds_; 239 std::unique_ptr<Server> server_; 240 TestServiceImpl service_; 241 std::unique_ptr<std::thread> thread_; 242 bool server_ready_ = false; 244 ServerData(int port, const std::string& creds) in ServerData() argument 247 void Start(const std::string& server_host) { in Start() 259 void Serve(const std::string& server_host, std::mutex* mu, in Serve() [all …]
|
H A D | service_config_end2end_test.cc | 298 struct ServerData { struct in grpc::testing::__anon50cf22e30111::ServiceConfigEnd2endTest 299 const int port_; 300 std::unique_ptr<Server> server_; 301 MyTestServiceImpl service_; 302 std::unique_ptr<std::thread> thread_; 304 grpc::internal::Mutex mu_; 305 grpc::internal::CondVar cond_; 309 explicit ServerData(int port = 0) in ServerData() argument 312 void Start(const std::string& server_host) { in Start() 325 void Serve(const std::string& server_host) { in Serve() [all …]
|
H A D | client_lb_end2end_test.cc | 402 struct ServerData { struct in grpc::testing::__anon18215c690111::ClientLbEnd2endTest 403 const int port_; 404 std::unique_ptr<Server> server_; 405 MyTestServiceImpl service_; 406 std::unique_ptr<experimental::ServerMetricRecorder> server_metric_recorder_; 407 experimental::OrcaService orca_service_; 408 std::unique_ptr<std::thread> thread_; 409 bool enable_noop_health_check_service_ = false; 410 NoopHealthCheckServiceImpl noop_health_check_service_impl_; 412 grpc_core::Mutex mu_; [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/debug/ |
H A D | debug_grpc_io_utils_test.cc | 32 struct ServerData { struct in tensorflow::GrpcDebugTest 33 int port; 34 string url; 35 std::unique_ptr<test::TestEventListenerImpl> server; 36 std::unique_ptr<thread::ThreadPool> thread_pool;
|
/aosp_15_r20/external/grpc-grpc/test/cpp/qps/ |
H A D | driver.cc | 232 struct ServerData { struct 233 unique_ptr<WorkerService::Stub> stub; 234 unique_ptr<ClientReaderWriter<ServerArgs, ServerStatus>> stream;
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | network_data_service.hpp | 369 class ServerData class in ot::NetworkData::Service::Manager::DnsSrpUnicast 372 ServerData(const Ip6::Address &aAddress, uint16_t aPort) in ServerData() function in ot::NetworkData::Service::Manager::DnsSrpUnicast::ServerData
|
H A D | network_data_types.hpp | 347 class ServerData : public Data<kWithUint8Length> class
|
/aosp_15_r20/external/grpc-grpc-java/services/src/main/proto/grpc/channelz/v1/ |
H A D | channelz.proto | 212 message ServerData { message
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/channelz/ |
D | channelz.proto | 212 message ServerData { message
|
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/channelz/ |
H A D | channelz.proto | 212 message ServerData { message
|