Home
last modified time | relevance | path

Searched refs:DoRequestStreaming (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/test/cpp/interop/
Dinterop_client.h58 bool DoRequestStreaming();
Dstress_interop_client.cc137 is_success = interop_client_->DoRequestStreaming(); in RunTest()
Dclient.cc118 std::bind(&grpc::testing::InteropClient::DoRequestStreaming, &client); in main()
Dinterop_client.cc390 bool InteropClient::DoRequestStreaming() { in DoRequestStreaming() function in grpc::testing::InteropClient
/external/grpc-grpc/src/android/test/interop/app/src/main/cpp/
Dgrpc-interop.cc100 return GetClient(host, port, use_tls)->DoRequestStreaming(); in Java_io_grpc_interop_cpp_InteropActivity_doRequestStreaming()