Home
last modified time | relevance | path

Searched refs:onPingTimeout (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DKeepAliveManager.java58 keepAlivePinger.onPingTimeout();
253 void onPingTimeout(); in onPingTimeout() method
281 public void onPingTimeout() { in onPingTimeout() method in KeepAliveManager.ClientKeepAlivePinger
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DKeepAliveManagerTest.java139 keepAlivePinger.onPingTimeout(); in clientKeepAlivePinger_pingTimeout()
214 verify(keepAlivePinger).onPingTimeout(); in keepAlivePingTimesOut()
274 verify(keepAlivePinger).onPingTimeout(); in transportGoesIdle_doesntCauseIdleWhenEnabled()
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyServerHandler.java819 public void onPingTimeout() { in onPingTimeout() method in NettyServerHandler.KeepAlivePinger