Searched refs:notifyFailed (Results 1 – 12 of 12) sorted by relevance
125 notifyFailed(e); in doStart()182 notifyFailed(e.getCause()); in doStart()221 notifyFailed(e); in sendMessage()233 notifyFailed(e); in closeWriter()260 notifyFailed( in doStop()268 notifyFailed( in doStop()379 notifyFailed(e);422 notifyFailed(e);
177 notifyFailed(startupFailure);217 notifyFailed(shutdownFailure);307 notifyFailed(failure);342 notifyFailed(failure);358 protected final void notifyFailed(Throwable cause) {
182 notifyFailed(t);204 notifyFailed(t);233 notifyFailed(t);462 service.notifyFailed(e);
57 notifyFailed(t);72 notifyFailed(t);
76 notifyFailed(t);
287 service.notifyFailed(EXCEPTION); in testManualServiceFailWhileStarting()296 service.notifyFailed(EXCEPTION); in testManualServiceFailWhileRunning()307 service.notifyFailed(EXCEPTION); in testManualServiceFailWhileStopping()379 service.notifyFailed(EXCEPTION); in testAwaitTerminated_FailedService()461 service.notifyFailed(new Exception("1")); in testManualServiceFailureIdempotence()462 service.notifyFailed(new Exception("2")); in testManualServiceFailureIdempotence()744 notifyFailed(EXCEPTION); in doStart()755 notifyFailed(EXCEPTION); in doStart()769 notifyFailed(EXCEPTION); in doStop()925 service.notifyFailed(new Exception()); in testNotifyFailedWhenNotStarted()[all …]
94 notifyFailed(new IllegalStateException("failed")); in doStart()101 notifyFailed(new IllegalStateException("failed")); in doStart()107 notifyFailed(new IllegalStateException("failed")); in doStop()387 notifyFailed(new Exception("boom")); in testListenerDeadlock()
159 notifyFailed(entry.getKey(), entry.getValue(), failureCause); in failed()170 public static void notifyFailed(PingCallback callback, Executor executor, Throwable cause) { in notifyFailed() method in Http2Ping
140 Http2Ping.notifyFailed(callback, executor, s.asException()); in ping()
723 void notifyFailed(const SymbolNameSet &FailedSymbols);
659 V.notifyFailed(FailedSymbols); in failMaterialization()1167 void VSO::notifyFailed(const SymbolNameSet &FailedSymbols) { in notifyFailed() function in llvm::orc::VSO
307 Http2Ping.notifyFailed(callback, executor, getPingFailure()); in ping()