Home
last modified time | relevance | path

Searched defs:TestService (Results 1 – 25 of 40) sorted by relevance

12

/external/grpc-grpc/src/proto/grpc/testing/
Dtest.proto28 service TestService { service
30 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty);
33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
38 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse);
42 rpc StreamingOutputCall(StreamingOutputCallRequest)
47 rpc StreamingInputCall(stream StreamingInputCallRequest)
53 rpc FullDuplexCall(stream StreamingOutputCallRequest)
60 rpc HalfDuplexCall(stream StreamingOutputCallRequest)
65 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty);
Dpackage_options.proto26 service TestService { service
27 rpc GetTest(TestRequest) returns (TestResponse) { }
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dtest.proto27 service TestService { service
29 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty);
32 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
37 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse);
41 rpc StreamingOutputCall(StreamingOutputCallRequest)
46 rpc StreamingInputCall(stream StreamingInputCallRequest)
52 rpc FullDuplexCall(stream StreamingOutputCallRequest)
59 rpc HalfDuplexCall(stream StreamingOutputCallRequest)
64 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty);
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dtest.proto28 service TestService { service
30 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty);
33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
37 rpc StreamingOutputCall(StreamingOutputCallRequest)
42 rpc StreamingInputCall(stream StreamingInputCallRequest)
48 rpc FullDuplexCall(stream StreamingOutputCallRequest)
55 rpc HalfDuplexCall(stream StreamingOutputCallRequest)
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
Dtest.proto28 service TestService { service
30 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty);
33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
37 rpc StreamingOutputCall(StreamingOutputCallRequest)
42 rpc StreamingInputCall(stream StreamingInputCallRequest)
48 rpc FullDuplexCall(stream StreamingOutputCallRequest)
55 rpc HalfDuplexCall(stream StreamingOutputCallRequest)
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/
Dtest_service.proto22 service TestService { service
25 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
29 rpc StreamingOutputCall(StreamingOutputCallRequest)
34 rpc StreamingInputCall(stream StreamingInputCallRequest)
40 rpc FullDuplexCall(stream StreamingOutputCallRequest)
47 rpc HalfDuplexCall(stream StreamingOutputCallRequest)
/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/
Dtest.proto42 service TestService { service
45 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
49 rpc StreamingOutputCall(StreamingOutputCallRequest)
54 rpc StreamingInputCall(stream StreamingInputCallRequest)
60 rpc FullBidiCall(stream StreamingOutputCallRequest)
67 rpc HalfBidiCall(stream StreamingOutputCallRequest)
72 rpc Import(stream StreamingInputCallRequest) returns (stream StreamingInputCallResponse);
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dtest.proto28 service TestService { service
30 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty);
33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
38 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse);
42 rpc StreamingOutputCall(StreamingOutputCallRequest)
47 rpc StreamingInputCall(stream StreamingInputCallRequest)
53 rpc FullDuplexCall(stream StreamingOutputCallRequest)
60 rpc HalfDuplexCall(stream StreamingOutputCallRequest)
65 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty);
/external/pigweed/pw_rpc/pw_rpc_test_protos/
Dtest.proto34 service TestService { service
35 rpc TestRpc(TestRequest) returns (TestResponse) {}
36 rpc TestStreamRpc(TestRequest) returns (stream TestStreamResponse) {}
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/invocation_testing/split_services/
Dservices.proto21 service TestService { service
22 rpc Call(Request) returns (Response);
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/invocation_testing/
Dsame.proto22 service TestService { service
23 rpc Call(Request) returns (Response);
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_no_generic_services.proto50 service TestService { service
51 rpc Foo(TestMessage) returns(TestMessage);
/external/protobuf/src/google/protobuf/
Dunittest_no_generic_services.proto52 service TestService { service
53 rpc Foo(TestMessage) returns(TestMessage);
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_no_generic_services.proto50 service TestService { service
51 rpc Foo(TestMessage) returns(TestMessage);
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_no_generic_services.proto50 service TestService { service
51 rpc Foo(TestMessage) returns(TestMessage);
/external/grpc-grpc/examples/protos/
Dauth_sample.proto39 service TestService { service
41 rpc UnaryCall(Request) returns (Response);
/external/pigweed/pw_rpc/
Dservice_test.cc57 class TestService : public Service { class
59 constexpr TestService() : Service(0xabcd, kMethods) {} in TestService() function in pw::rpc::__anon3e6944ca0111::TestService
Dserver_test.cc38 class TestService : public Service { class
40 TestService(uint32_t service_id) in TestService() function in pw::rpc::__anon14aa8bb00111::TestService
Dbase_server_writer_test.cc30 class TestService : public Service { class
32 constexpr TestService(uint32_t id) : Service(id, method) {} in TestService() function in pw::rpc::TestService
/external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/
Dtest_services_pb.rb27 module TestService module
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DTestService.java9 class TestService extends Service implements ServiceConnection { class
/external/dagger2/javatests/dagger/android/support/functional/
DTestService.java29 public final class TestService extends DaggerService { class
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/
DTestService.java24 public class TestService extends ICrossProfileService.Stub { class
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DAbstractIdleServiceTest.java213 private static class TestService extends AbstractIdleService { class in AbstractIdleServiceTest
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractIdleServiceTest.java213 private static class TestService extends AbstractIdleService { class in AbstractIdleServiceTest

12