Home
last modified time | relevance | path

Searched defs:ChannelState (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core/
DChannelState.cs27 public enum ChannelState enum
/third_party/grpc/src/core/ext/filters/client_idle/
Dclient_idle_filter.cc110 enum ChannelState { enum
/third_party/python/Lib/test/
Dtest__xxsubinterpreters.py202 class ChannelState(namedtuple('ChannelState', 'pending closed')): class
/third_party/grpc/src/core/ext/xds/
Dxds_client.cc461 XdsClient::ChannelState::ChannelState(WeakRefCountedPtr<XdsClient> xds_client, in ChannelState() function in grpc_core::XdsClient::ChannelState
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.cc480 XdsClient::ChannelState::ChannelState(RefCountedPtr<XdsClient> xds_client, in ChannelState() function in grpc_core::XdsClient::ChannelState
/third_party/grpc/test/cpp/end2end/
Dend2end_test.cc1332 TEST_P(End2endTest, ChannelState) { in TEST_P() argument