Searched refs:transportAttrs (Results 1 – 5 of 5) sorted by relevance
45 public Attributes transportReady(Attributes transportAttrs) { in transportReady() argument46 return transportAttrs; in transportReady()55 public void transportTerminated(Attributes transportAttrs) { in transportTerminated() argument
123 Attributes transportAttrs = Attributes.newBuilder().set(ATTR_KEY, ATTR_VALUE).build(); in parameterPropagation_base() local124 when(mockTransport.getAttributes()).thenReturn(transportAttrs); in parameterPropagation_base()139 Attributes transportAttrs = Attributes.newBuilder() in parameterPropagation_overrideByTransport() local144 when(mockTransport.getAttributes()).thenReturn(transportAttrs); in parameterPropagation_overrideByTransport()159 Attributes transportAttrs = Attributes.newBuilder() in parameterPropagation_overrideByCallOptions() local164 when(mockTransport.getAttributes()).thenReturn(transportAttrs); in parameterPropagation_overrideByCallOptions()
626 Attributes transportAttrs = transportListener.transportReady(Attributes.newBuilder() in transportFilters() local629 assertEquals(expectedTransportAttrs, transportAttrs); in transportFilters()
57 Attributes transportAttrs, in NettyServerStream() argument65 this.attributes = checkNotNull(transportAttrs); in NettyServerStream()
771 public Attributes transportReady(Attributes transportAttrs) { in transportCreated() argument772 return transportAttrs; in transportCreated()