Home
last modified time | relevance | path

Searched defs:channel_credentials (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/unit/beta/
Dtest_utilities.py20 def not_really_secure_channel(host, port, channel_credentials, argument
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
Dtest_common.py81 def test_secure_channel(target, channel_credentials, server_host_override): argument
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb_channel_secure.cc88 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/
Dsecure_channel_create.cc51 grpc_channel_credentials* channel_credentials = in get_secure_naming_subchannel_args() local
/external/grpc-grpc/src/python/grpcio/grpc/beta/
Dimplementations.py118 def secure_channel(host, port, channel_credentials): argument
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcredentials.pyx.pxi161 def __cinit__(self, call_credentialses, channel_credentials): argument
Dchannel.pyx.pxi412 ChannelCredentials channel_credentials):
/external/grpc-grpc/src/python/grpcio/grpc/
D__init__.py1448 def composite_channel_credentials(channel_credentials, *call_credentials): argument