/aosp_15_r20/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/ |
H A D | test.proto | 42 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) {
|
/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/ |
H A D | test.proto | 30 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);
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | test.proto | 28 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);
|
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/ |
H A D | test.proto | 30 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);
|
/aosp_15_r20/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/ |
H A D | test.proto | 28 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)
|
/aosp_15_r20/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/ |
H A D | test.proto | 28 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)
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/ |
H A D | test_service.proto | 22 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)
|
/aosp_15_r20/external/pigweed/pw_rpc/pw_rpc_test_protos/ |
H A D | test.proto | 35 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)
|
/aosp_15_r20/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/service/ |
H A D | main.rs | 38 struct TestService { struct 44 impl TestService { argument 55 impl Drop for TestService { implementation 61 impl Interface for TestService {} implementation 63 impl IBinderRpcSession for TestService { implementation 69 impl IBinderRpcTest for TestService { implementation
|
/aosp_15_r20/packages/modules/Virtualization/tests/testapk/src/native/ |
D | testbinary.rs | 59 struct TestService {} struct 61 impl Interface for TestService {} implementation 63 impl TestService { impl 69 impl ITestService for TestService { implementation
|
/aosp_15_r20/frameworks/native/libs/binder/rust/tests/parcel_fuzzer/random_parcel/fuzz_service_test/ |
H A D | service_fuzzer.rs | 26 struct TestService; struct 28 impl Interface for TestService {} implementation 30 impl ITestService::ITestService for TestService { implementation
|
/aosp_15_r20/frameworks/native/libs/binder/rust/tests/ |
H A D | integration.rs | 81 struct TestService { struct 86 impl TestService { argument 120 impl Interface for TestService { implementation 128 impl ITest for TestService { implementation
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/invocation_testing/split_services/ |
H A D | services.proto | 21 service TestService { service 22 rpc Call(Request) returns (Response);
|
/aosp_15_r20/cts/tests/tests/content/HelloWorldApp/src5/com/example/helloworld/ |
H A D | TestService.java | 22 public class TestService extends IntentService { class 23 public TestService() { in TestService() method in TestService
|
/aosp_15_r20/external/pigweed/pw_rpc_transport/internal/ |
H A D | test.proto | 19 service TestService { service 20 rpc Echo(EchoMessage) returns (EchoMessage) {}
|
/aosp_15_r20/cts/tests/tests/content/HelloWorldApp/src_system_user_only/com/example/helloworld/ |
H A D | TestService.java | 23 public class TestService extends IntentService { class 24 public TestService() { in TestService() method in TestService
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/invocation_testing/ |
H A D | same.proto | 22 service TestService { service 23 rpc Call(Request) returns (Response);
|
/aosp_15_r20/external/grpc-grpc/src/ruby/spec/pb/codegen/grpc/testing/ |
H A D | package_options.proto | 26 service TestService { service 27 rpc GetTest(TestRequest) returns (TestResponse) { }
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | unittest_no_generic_services.proto | 51 service TestService { service 52 rpc Foo(TestMessage) returns (TestMessage);
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | unittest_no_generic_services.proto | 51 service TestService { service 52 rpc Foo(TestMessage) returns (TestMessage);
|
/aosp_15_r20/external/grpc-grpc/examples/protos/ |
H A D | auth_sample.proto | 39 service TestService { service 41 rpc UnaryCall(Request) returns (Response);
|
/aosp_15_r20/cts/tests/tests/virtualdevice/applaunch/src/android/virtualdevice/cts/applaunch/ |
H A D | AppComponents.java | 41 public static class TestService extends Service { class in AppComponents 54 public TestService() {} in TestService() method in AppComponents.TestService
|
/aosp_15_r20/external/pigweed/pw_rpc/ |
H A D | method_test.cc | 39 class TestService : public Service { class 41 TestService() : Service(5678, kMethods) {} in TestService() function in pw::rpc::internal::__anon2c01e1e90111::TestService
|
/aosp_15_r20/trusty/user/base/lib/unittest-rust/src/ |
D | lib.rs | 197 struct TestService { struct 198 tests: Vec<TestDescAndFn>, 307 impl Service for TestService { implementation
|
/aosp_15_r20/frameworks/native/libs/binder/tests/parcel_fuzzer/test_fuzzer/ |
H A D | TestServiceFuzzer.cpp | 42 class TestService : public BnTestService { class 44 TestService(CrashType crash) : mCrash(crash) {} in TestService() function in android::TestService
|