Home
last modified time | relevance | path

Searched defs:server_address (Results 1 – 25 of 55) sorted by relevance

123

/third_party/grpc/test/cpp/util/
Dgrpc_tool_test.cc256 std::ostringstream server_address; in SetUpServer() local
341 const std::string server_address = SetUpServer(); in TEST_F() local
359 const std::string server_address = SetUpServer(); in TEST_F() local
389 const std::string server_address = SetUpServer(); in TEST_F() local
410 const std::string server_address = SetUpServer(); in TEST_F() local
439 const std::string server_address = SetUpServer(); in TEST_F() local
453 const std::string server_address = SetUpServer(); in TEST_F() local
488 const std::string server_address = SetUpServer(); in TEST_F() local
525 const std::string server_address = SetUpServer(); in TEST_F() local
585 const std::string server_address = SetUpServer(); in TEST_F() local
[all …]
Dgrpc_tool.cc220 const std::string& server_address, const CliCredentials& cred) { in CreateCliChannel()
351 std::string server_address(argv[0]); in ListServices() local
449 std::string server_address(argv[0]); in PrintType() local
494 std::string server_address(argv[0]); in CallMethod() local
836 std::string server_address(argv[0]); in ParseMessage() local
/third_party/grpc/test/core/tsi/alts/fake_handshaker/
Dfake_handshaker_server_main.cc33 static void RunFakeHandshakerServer(const std::string& server_address) { in RunFakeHandshakerServer()
51 std::ostringstream server_address; in main() local
/third_party/grpc/examples/python/multiprocessing/
Dclient.py50 def _initialize_worker(server_address): argument
66 def _calculate_primes(server_address): argument
/third_party/grpc/examples/python/xds/
Dclient.py28 def run(server_address): argument
/third_party/grpc/examples/cpp/compression/
Dgreeter_server.cc52 std::string server_address("0.0.0.0:50051"); in RunServer() local
/third_party/grpc/examples/python/errors/
Dserver.py63 def create_server(server_address): argument
/third_party/grpc/examples/cpp/load_balancing/
Dgreeter_server.cc50 std::string server_address("0.0.0.0:50051"); in RunServer() local
/third_party/grpc/examples/cpp/helloworld/
Dgreeter_server.cc52 std::string server_address("0.0.0.0:50051"); in RunServer() local
Dgreeter_async_server.cc53 std::string server_address("0.0.0.0:50051"); in Run() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgrpc_async_server.cc30 std::string server_address = host_ + ":" + std::to_string(port_); in Run() local
/third_party/grpc/examples/python/wait_for_ready/
Dwait_for_ready_example.py50 def create_server(server_address): argument
/third_party/grpc/test/cpp/interop/
Dreconnect_interop_client.cc58 std::ostringstream server_address; in main() local
Dxds_interop_server.cc77 std::ostringstream server_address; in RunServer() local
Dstress_interop_client.cc70 int test_id, const std::string& server_address, in StressTestInteropClient()
/third_party/grpc/examples/cpp/metadata/
Dgreeter_server.cc72 std::string server_address("0.0.0.0:50051"); in RunServer() local
/third_party/grpc/test/cpp/end2end/
Dserver_interceptors_end2end_test.cc346 string server_address = "localhost:" + std::to_string(port); in TEST_F() local
419 string server_address = "localhost:" + std::to_string(port); in TEST_F() local
502 string server_address = "localhost:" + std::to_string(port); in TEST_F() local
608 string server_address = "localhost:" + std::to_string(port); in TEST_F() local
660 string server_address = "localhost:" + std::to_string(port); in TEST_F() local
/third_party/grpc/examples/cpp/keyvaluestore/
Dserver.cc75 std::string server_address("0.0.0.0:50051"); in RunServer() local
/third_party/flatbuffers/grpc/samples/greeter/
Dserver.cpp66 std::string server_address("0.0.0.0:50051"); in RunServer() local
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-ping/
Dminimal-ws-client-ping.c28 static const char *server_address = "libwebsockets.org", *pro = "lws-mirror-protocol"; variable
/third_party/grpc/src/php/tests/interop/
Dxds_client.php124 public function __construct($server_address, $qps, $fail_on_failed_rpcs,
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam-tx-rx/
Dminimal-ws-client.c16 static const char *server_address = "localhost", *pro = "lws-minimal"; variable
/third_party/grpc/test/cpp/qps/
Dserver_callback.cc105 std::string server_address = grpc_core::JoinHostPort("::", port_num); in CallbackServer() local
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client/
Dminimal-ws-client.c30 static const char *server_address = "libwebsockets.org", variable
/third_party/grpc/test/core/transport/chttp2/
Dtoo_many_pings_test.cc130 std::string server_address = in TEST() local

123