D | grpc-interop.cc | 9 * http://www.apache.org/licenses/LICENSE-2.0 29 const char* path = env->GetStringUTFChars(path_raw, (jboolean*)0); in Java_io_grpc_interop_cpp_InteropActivity_configureSslRoots() 36 bool use_tls) { in GetClient() argument 42 if (use_tls) { in GetClient() 59 const char* host = env->GetStringUTFChars(host_raw, (jboolean*)0); in Java_io_grpc_interop_cpp_InteropActivity_doEmpty() 61 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doEmpty() local 63 return GetClient(host, port, use_tls)->DoEmpty(); in Java_io_grpc_interop_cpp_InteropActivity_doEmpty() 72 const char* host = env->GetStringUTFChars(host_raw, (jboolean*)0); in Java_io_grpc_interop_cpp_InteropActivity_doLargeUnary() 74 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doLargeUnary() local 76 return GetClient(host, port, use_tls)->DoLargeUnary(); in Java_io_grpc_interop_cpp_InteropActivity_doLargeUnary() [all …]
|