Home
last modified time | relevance | path

Searched defs:use_tls (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/android/test/interop/app/src/main/cpp/
Dgrpc-interop.cc27 bool use_tls) { in GetClient()
52 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doEmpty() local
67 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doLargeUnary() local
82 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doEmptyStream() local
95 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doRequestStreaming() local
108 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doResponseStreaming() local
123 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doPingPong() local
/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dserver.py48 def get_server_credentials(use_tls): argument