Searched refs:DoPingPong (Results 1 – 5 of 5) sorted by relevance
56 bool DoPingPong();
161 is_success = interop_client_->DoPingPong(); in RunTest()
131 std::bind(&grpc::testing::InteropClient::DoPingPong, &client); in main()
675 bool InteropClient::DoPingPong() { in DoPingPong() function in grpc::testing::InteropClient
124 return GetClient(host, port, use_tls)->DoPingPong(); in Java_io_grpc_interop_cpp_InteropActivity_doPingPong()