Searched refs:startAsync (Results 1 – 17 of 17) sorted by relevance
59 service.startAsync(); in testNoOpServiceStartStop()80 service.startAsync().awaitRunning(); in testNoOpServiceStartAndWaitStopAndWait()90 service.startAsync().awaitRunning(); in testNoOpServiceStartAsyncAndAwaitStopAsyncAndAwait()100 service.startAsync().awaitRunning(); in testNoOpServiceStopIdempotence()118 service.startAsync().awaitRunning(); in testNoOpServiceStopIdempotenceAfterWait()128 service.startAsync().awaitRunning(); in testNoOpServiceStopIdempotenceDoubleWait()142 service.startAsync().awaitRunning(); in testNoOpServiceStartStopAndWaitUninterruptible()174 service.startAsync(); in testManualServiceStartStop()205 service.startAsync(); in testManualServiceNotifyStoppedWhileRunning()224 service.startAsync(); in testManualServiceStopWhileStarting()[all …]
115 serviceManager.startAsync().awaitHealthy(); in testServiceStartupTimes()136 b.startAsync(); in testServiceStartupTimes_selfStartingServices()141 serviceManager.startAsync().awaitHealthy(); in testServiceStartupTimes_selfStartingServices()160 manager.startAsync().awaitHealthy(); in testServiceStartStop()184 manager.startAsync().awaitHealthy(); in testFailStart()208 manager.startAsync().awaitHealthy(); in testFailRun()230 manager.startAsync().awaitHealthy(); in testFailStop()253 manager.startAsync(); in testTimeouts()280 manager.startAsync().awaitHealthy(); in testSingleFailedServiceCallsStopped()297 manager.startAsync().awaitHealthy(); in testFailStart_singleServiceCallsHealthy()[all …]
51 service.startAsync().awaitRunning(); in testServiceStartStop()65 service.startAsync().awaitRunning(); in testStart_failed()80 service.startAsync().awaitRunning(); in testStop_failed()94 service.startAsync().awaitRunning(); in testStart()110 service.startAsync().awaitRunning(); in testStart_failed()131 service.startAsync().awaitRunning(); in testStop_afterStart()150 service.startAsync().awaitRunning(); in testStop_failed()169 service.startAsync().awaitRunning(); in testServiceToString()185 service.startAsync().awaitRunning(1, TimeUnit.MILLISECONDS); in testTimeout()
67 service.startAsync().awaitRunning(); in testServiceStartStop()83 service.startAsync().awaitRunning(); in testServiceStopIdempotence()101 service.startAsync().awaitRunning(); in testServiceExitingOnItsOwn()167 service.startAsync(); in testServiceThrowOnStartUp()201 service.startAsync(); in testServiceThrowOnRun()218 service.startAsync(); in testServiceThrowOnRunAndThenAgainOnShutDown()255 service.startAsync().awaitRunning(); in testServiceThrowOnShutDown()288 service.startAsync().awaitRunning(1, TimeUnit.MILLISECONDS); in testServiceTimeoutOnStartUp()316 service.startAsync(); in testStopWhileStarting_runNotCalled()337 service.startAsync().awaitRunning(); in testDefaultService()
61 service.startAsync().awaitRunning(); in testServiceStartStop()76 service.startAsync().awaitRunning(); in testFailOnExceptionFromRun()94 service.startAsync().awaitRunning(); in testFailOnExceptionFromStartUp()106 service.startAsync().awaitRunning(); in testFailOnExceptionFromShutDown()121 service.startAsync().awaitRunning(); in testRunOneIterationCalledMultipleTimes()135 service.startAsync().awaitRunning(); in testExecutorOnlyCalledOnce()166 service.startAsync(); in testDefaultExecutorIsShutdownWhenServiceIsStopped()194 service.startAsync().awaitRunning(); in testDefaultExecutorIsShutdownWhenServiceFails()203 service.startAsync().awaitRunning(); in testSchedulerOnlyCalledOnce()365 service.startAsync().awaitRunning(); in testCustomSchedulerServiceStop()[all …]
93 service.startAsync().awaitRunning(); in testReadOutput()111 service.startAsync().awaitRunning(); in failingProcess()120 service.startAsync().awaitRunning(); in processDoesntExit()131 service.startAsync().awaitRunning(); in testSocketInputOutput()147 service.startAsync().awaitRunning(); in testSocketClosesBeforeProcess()165 service.startAsync().awaitRunning(); in failsToAcceptConnection()
49 service.startAsync().awaitRunning(); in startService()
134 @Override public final Service startAsync() {135 delegate.startAsync();
180 @Override public final Service startAsync() {181 delegate.startAsync();
65 Service startAsync(); in startAsync() method
348 @Override public final Service startAsync() {349 delegate.startAsync();
272 public ServiceManager startAsync() { in startAsync() method in ServiceManager280 service.startAsync(); in startAsync()
169 @Override public final Service startAsync() {
178 TraceEvent.startAsync(name, eventId); in begin()221 TraceEvent.startAsync(name, eventId); in begin()
255 public static void startAsync(String name, long id) { in startAsync() method in TraceEvent
119 serviceManager.startAsync().awaitHealthy(); in exitlessMain()
85 streamService.startAsync().awaitRunning(); in call()