Home
last modified time | relevance | path

Searched refs:ChannelIsDestroyed (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/channel/
Dchannelz.h147 bool ChannelIsDestroyed() { return channel_ == nullptr; } in ChannelIsDestroyed() function
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel_channelz.cc57 if (ChannelIsDestroyed()) { in PopulateConnectivityState()