Home
last modified time | relevance | path

Searched refs:GetIceTransportState (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/p2p/base/
Dmock_ice_transport.h53 webrtc::IceTransportState GetIceTransportState() const override { in GetIceTransportState() function
Dice_transport_internal.h221 virtual webrtc::IceTransportState GetIceTransportState() const = 0;
Dfake_ice_transport.h145 webrtc::IceTransportState GetIceTransportState() const override { in GetIceTransportState() function
Dp2p_transport_channel.h101 webrtc::IceTransportState GetIceTransportState() const override;
Dp2p_transport_channel_unittest.cc4257 EXPECT_EQ(webrtc::IceTransportState::kNew, ch.GetIceTransportState()); in TEST_F()
4262 EXPECT_EQ(webrtc::IceTransportState::kNew, ch.GetIceTransportState()); in TEST_F()
4268 EXPECT_EQ(webrtc::IceTransportState::kChecking, ch.GetIceTransportState()); in TEST_F()
4277 EXPECT_EQ(webrtc::IceTransportState::kChecking, ch.GetIceTransportState()); in TEST_F()
4282 EXPECT_EQ(webrtc::IceTransportState::kConnected, ch.GetIceTransportState()); in TEST_F()
4287 EXPECT_EQ(webrtc::IceTransportState::kFailed, ch.GetIceTransportState()); in TEST_F()
Dp2p_transport_channel.cc336 webrtc::IceTransportState P2PTransportChannel::GetIceTransportState() const { in GetIceTransportState() function in cricket::P2PTransportChannel
/external/webrtc/pc/
Djsep_transport_controller.cc1247 ice_state_counts[dtls->ice_transport()->GetIceTransportState()]++; in UpdateAggregateStates_n()