Home
last modified time | relevance | path

Searched defs:EchoTestServiceImpl (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/grpc-grpc-java/istio-interop-testing/src/main/java/io/grpc/testing/istio/
H A DEchoTestServer.java295 private static class EchoTestServiceImpl extends EchoTestServiceImplBase { class in EchoTestServer
301 EchoTestServiceImpl(String hostname, String forwardingAddress) { in EchoTestServiceImpl() method in EchoTestServer.EchoTestServiceImpl
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dserver_load_reporting_end2end_test.cc53 class EchoTestServiceImpl : public EchoTestService::Service { class
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Distio_echo_server_lib.cc68 EchoTestServiceImpl::EchoTestServiceImpl(std::string hostname, in EchoTestServiceImpl() function in grpc::testing::EchoTestServiceImpl