Home
last modified time | relevance | path

Searched refs:channel2 (Results 1 – 17 of 17) sorted by relevance

/external/grpc-grpc/src/php/tests/unit_tests/
DChannelTest.php193 $this->channel2 = new Grpc\Channel('localhost:50014', []);
198 $state = $this->channel2->getConnectivityState();
208 $state = $this->channel2->getConnectivityState();
212 $this->channel2->close();
221 $this->channel2 = new Grpc\Channel('localhost:50016', []);
226 $state = $this->channel2->getConnectivityState();
237 $state = $this->channel2->getConnectivityState();
241 $this->channel2->close();
250 $this->channel2 = new Grpc\Channel('localhost:50017', ["abc" => "def"]);
258 $state = $this->channel2->getConnectivityState();
[all …]
/external/webrtc/webrtc/p2p/base/
Dtransportcontroller_unittest.cc111 FakeTransportChannel* channel2 = CreateChannel("video", 1); in CreateChannelsAndCompleteConnection_w() local
112 ASSERT_NE(nullptr, channel2); in CreateChannelsAndCompleteConnection_w()
124 channel2->SignalCandidateGathered(channel2, CreateCandidate(1)); in CreateChannelsAndCompleteConnection_w()
126 channel2->SetCandidatesGatheringComplete(); in CreateChannelsAndCompleteConnection_w()
128 channel2->SetConnectionCount(2); in CreateChannelsAndCompleteConnection_w()
130 channel2->SetReceiving(true); in CreateChannelsAndCompleteConnection_w()
132 channel2->SetWritable(true); in CreateChannelsAndCompleteConnection_w()
134 channel2->SetConnectionCount(1); in CreateChannelsAndCompleteConnection_w()
209 FakeTransportChannel* channel2 = CreateChannel("video", 1); in TEST_F() local
210 ASSERT_NE(nullptr, channel2); in TEST_F()
[all …]
Ddtlstransportchannel_unittest.cc555 cricket::FakeTransportChannel* channel2 = client2_.GetFakeChannel(0); in TEST_F() local
557 ASSERT_TRUE(channel2 != NULL); in TEST_F()
562 EXPECT_EQ(cricket::ICEROLE_CONTROLLED, channel2->GetIceRole()); in TEST_F()
563 EXPECT_EQ(2U, channel2->IceTiebreaker()); in TEST_F()
Dturnserver.cc740 Channel* channel2 = FindChannel(peer_attr->GetAddress()); in HandleChannelBindRequest() local
741 if (channel1 != channel2) { in HandleChannelBindRequest()
/external/grpc-grpc/src/php/tests/unit_tests/PersistentChannelTests/
DPersistentChannelTest.php95 $this->channel2 = new Grpc\Channel('localhost:2', []);
121 $this->channel2 = new Grpc\Channel('localhost:1', []);
132 $this->channel2->close();
140 $this->channel2 = new Grpc\Channel('localhost:1', []);
141 $plist = $this->channel2->getPersistentList();
143 $channel2_info = $this->channel2->getChannelInfo();
150 $this->channel2->close();
157 $this->channel2 = new Grpc\Channel('localhost:2', []);
167 $this->channel2->close();
180 $this->channel2 = new Grpc\Channel('localhost:10001', []);
[all …]
/external/webrtc/talk/media/sctp/
Dsctpdataengine_unittest.cc266 channel2()->SetSend(false); in TearDown()
326 cricket::SctpDataMediaChannel* channel2() { return chan2_.get(); } in channel2() function in SctpDataMediaChannelTest
363 channel2()->SignalReadyToSend.connect(&signal_observer_2, in TEST_F()
370 ASSERT_TRUE(SendData(channel2(), 2, "hi chan1", &result)); in TEST_F()
396 ASSERT_TRUE(SendData(channel2(), 2, "hi chan1", &result)); in TEST_F()
433 chan_2_sig_receiver.BindSelf(channel2()); in TEST_F()
439 ASSERT_TRUE(SendData(channel2(), 2, "hi chan1", &result)); in TEST_F()
453 chan_2_sig_receiver.BindSelf(channel2()); in TEST_F()
459 ASSERT_TRUE(SendData(channel2(), 2, "hi chan1", &result)); in TEST_F()
464 channel2()->RemoveSendStream(2); in TEST_F()
[all …]
/external/grpc-grpc/test/core/channel/
Dchannel_trace_test.cc186 ChannelFixture channel2(GetParam()); in TEST_P() local
188 MakeRefCounted<ChannelNode>(channel2.channel(), GetParam(), true); in TEST_P()
224 ChannelFixture channel2(GetParam()); in TEST_P() local
226 MakeRefCounted<ChannelNode>(channel2.channel(), GetParam(), true); in TEST_P()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DShutdownHookClientTest.cs39 var channel2 = new Channel(Host, 1001, ChannelCredentials.Insecure); in ProcessExitHookCanCleanupAbandonedChannels()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
Dunittest.cc140 channel2(sample_rate_hz, rate_bits_per_second); in TestGetSetBandwidthInfo() local
169 channel2.Send(send_time, bitstream2.size()))); in TestGetSetBandwidthInfo()
/external/libchrome/mojo/public/cpp/system/tests/
Dinvitation_unittest.cc252 PlatformChannel channel2; in TEST() local
257 channel2.TakeLocalEndpoint(), kConnectionName); in TEST()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowNotificationManagerTest.java92 NotificationChannel channel2 = new NotificationChannel("id2", "name2", 1); in createNotificationChannels() local
94 notificationManager.createNotificationChannels(ImmutableList.of(channel1, channel2)); in createNotificationChannels()
/external/grpc-grpc-java/services/src/test/java/io/grpc/services/
DChannelzProtoUtilTest.java692 TestChannel channel2 = new TestChannel(); in toGetTopChannelsResponse() local
697 .addChannel(ChannelzProtoUtil.toChannel(channel2)) in toGetTopChannelsResponse()
702 ImmutableList.<InternalInstrumented<ChannelStats>>of(channel, channel2), true))); in toGetTopChannelsResponse()
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine_unittest.cc2725 rtc::scoped_ptr<cricket::WebRtcVoiceMediaChannel> channel2( in TEST_F() local
2735 channel2->AddSendStream(stream2); in TEST_F()
2744 ASSERT_TRUE(channel2->SetSendParameters(parameters_options_all)); in TEST_F()
2745 EXPECT_EQ(parameters_options_all.options, channel2->options()); in TEST_F()
2762 ASSERT_TRUE(channel2->SetSendParameters(parameters_options_no_agc)); in TEST_F()
2766 EXPECT_EQ(expected_options, channel2->options()); in TEST_F()
2790 channel2->SetSend(cricket::SEND_MICROPHONE); in TEST_F()
2806 channel2->SetSend(cricket::SEND_MICROPHONE); in TEST_F()
2807 channel2->SetSendParameters(parameters_options_no_agc_nor_ns); in TEST_F()
2811 EXPECT_EQ(expected_options, channel2->options()); in TEST_F()
/external/libchrome/mojo/core/
Dinvitation_unittest.cc798 PlatformChannel channel2; in TEST_F() local
809 channel2.TakeLocalEndpoint().TakePlatformHandle(), in TEST_F()
/external/kernel-headers/original/uapi/linux/
Dcdrom.h201 __u8 channel2; member
/external/syzkaller/sys/linux/
Dcdrom.txt143 channel2 int8
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c17842 Fixed channel2; in Qt_VDSetInputGammaValue() local
17850 PyMac_GetFixed, &channel2, in Qt_VDSetInputGammaValue()
17855 channel2, in Qt_VDSetInputGammaValue()
17868 Fixed channel2; in Qt_VDGetInputGammaValue() local
17878 &channel2, in Qt_VDGetInputGammaValue()
17883 PyMac_BuildFixed, channel2, in Qt_VDGetInputGammaValue()