Home
last modified time | relevance | path

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

/external/grpc-grpc/src/android/test/interop/app/src/main/java/io/grpc/interop/cpp/
DInteropActivity.java111 public static native boolean doEmpty(String host, int port, boolean useTls); in doEmpty()
113 public static native boolean doLargeUnary(String host, int port, boolean useTls); in doLargeUnary()
115 public static native boolean doEmptyStream(String host, int port, boolean useTls); in doEmptyStream()
117 public static native boolean doRequestStreaming(String host, int port, boolean useTls); in doRequestStreaming()
119 public static native boolean doResponseStreaming(String host, int port, boolean useTls); in doResponseStreaming()
121 public static native boolean doPingPong(String host, int port, boolean useTls); in doPingPong()
/external/grpc-grpc/src/android/test/interop/app/src/androidTest/java/io/grpc/interop/cpp/
DInteropTest.java36 private boolean useTls; field in InteropTest
/external/grpc-grpc-java/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/
DTesterOkHttpChannelBuilder.java41 boolean useTls, in build()
/external/grpc-grpc-java/android-interop-testing/app/src/androidTest/java/io/grpc/android/integrationtest/
DInteropInstrumentationTest.java46 private boolean useTls; field in InteropInstrumentationTest
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestServiceServer.java66 private boolean useTls = true; field in TestServiceServer
DTestServiceClient.java80 private boolean useTls = true; field in TestServiceClient
DStressTestClient.java103 private boolean useTls = false; field in StressTestClient
627 boolean useTls() { in useTls() method in StressTestClient
/external/grpc-grpc/tools/http2_interop/
Dhttp2interop_test.go19 useTls = flag.Bool("use_tls", true, "Should TLS tests be run") var