Home
last modified time | relevance | path

Searched refs:SignalRoleConflict (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dtransportchannelimpl.h100 sigslot::signal1<TransportChannelImpl*> SignalRoleConflict; variable
Dportinterface.h108 sigslot::signal1<PortInterface*> SignalRoleConflict; variable
Ddtlstransportchannel.cc113 channel_->SignalRoleConflict.connect(this, in DtlsTransportChannelWrapper()
616 SignalRoleConflict(this); in OnRoleConflict()
Dport.cc494 SignalRoleConflict(this); in MaybeIceRoleConflict()
506 SignalRoleConflict(this); in MaybeIceRoleConflict()
1279 port_->SignalRoleConflict(port_); in HandleRoleConflictFromPeer()
Dp2ptransportchannel.cc456 port->SignalRoleConflict.connect( in OnPortReady()
633 SignalRoleConflict(this); // STUN ping will be sent when SetRole is called in OnRoleConflict()
Dtransportcontroller.cc165 channel->SignalRoleConflict.connect( in CreateTransportChannel_w()
Dtransportcontroller_unittest.cc255 channel1->SignalRoleConflict(channel1); in TEST_F()
Dp2ptransportchannel_unittest.cc314 channel->SignalRoleConflict.connect( in CreateChannel()
Dport_unittest.cc722 port->SignalRoleConflict.connect(this, &PortTest::OnRoleConflict); in CreateTestPort()