Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/
H A 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) {
/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
H A 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);
/aosp_15_r20/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);
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/
H A 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);
/aosp_15_r20/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
H A 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)
/aosp_15_r20/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
H A 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)
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/
H A 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)
/aosp_15_r20/external/pigweed/pw_rpc/pw_rpc_test_protos/
H A 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)
/aosp_15_r20/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/service/
H A Dmain.rs38 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/
Dtestbinary.rs59 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 Dservice_fuzzer.rs26 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 Dintegration.rs81 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 Dservices.proto21 service TestService { service
22 rpc Call(Request) returns (Response);
/aosp_15_r20/cts/tests/tests/content/HelloWorldApp/src5/com/example/helloworld/
H A DTestService.java22 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 Dtest.proto19 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 DTestService.java23 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 Dsame.proto22 service TestService { service
23 rpc Call(Request) returns (Response);
/aosp_15_r20/external/grpc-grpc/src/ruby/spec/pb/codegen/grpc/testing/
H A Dpackage_options.proto26 service TestService { service
27 rpc GetTest(TestRequest) returns (TestResponse) { }
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dunittest_no_generic_services.proto51 service TestService { service
52 rpc Foo(TestMessage) returns (TestMessage);
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dunittest_no_generic_services.proto51 service TestService { service
52 rpc Foo(TestMessage) returns (TestMessage);
/aosp_15_r20/external/grpc-grpc/examples/protos/
H A Dauth_sample.proto39 service TestService { service
41 rpc UnaryCall(Request) returns (Response);
/aosp_15_r20/cts/tests/tests/virtualdevice/applaunch/src/android/virtualdevice/cts/applaunch/
H A DAppComponents.java41 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 Dmethod_test.cc39 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/
Dlib.rs197 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 DTestServiceFuzzer.cpp42 class TestService : public BnTestService { class
44 TestService(CrashType crash) : mCrash(crash) {} in TestService() function in android::TestService

12345