Searched defs:channel_credentials (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/beta/ |
D | test_utilities.py | 20 def not_really_secure_channel(host, port, channel_credentials, argument
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
D | test_common.py | 81 def test_secure_channel(target, channel_credentials, server_host_override): argument
|
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | grpclb_channel_secure.cc | 88 grpc_channel_credentials* channel_credentials = in grpc_lb_policy_grpclb_modify_lb_channel_args() local
|
/external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/ |
D | secure_channel_create.cc | 51 grpc_channel_credentials* channel_credentials = in get_secure_naming_subchannel_args() local
|
/external/grpc-grpc/src/python/grpcio/grpc/beta/ |
D | implementations.py | 118 def secure_channel(host, port, channel_credentials): argument
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | credentials.pyx.pxi | 161 def __cinit__(self, call_credentialses, channel_credentials): argument
|
D | channel.pyx.pxi | 412 ChannelCredentials channel_credentials):
|
/external/grpc-grpc/src/python/grpcio/grpc/ |
D | __init__.py | 1448 def composite_channel_credentials(channel_credentials, *call_credentials): argument
|