Home
last modified time | relevance | path

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

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DCaliperMain.java118 ServiceManager serviceManager = mainComponent.getServiceManager(); in exitlessMain() local
119 serviceManager.startAsync().awaitHealthy(); in exitlessMain()
127 serviceManager.stopAsync().awaitStopped(10, TimeUnit.SECONDS); in exitlessMain()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DServiceManagerTest.java114 ServiceManager serviceManager = new ServiceManager(asList(a, b)); in testServiceStartupTimes() local
115 serviceManager.startAsync().awaitHealthy(); in testServiceStartupTimes()
116 ImmutableMap<Service, Long> startupTimes = serviceManager.startupTimes(); in testServiceStartupTimes()
140 ServiceManager serviceManager = new ServiceManager(asList(a, b)); in testServiceStartupTimes_selfStartingServices() local
141 serviceManager.startAsync().awaitHealthy(); in testServiceStartupTimes_selfStartingServices()
142 ImmutableMap<Service, Long> startupTimes = serviceManager.startupTimes(); in testServiceStartupTimes_selfStartingServices()