Home
last modified time | relevance | path

Searched defs:useTestCa (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc-java/android-interop-testing/app/src/androidTest/java/io/grpc/android/integrationtest/
DInteropInstrumentationTest.java48 private boolean useTestCa; field in InteropInstrumentationTest
/external/grpc-grpc/tools/http2_interop/
Dhttp2interop_test.go24 useTestCa = flag.Bool("use_test_ca", false, "Unused") var
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestServiceClient.java83 private boolean useTestCa; field in TestServiceClient
DStressTestClient.java104 private boolean useTestCa = false; field in StressTestClient
632 boolean useTestCa() { in useTestCa() method in StressTestClient