OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:security_params
(Results
1 - 9
of
9
) sorted by null
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
ServerConfig.php
21
* Generated from protobuf field <code>.grpc.testing.SecurityParams
security_params
= 2;</code>
23
private $
security_params
= null;
variable
108
* Generated from protobuf field <code>.grpc.testing.SecurityParams
security_params
= 2;</code>
113
return $this->
security_params
;
117
* Generated from protobuf field <code>.grpc.testing.SecurityParams
security_params
= 2;</code>
124
$this->
security_params
= $var;
variable
ClientConfig.php
27
* Generated from protobuf field <code>.grpc.testing.SecurityParams
security_params
= 3;</code>
29
private $
security_params
= null;
variable
161
* Generated from protobuf field <code>.grpc.testing.SecurityParams
security_params
= 3;</code>
166
return $this->
security_params
;
170
* Generated from protobuf field <code>.grpc.testing.SecurityParams
security_params
= 3;</code>
177
$this->
security_params
= $var;
variable
/external/grpc-grpc/src/ruby/qps/
client.rb
46
if config.
security_params
47
if config.
security_params
.use_test_ca
53
if config.
security_params
.server_host_override
56
config.
security_params
.server_host_override
server.rb
43
if config.
security_params
/external/grpc-grpc/test/cpp/qps/
server.h
100
if (config.
security_params
().cred_type().empty()) {
103
type = config.
security_params
().cred_type();
client.h
461
config.
security_params
().cred_type().empty()) {
464
type = config.
security_params
().cred_type();
470
target, type, config.
security_params
().server_host_override(),
471
!config.
security_params
().use_test_ca(),
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
control_pb.rb
35
optional :
security_params
, :message, 3, "grpc.testing.SecurityParams"
65
optional :
security_params
, :message, 2, "grpc.testing.SecurityParams"
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
benchmark_client.py
48
if config.HasField('
security_params
'):
52
server, creds, config.
security_params
.server_host_override)
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Control.cs
[
all
...]
Completed in 283 milliseconds