Home
last modified time | relevance | path

Searched refs:SimpleServiceImpl (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DTlsTest.java165 .addService(new SimpleServiceImpl()) in basicClientServerIntegrationTest()
199 .addService(new SimpleServiceImpl()) in serverRejectsUntrustedClientCert()
245 .addService(new SimpleServiceImpl()) in noClientAuthFailure()
286 .addService(new SimpleServiceImpl()) in clientRejectsUntrustedServerCert()
343 private static class SimpleServiceImpl extends SimpleServiceGrpc.SimpleServiceImplBase { class in TlsTest
/external/grpc-grpc-java/netty/shaded/src/testShadow/java/io/grpc/netty/shaded/
DShadingTest.java77 .addService(new SimpleServiceImpl()) in basic()
92 .addService(new SimpleServiceImpl()) in tcnative()
106 private static class SimpleServiceImpl extends SimpleServiceImplBase { class in ShadingTest