Home
last modified time | relevance | path

Searched defs:onConnectionError (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DConnectionErrorHandler.java14 public void onConnectionError(MojoException e); in onConnectionError() method
DDelegatingConnectionErrorHandler.java30 public void onConnectionError(MojoException e) { in onConnectionError() method in DelegatingConnectionErrorHandler
DInterface.java159 public void onConnectionError(MojoException e) { in onConnectionError() method in Interface.AbstractProxy.HandlerImpl
262 public void onConnectionError(MojoException e) { in onConnectionError() method in Interface.AbstractProxy
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
DInterfaceControlMessageTest.java48 public void onConnectionError(MojoException e) { in onConnectionError() method in InterfaceControlMessageTest.IntegerAccessorImpl
DBindingsTestUtils.java68 public void onConnectionError(MojoException e) { in onConnectionError() method in BindingsTestUtils.CapturingErrorHandler
/external/libchrome/mojo/public/js/
Dbindings.js311 BindingSet.prototype.onConnectionError = function(bindingId, reason) { method in BindingSet
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyClientHandler.java451 protected void onConnectionError(ChannelHandlerContext ctx, boolean outbound, Throwable cause, in onConnectionError() method in NettyClientHandler
DNettyServerHandler.java487 protected void onConnectionError(ChannelHandlerContext ctx, boolean outbound, Throwable cause, in onConnectionError() method in NettyServerHandler