Home
last modified time | relevance | path

Searched refs:toSubchannel (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc-java/services/src/test/java/io/grpc/services/
DChannelzProtoUtilTest.java608 ChannelzProtoUtil.toSubchannel(subchannel)); in toSubchannel_noChildren()
621 ChannelzProtoUtil.toSubchannel(subchannel)); in toSubchannel_socketChildren()
633 ChannelzProtoUtil.toSubchannel(subchannel)); in toSubchannel_socketChildren()
646 ChannelzProtoUtil.toSubchannel(subchannel)); in toSubchannel_subchannelChildren()
658 ChannelzProtoUtil.toSubchannel(subchannel)); in toSubchannel_subchannelChildren()
DChannelzServiceTest.java101 .setSubchannel(ChannelzProtoUtil.toSubchannel(subchannel)) in getSubchannel()
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DChannelzService.java116 .setSubchannel(ChannelzProtoUtil.toSubchannel(s)) in getSubchannel()
DChannelzProtoUtil.java410 static Subchannel toSubchannel(InternalInstrumented<ChannelStats> subchannel) { in toSubchannel() method in ChannelzProtoUtil