Home
last modified time | relevance | path

Searched defs:EchoServer (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/ruby/end2end/protos/
H A Decho.proto19 service EchoServer { service
20 rpc Echo (EchoRequest) returns (EchoReply) {}
/aosp_15_r20/external/bazelbuild-rules_rust/proto/prost/private/tests/services/echo/
H A Dserver.rs35 pub struct EchoServer {} struct
38 impl echo_server::Echo for EchoServer { implementation
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
H A DMyProvider.java107 private static class EchoServer extends Thread { class in MyProvider
111 public EchoServer() { in EchoServer() method in MyProvider.EchoServer
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/launch/
Decho_server.cpp26 MonitorCommand EchoServer(GrpcSocketCreator& grpc_socket) { in EchoServer() function
/aosp_15_r20/external/grpc-grpc/src/ruby/end2end/lib/
H A Decho_services_pb.rb23 module EchoServer module
/aosp_15_r20/external/grpc-grpc/examples/ruby/without_protobuf/
H A Decho_server.rb28 class EchoServer < EchoWithoutProtobuf::Service class
/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/
H A Dbm_opencensus_plugin.cc41 class EchoServer final : public grpc::testing::EchoTestService::Service { class
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dtls_key_export_test.cc68 class EchoServer final : public EchoTestService::Service { class
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_ssl.py1854 class EchoServer(asyncore.dispatcher): class in AsyncoreEchoServer
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_ssl.py2714 class EchoServer (asyncore.dispatcher): class in AsyncoreEchoServer