Home
last modified time | relevance | path

Searched defs:TestServiceStub (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/interop/
H A Dmethods.py89 stub: test_pb2_grpc.TestServiceStub,
107 async def _empty_unary(stub: test_pb2_grpc.TestServiceStub) -> None:
115 async def _large_unary(stub: test_pb2_grpc.TestServiceStub) -> None:
119 async def _client_streaming(stub: test_pb2_grpc.TestServiceStub) -> None:
140 async def _server_streaming(stub: test_pb2_grpc.TestServiceStub) -> None:
165 async def _ping_pong(stub: test_pb2_grpc.TestServiceStub) -> None:
200 async def _cancel_after_begin(stub: test_pb2_grpc.TestServiceStub):
210 async def _cancel_after_first_response(stub: test_pb2_grpc.TestServiceStub):
249 async def _timeout_on_sleeping_server(stub: test_pb2_grpc.TestServiceStub):
275 async def _empty_stream(stub: test_pb2_grpc.TestServiceStub):
[all …]
/aosp_15_r20/external/grpc-grpc-java/android-interop-testing/src/generated/debug/grpc/io/grpc/testing/integration/
H A DTestServiceGrpc.java427 public static final class TestServiceStub class in TestServiceGrpc
429 private TestServiceStub( in TestServiceStub() method in TestServiceGrpc.TestServiceStub
/aosp_15_r20/external/grpc-grpc-java/android-interop-testing/src/generated/release/grpc/io/grpc/testing/integration/
H A DTestServiceGrpc.java427 public static final class TestServiceStub class in TestServiceGrpc
429 private TestServiceStub( in TestServiceStub() method in TestServiceGrpc.TestServiceStub
/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/
H A DTestServiceGrpc.java435 public static final class TestServiceStub class in TestServiceGrpc
437 private TestServiceStub( in TestServiceStub() method in TestServiceGrpc.TestServiceStub
/aosp_15_r20/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/
H A DTestServiceStub.php28 class TestServiceStub { class
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_py3_only/interop/
H A Dxds_interop_client.py269 stub: test_pb2_grpc.TestServiceStub,