/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | MetadataCredentialsTest.cs | 85 … 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()
|
D | ServerRunners.cs | 127 public int BoundPort property in Grpc.IntegrationTesting.ServerRunnerImpl 131 return server.Ports.Single().BoundPort;
|
D | IServerRunner.cs | 42 int BoundPort { get; } property
|
D | ExternalDnsClientServerTest.cs | 56 int port = server.Ports.Single().BoundPort; in Init()
|
D | RunnerClientServerTest.cs | 62 ServerTargets = { string.Format("{0}:{1}", "localhost", serverRunner.BoundPort) }, in ClientServerRunner()
|
D | UnobservedTaskExceptionTest.cs | 53 int port = server.Ports.Single().BoundPort; in Init()
|
D | QpsWorker.cs | 77 int boundPort = server.Ports.Single().BoundPort; in RunAsync()
|
D | GeneratedServiceBaseTest.cs | 49 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
|
D | WorkerServiceImpl.cs | 51 Port = runner.BoundPort, in RunServer()
|
D | InteropClientServerTest.cs | 56 int port = server.Ports.Single().BoundPort; in Init()
|
D | CustomErrorDetailsTest.cs | 56 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
|
D | ExternalDnsWithTracingClientServerTest.cs | 75 int port = server.Ports.Single().BoundPort; in Init()
|
D | XdsInteropClientTest.cs | 74 int port = lbStatsServer.Ports.Single().BoundPort; in Init()
|
D | SslCredentialsTest.cs | 73 … channel = new Channel(Host, server.Ports.Single().BoundPort, clientCredentials, options); in InitClientAndServer()
|
/third_party/mindspore/tests/ut/cpp/ps/core/ |
D | tcp_pb_server_test.cc | 63 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/ |
D | ServerPort.cs | 97 public int BoundPort property in Grpc.Core.ServerPort
|
D | Server.cs | 323 var unboundPort = ports.FirstOrDefault(port => port.BoundPort == 0); in CheckPortsBoundSuccessfully()
|
/third_party/grpc/test/distrib/csharp/DistribTest/ |
D | Program.cs | 39 …Channel channel = new Channel("localhost", server.Ports.Single().BoundPort, ChannelCredentials.Ins… in Main()
|
/third_party/grpc/src/csharp/Grpc.HealthCheck.Tests/ |
D | HealthClientServerTest.cs | 52 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
|
/third_party/grpc/src/csharp/Grpc.Core.Tests/ |
D | ServerTest.cs | 63 Assert.Greater(boundPort.BoundPort, 0); in PickUnusedPort()
|
D | MockServiceHelper.cs | 147 …channel = new Channel(Host, GetServer().Ports.Single().BoundPort, ChannelCredentials.Insecure, cha… in GetChannel()
|
/third_party/mindspore/mindspore/ccsrc/ps/core/ |
D | node.h | 68 uint16_t BoundPort() const;
|
/third_party/grpc/src/csharp/Grpc.Reflection.Tests/ |
D | ReflectionClientServerTest.cs | 53 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
|
/third_party/grpc/src/csharp/Grpc.Examples.Tests/ |
D | MathClientServerTests.cs | 50 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
|
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/ |
D | tcp_server.h | 111 uint16_t BoundPort() const;
|