HomeSort by relevance Sort by last modified time
    Searched refs:TestChannel (Results 1 - 7 of 7) sorted by null

  /external/grpc-grpc-java/android/src/test/java/io/grpc/android/
AndroidChannelBuilderTest.java 127 TestChannel delegateChannel = new TestChannel();
143 TestChannel delegateChannel = new TestChannel();
157 TestChannel delegateChannel = new TestChannel();
212 TestChannel delegateChannel = new TestChannel();
253 TestChannel delegateChannel = new TestChannel();
    [all...]
  /external/grpc-grpc-java/services/src/test/java/io/grpc/services/
ChannelzServiceTest.java 36 import io.grpc.services.ChannelzTestHelper.TestChannel;
63 TestChannel root = new TestChannel();
77 TestChannel root = new TestChannel();
94 TestChannel subchannel = new TestChannel();
ChannelzProtoUtilTest.java 77 import io.grpc.services.ChannelzTestHelper.TestChannel;
96 private final TestChannel channel = new TestChannel();
117 private final TestChannel subchannel = new TestChannel();
586 TestChannel otherSubchannel = new TestChannel();
638 TestChannel subchannel1 = new TestChannel();
648 TestChannel subchannel2 = new TestChannel()
    [all...]
ChannelzTestHelper.java 149 static final class TestChannel implements InternalInstrumented<ChannelStats> {
  /external/libchrome/mojo/core/
channel_unittest.cc 20 class TestChannel : public Channel {
22 TestChannel(Channel::Delegate* delegate) : Channel(delegate) {}
47 ~TestChannel() override {}
146 scoped_refptr<TestChannel> channel = new TestChannel(&channel_delegate);
168 scoped_refptr<TestChannel> channel = new TestChannel(&channel_delegate);
  /external/webrtc/webrtc/p2p/base/
port_unittest.cc 216 class TestChannel : public sigslot::has_slots<> {
219 TestChannel(Port* p1)
226 port_->SignalPortComplete.connect(this, &TestChannel::OnPortComplete);
227 port_->SignalUnknownAddress.connect(this, &TestChannel::OnUnknownAddress);
228 port_->SignalDestroyed.connect(this, &TestChannel::OnSrcPortDestroyed);
244 this, &TestChannel::OnConnectionStateChange);
245 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed);
247 &TestChannel::OnConnectionReadyToSend);
261 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed);
574 void ConnectStartedChannels(TestChannel* ch1, TestChannel* ch2)
    [all...]
  /external/python/google-api-python-client/tests/
test_channel.py 13 class TestChannel(unittest.TestCase):

Completed in 304 milliseconds