Home
last modified time | relevance | path

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

123

/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);
75 rpc SafeCall(SimpleRequest) returns (SimpleResponse) {
80 rpc IdempotentCall(SimpleRequest) returns (SimpleResponse) {
/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/interop-testing/src/main/proto/grpc/testing/
Dtest.proto30 service TestService { service
32 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty);
35 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
40 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse);
44 rpc StreamingOutputCall(StreamingOutputCallRequest)
49 rpc StreamingInputCall(stream StreamingInputCallRequest)
55 rpc FullDuplexCall(stream StreamingOutputCallRequest)
62 rpc HalfDuplexCall(stream StreamingOutputCallRequest)
67 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty);
/external/rust/android-crates-io/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/grpc-grpc/src/proto/grpc/testing/
Dtest.proto30 service TestService { service
32 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty);
35 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
40 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse);
44 rpc StreamingOutputCall(StreamingOutputCallRequest)
49 rpc StreamingInputCall(stream StreamingInputCallRequest)
55 rpc FullDuplexCall(stream StreamingOutputCallRequest)
62 rpc HalfDuplexCall(stream StreamingOutputCallRequest)
67 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty);
/external/pigweed/pw_rpc/pw_rpc_test_protos/
Dtest.proto35 service TestService { service
36 rpc TestUnaryRpc(TestRequest) returns (TestResponse);
37 rpc TestAnotherUnaryRpc(TestRequest) returns (TestResponse);
38 rpc TestServerStreamRpc(TestRequest) returns (stream TestStreamResponse);
39 rpc TestClientStreamRpc(stream TestRequest) returns (TestStreamResponse);
40 rpc TestBidirectionalStreamRpc(stream TestRequest)
/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/pigweed/pw_rpc_transport/internal/
Dtest.proto19 service TestService { service
20 rpc Echo(EchoMessage) returns (EchoMessage) {}
/external/grpc-grpc/src/ruby/spec/pb/codegen/grpc/testing/
Dpackage_options.proto26 service TestService { service
27 rpc GetTest(TestRequest) returns (TestResponse) { }
/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/cronet/stable/third_party/protobuf/src/google/protobuf/
Dunittest_no_generic_services.proto51 service TestService { service
52 rpc Foo(TestMessage) returns (TestMessage);
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dunittest_no_generic_services.proto51 service TestService { service
52 rpc Foo(TestMessage) returns (TestMessage);
/external/protobuf/src/google/protobuf/
Dunittest_no_generic_services.proto51 service TestService { service
52 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/
Dmethod_test.cc39 class TestService : public Service { class
41 TestService() : Service(5678, kMethods) {} in TestService() function in pw::rpc::internal::__anon4660dc690111::TestService
Dservice_test.cc55 class TestService : public Service { class
57 constexpr TestService() : Service(0xabcd, kMethods) {} in TestService() function in pw::rpc::__anon8c1c22b90111::TestService
/external/robolectric/testapp/src/main/java/org/robolectric/testapp/
DTestService.java8 public class TestService extends Service { class
/external/pigweed/pw_rpc/raw/
Dservice_nc_test.cc25 class TestService final class
Dmethod_info_test.cc24 class TestService final class
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DTestService.java9 class TestService extends Service implements ServiceConnection { class
/external/pigweed/pw_rpc/pwpb/
Dmethod_info_test.cc34 class TestService final class
/external/pigweed/pw_rpc/nanopb/
Dmethod_info_test.cc26 class TestService final : public GeneratedService::Service<TestService> { class
/external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/
Dtest_services_pb.rb27 module TestService module

123