Home
last modified time | relevance | path

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

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DOobChannel.java66 final class OobChannel extends ManagedChannel implements InternalInstrumented<ChannelStats> { class
67 private static final Logger log = Logger.getLogger(OobChannel.class.getName());
103 OobChannel( in OobChannel() method in OobChannel
DManagedChannelImpl.java177 private final Set<OobChannel> oobChannels = new HashSet<OobChannel>(1, .75f);
241 for (OobChannel oobChannel : oobChannels) { in maybeShutdownNowSubchannels()
890 for (OobChannel oobChannel : oobChannels) { in resetConnectBackoff()
1155 final OobChannel oobChannel = new OobChannel( in createOobChannel()
1224 checkArgument(channel instanceof OobChannel, in updateOobChannelAddresses()
1226 ((OobChannel) channel).updateAddresses(eag); in updateOobChannelAddresses()
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DManagedChannelImplTest.java376 OobChannel oob = (OobChannel) helper.createOobChannel(addressGroup, AUTHORITY); in channelzMembership_oob()
1348 OobChannel oobChannel = (OobChannel) helper.createOobChannel(addressGroup, "oobAuthority"); in subtestRefreshNameResolutionWhenConnectionFailed()
2310 OobChannel oobChannel = (OobChannel) helper.createOobChannel(addressGroup, "authority"); in channelTracing_oobChannelStateChangeEvent()
2326 OobChannel oobChannel = (OobChannel) helper.createOobChannel(addressGroup, "authority"); in channelTracing_oobChannelCreationEvents()
2474 OobChannel oobChannel = (OobChannel) helper.createOobChannel(addressGroup, "oobauthority"); in channelsAndSubchannels_oob_instrumented0()
2536 OobChannel oobChannel = (OobChannel) helper.createOobChannel(addressGroup, authority); in channelsAndSubchannels_oob_instrumented_name()
2544 OobChannel oobChannel = (OobChannel) helper.createOobChannel(addressGroup, "oobauthority"); in channelsAndSubchannels_oob_instrumented_state()