Searched refs:channelRef (Results 1 – 3 of 3) sorted by relevance
526 @Nullable public final InternalWithLogId channelRef; field in InternalChannelz.ChannelTrace.Event535 @Nullable InternalWithLogId channelRef, @Nullable InternalWithLogId subchannelRef) { in Event() argument539 this.channelRef = channelRef; in Event()545 return Objects.hashCode(description, severity, timestampNanos, channelRef, subchannelRef); in hashCode()555 && Objects.equal(channelRef, that.channelRef) in equals()567 .add("channelRef", channelRef) in toString()576 private InternalWithLogId channelRef; field in InternalChannelz.ChannelTrace.Event.Builder594 public Builder setChannelRef(InternalWithLogId channelRef) { in setChannelRef() argument595 this.channelRef = channelRef; in setChannelRef()610 channelRef == null || subchannelRef == null, in build()[all …]
97 private final ChannelRef channelRef = ChannelRef field in ChannelzProtoUtilTest113 .setRef(channelRef)326 assertEquals(channelRef, ChannelzProtoUtil.toChannelRef(channel)); in toChannelRef()901 .setChannelRef(channelRef) in channelTrace_withEvents()
388 if (event.channelRef != null) { in toChannelTraceEvents()389 builder.setChannelRef(toChannelRef(event.channelRef)); in toChannelTraceEvents()