Home
last modified time | relevance | path

Searched refs:SecurityParams (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs110 …:GeneratedClrTypeInfo(typeof(global::Grpc.Testing.SecurityParams), global::Grpc.Testing.SecurityPa… in ControlReflection()
614 public sealed partial class SecurityParams : pb::IMessage<SecurityParams> { class
615 …atic readonly pb::MessageParser<SecurityParams> _parser = new pb::MessageParser<SecurityParams>(()…
618 public static pb::MessageParser<SecurityParams> Parser { get { return _parser; } }
631 public SecurityParams() { in SecurityParams() method in Grpc.Testing.SecurityParams
638 public SecurityParams(SecurityParams other) : this() { in SecurityParams() method in Grpc.Testing.SecurityParams
646 public SecurityParams Clone() { in Clone()
647 return new SecurityParams(this); in Clone()
685 return Equals(other as SecurityParams); in Equals()
689 public bool Equals(SecurityParams other) { in Equals()
[all …]
DClientRunners.cs75 …= CreateChannels(config.ClientChannels, config.ServerTargets, config.SecurityParams, config.Channe… in CreateStarted()
87 …reateChannels(int clientChannels, IEnumerable<string> serverTargets, SecurityParams securityParams… in CreateChannels()
DServerRunners.cs49 …var credentials = config.SecurityParams != null ? TestCredentials.CreateSslServerCredentials() : S… in CreateStarted()
/external/grpc-grpc/src/proto/grpc/testing/
Dcontrol.proto63 // presence of SecurityParams implies use of TLS
64 message SecurityParams { message
82 SecurityParams security_params = 3;
137 SecurityParams security_params = 2;
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dcontrol.proto65 // presence of SecurityParams implies use of TLS
66 message SecurityParams { message
83 SecurityParams security_params = 3;
128 SecurityParams security_params = 2;
/external/grpc-grpc/test/cpp/qps/
Dsecure_sync_unary_ping_pong_test.cc50 SecurityParams security; in RunSynchronousUnaryPingPong()
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DSecurityParams.php16 class SecurityParams extends \Google\Protobuf\Internal\Message class
DServerConfig.php123 GPBUtil::checkMessage($var, \Grpc\Testing\SecurityParams::class);
DClientConfig.php176 GPBUtil::checkMessage($var, \Grpc\Testing\SecurityParams::class);
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java2190 public static final class SecurityParams extends class in Control
2196 private SecurityParams(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in SecurityParams() method in Control.SecurityParams
2199 private SecurityParams() { in SecurityParams() method in Control.SecurityParams
2209 private SecurityParams( in SecurityParams() method in Control.SecurityParams
2267 …io.grpc.benchmarks.proto.Control.SecurityParams.class, io.grpc.benchmarks.proto.Control.SecurityPa… in internalGetFieldAccessorTable()
2356 if (!(obj instanceof io.grpc.benchmarks.proto.Control.SecurityParams)) { in equals()
2359 …io.grpc.benchmarks.proto.Control.SecurityParams other = (io.grpc.benchmarks.proto.Control.Security… in equals()
2387 public static io.grpc.benchmarks.proto.Control.SecurityParams parseFrom( in parseFrom()
2392 public static io.grpc.benchmarks.proto.Control.SecurityParams parseFrom( in parseFrom()
2398 public static io.grpc.benchmarks.proto.Control.SecurityParams parseFrom( in parseFrom()
[all …]
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
Dcontrol_pb.rb163SecurityParams = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.SecurityPara… constant