Home
last modified time | relevance | path

Searched refs:ReconnectService (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/test/cpp/interop/
Dreconnect_interop_client.cc50 using grpc::testing::ReconnectService;
60 std::unique_ptr<ReconnectService::Stub> control_stub( in main()
61 ReconnectService::NewStub( in main()
86 std::unique_ptr<ReconnectService::Stub> retry_stub( in main()
87 ReconnectService::NewStub(retry_channel)); in main()
Dreconnect_interop_server.cc58 using grpc::testing::ReconnectService;
62 class ReconnectServiceImpl : public ReconnectService::Service {
/external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/
Dtest_services_pb.rb85 module ReconnectService module
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dtest.proto75 service ReconnectService { service
/external/grpc-grpc/src/proto/grpc/testing/
Dtest.proto76 service ReconnectService { service
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dtest.proto76 service ReconnectService { service
/external/grpc-grpc/doc/
Dconnection-backoff-interop-test-description.md59 A server implements the ReconnectService to its state. It also opens a
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DTestGrpc.cs668 public static partial class ReconnectService class