HomeSort by relevance Sort by last modified time
    Searched refs:onAddresses (Results 1 - 9 of 9) sorted by null

  /external/grpc-grpc-java/core/src/main/java/io/grpc/
NameResolver.java 140 void onAddresses(List<EquivalentAddressGroup> servers, Attributes attributes);
  /external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
ForwardingNameResolverTest.java 66 public void onAddresses(List<EquivalentAddressGroup> servers, Attributes attributes) { }
DnsNameResolverTest.java 214 verify(mockListener).onAddresses(resultCaptor.capture(), any(Attributes.class));
220 verify(mockListener, times(2)).onAddresses(resultCaptor.capture(), any(Attributes.class));
246 verify(mockListener).onAddresses(resultCaptor.capture(), any(Attributes.class));
280 verify(mockListener).onAddresses(resultCaptor.capture(), any(Attributes.class));
314 verify(mockListener).onAddresses(resultCaptor.capture(), any(Attributes.class));
321 verify(mockListener, times(2)).onAddresses(resultCaptor.capture(), any(Attributes.class));
356 verify(mockListener).onAddresses(resultCaptor.capture(), any(Attributes.class));
370 verify(mockListener, times(2)).onAddresses(resultCaptor.capture(), any(Attributes.class));
513 verify(mockListener).onAddresses(resultCaptor.capture(), any(Attributes.class));
ManagedChannelImplTest.java     [all...]
ManagedChannelImplIdlenessTest.java 186 nameResolverListenerCaptor.getValue().onAddresses(servers, Attributes.EMPTY);
  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DnsNameResolver.java 57 * passed to {@link NameResolver.Listener#onAddresses(List, Attributes)}
225 savedListener.onAddresses(Collections.singletonList(server), Attributes.EMPTY);
278 savedListener.onAddresses(servers, attrs.build());
AbstractManagedChannelImplBuilder.java 490 listener.onAddresses(
ManagedChannelImpl.java     [all...]
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 

Completed in 1601 milliseconds