Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/
Dclientconn.go475 cc.channelzID = channelz.RegisterChannel(cc, cc.dopts.channelzParentID, target)
477 cc.channelzID = channelz.RegisterChannel(cc, 0, target)
600 ChannelzParentID: cc.channelzID,
703 channelzID int64 // channelz unique identification number member
875 ac.channelzID = channelz.RegisterSubChannel(ac, cc.channelzID, "")
1107 channelz.RemoveEntry(cc.channelzID)
1143 channelzID int64 // channelz unique identification number member
1291 copts.ChannelzParentID = ac.channelzID
1544 channelz.RemoveEntry(ac.channelzID)
Dserver.go109 channelzID int64 // channelz unique identification number member
360 s.channelzID = channelz.RegisterServer(s, "")
479 channelzID int64 member
492 channelz.RemoveEntry(l.channelzID)
529 ls.channelzID = channelz.RegisterListenSocket(ls, s.channelzID, "")
659 ChannelzParentID: s.channelzID,
1333 channelz.RemoveEntry(s.channelzID)
1377 channelz.RemoveEntry(s.channelzID)
/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dhttp2_server.go114 channelzID int64 // channelz unique identification number member
241 t.channelzID = channelz.RegisterNormalSocket(t, config.ChannelzParentID, "")
950 channelz.RemoveEntry(t.channelzID)
Dhttp2_client.go109 channelzID int64 // channelz unique identification number member
261 t.channelzID = channelz.RegisterNormalSocket(t, opts.ChannelzParentID, "")
714 channelz.RemoveEntry(t.channelzID)