Home
last modified time | relevance | path

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

12

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DServerTest.cs36 … Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in StartAndShutdownServer()
47 … Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in StartAndKillServer()
58 … Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in PickUnusedPort()
76 new ServerPort("localhost", twiceBoundPort, ServerCredentials.Insecure), in StartThrowsWithUnboundPorts()
77 new ServerPort("localhost", twiceBoundPort, ServerCredentials.Insecure) in StartThrowsWithUnboundPorts()
89 … Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in CannotModifyAfterStarted()
DMockServiceHelper.cs134 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in GetServer()
/external/grpc-grpc/src/csharp/Grpc.Core/
DServerPort.cs28 public class ServerPort class
48 public ServerPort(string host, int port, ServerCredentials credentials) in ServerPort() method in Grpc.Core.ServerPort
58 internal ServerPort(ServerPort serverPort, int boundPort) in ServerPort() method in Grpc.Core.ServerPort
DServer.cs49 readonly List<ServerPort> serverPortList = new List<ServerPort>();
271 private int AddPortInternal(ServerPort serverPort) in AddPortInternal()
290 var newServerPort = new ServerPort(serverPort, boundPort); in AddPortInternal()
434 public class ServerPortCollection : IEnumerable<ServerPort>
448 public int Add(ServerPort serverPort) in Add()
462 return Add(new ServerPort(host, port, credentials)); in Add()
468 public IEnumerator<ServerPort> GetEnumerator() in GetEnumerator()
/external/rust/crates/grpcio-sys/grpc/test/distrib/csharp/DistribTest/
DProgram.cs35 … Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in Main()
/external/rust/crates/grpcio-sys/grpc/tools/http2_interop/
Dhttp2interop_test.go47 ServerPort: *serverPort,
55 if ctx.ServerPort != -1 {
56 ctx.serverSpec += ":" + strconv.Itoa(ctx.ServerPort)
/external/grpc-grpc/tools/http2_interop/
Dhttp2interop_test.go33 ServerPort: *serverPort,
41 if ctx.ServerPort != -1 {
42 ctx.serverSpec += ":" + strconv.Itoa(ctx.ServerPort)
/external/parameter-framework/upstream/remote-process/
DREADME.md7 configuration (by the `ServerPort` attribute):
11 <ParameterFrameworkConfiguration SystemClassName="..." ServerPort="5000" TuningAllowed="true">
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/
DProgram.cs35 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in Main()
/external/grpc-grpc/examples/csharp/Helloworld/GreeterServer/
DProgram.cs40 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in Main()
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/
DProgram.cs40 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in Main()
/external/grpc-grpc/examples/csharp/HelloworldXamarin/iOS/
DViewController.cs62 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in SayHello()
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/
DMainActivity.cs53 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in SayHello()
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DQpsWorker.cs75 Ports = { new ServerPort(host, options.DriverPort, ServerCredentials.Insecure )} in RunAsync()
DGeneratedServiceBaseTest.cs46 Ports = { { Host, ServerPort.PickUnused, SslServerCredentials.Insecure } } in Init()
DInteropClientServerTest.cs48 … Ports = { { Host, ServerPort.PickUnused, TestCredentials.CreateSslServerCredentials() } } in Init()
DCustomErrorDetailsTest.cs52 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
DServerRunners.cs85 Ports = { new ServerPort("[::]", config.Port, credentials) } in CreateStarted()
DSslCredentialsTest.cs59 Ports = { { Host, ServerPort.PickUnused, serverCredentials } } in Init()
DMetadataCredentialsTest.cs48 … Ports = { { Host, ServerPort.PickUnused, TestCredentials.CreateSslServerCredentials() } } in Init()
DInteropClient.cs52 public int ServerPort { get; set; } property in Grpc.IntegrationTesting.InteropClient.ClientOptions
106 … var channel = new Channel(options.ServerHost, options.ServerPort, credentials, channelOptions); in Run()
/external/grpc-grpc/src/csharp/Grpc.HealthCheck.Tests/
DHealthClientServerTest.cs49 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
/external/grpc-grpc/src/csharp/Grpc.Reflection.Tests/
DReflectionClientServerTest.cs50 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
/external/grpc-grpc/src/csharp/Grpc.Examples.Tests/
DMathClientServerTests.cs47 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
/external/parameter-framework/upstream/schemas/
DREADME.md41 - The `ServerPort` bind Address (PATH or TCP port) on which the parameter-framework listens if

12