Home
last modified time | relevance | path

Searched refs:BoundPort (Results 1 – 25 of 28) sorted by relevance

12

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DMetadataCredentialsTest.cs85 … channel = new Channel(Host, server.Ports.Single().BoundPort, channelCredentials, options); in MetadataCredentials_Channel()
107 …channel = new Channel(Host, server.Ports.Single().BoundPort, TestCredentials.CreateSslCredentials(… in MetadataCredentials_PerCall()
141 … channel = new Channel(Host, server.Ports.Single().BoundPort, channelCredentials, options); in MetadataCredentials_BothChannelAndPerCall()
176 … channel = new Channel(Host, server.Ports.Single().BoundPort, channelCredentials, options); in MetadataCredentials_Composed()
195 …channel = new Channel(Host, server.Ports.Single().BoundPort, TestCredentials.CreateSslCredentials(… in MetadataCredentials_ComposedPerCall()
222 … channel = new Channel(Host, server.Ports.Single().BoundPort, channelCredentials, options); in MetadataCredentials_InterceptorLeavesMetadataEmpty()
236 … channel = new Channel(Host, server.Ports.Single().BoundPort, channelCredentials, options); in MetadataCredentials_InterceptorThrows()
DServerRunners.cs127 public int BoundPort property in Grpc.IntegrationTesting.ServerRunnerImpl
131 return server.Ports.Single().BoundPort;
DIServerRunner.cs42 int BoundPort { get; } property
DExternalDnsClientServerTest.cs56 int port = server.Ports.Single().BoundPort; in Init()
DRunnerClientServerTest.cs62 ServerTargets = { string.Format("{0}:{1}", "localhost", serverRunner.BoundPort) }, in ClientServerRunner()
DUnobservedTaskExceptionTest.cs53 int port = server.Ports.Single().BoundPort; in Init()
DQpsWorker.cs77 int boundPort = server.Ports.Single().BoundPort; in RunAsync()
DGeneratedServiceBaseTest.cs49 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
DWorkerServiceImpl.cs51 Port = runner.BoundPort, in RunServer()
DInteropClientServerTest.cs56 int port = server.Ports.Single().BoundPort; in Init()
DCustomErrorDetailsTest.cs56 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
DExternalDnsWithTracingClientServerTest.cs75 int port = server.Ports.Single().BoundPort; in Init()
DXdsInteropClientTest.cs74 int port = lbStatsServer.Ports.Single().BoundPort; in Init()
DSslCredentialsTest.cs73 … channel = new Channel(Host, server.Ports.Single().BoundPort, clientCredentials, options); in InitClientAndServer()
/third_party/mindspore/tests/ut/cpp/ps/core/
Dtcp_pb_server_test.cc63 client_ = std::make_unique<TcpClient>("127.0.0.1", server_->BoundPort(), config.get()); in TEST_F()
64 std::cout << server_->BoundPort() << std::endl; in TEST_F()
/third_party/grpc/src/csharp/Grpc.Core/
DServerPort.cs97 public int BoundPort property in Grpc.Core.ServerPort
DServer.cs323 var unboundPort = ports.FirstOrDefault(port => port.BoundPort == 0); in CheckPortsBoundSuccessfully()
/third_party/grpc/test/distrib/csharp/DistribTest/
DProgram.cs39 …Channel channel = new Channel("localhost", server.Ports.Single().BoundPort, ChannelCredentials.Ins… in Main()
/third_party/grpc/src/csharp/Grpc.HealthCheck.Tests/
DHealthClientServerTest.cs52 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DServerTest.cs63 Assert.Greater(boundPort.BoundPort, 0); in PickUnusedPort()
DMockServiceHelper.cs147 …channel = new Channel(Host, GetServer().Ports.Single().BoundPort, ChannelCredentials.Insecure, cha… in GetChannel()
/third_party/mindspore/mindspore/ccsrc/ps/core/
Dnode.h68 uint16_t BoundPort() const;
/third_party/grpc/src/csharp/Grpc.Reflection.Tests/
DReflectionClientServerTest.cs53 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
/third_party/grpc/src/csharp/Grpc.Examples.Tests/
DMathClientServerTests.cs50 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dtcp_server.h111 uint16_t BoundPort() const;

12