Searched defs:OnRoleConflict (Results 1 - 4 of 4) sorted by relevance
/external/webrtc/webrtc/p2p/base/ | ||
H A D | dtlstransportchannel.cc | 114 &DtlsTransportChannelWrapper::OnRoleConflict); 613 void DtlsTransportChannelWrapper::OnRoleConflict( function in class:cricket::DtlsTransportChannelWrapper |
H A D | p2ptransportchannel.cc | 457 this, &P2PTransportChannel::OnRoleConflict); 632 void P2PTransportChannel::OnRoleConflict(PortInterface* port) { function in class:cricket::P2PTransportChannel |
H A D | p2ptransportchannel_unittest.cc | 246 void OnRoleConflict(bool role_conflict) { role_conflict_ = role_conflict; } function in struct:P2PTransportChannelTestBase::Endpoint 315 this, &P2PTransportChannelTestBase::OnRoleConflict); 704 void OnRoleConflict(cricket::TransportChannelImpl* channel) { function in class:P2PTransportChannelTestBase 705 GetEndpoint(channel)->OnRoleConflict(true); |
H A D | port_unittest.cc | 722 port->SignalRoleConflict.connect(this, &PortTest::OnRoleConflict); 736 void OnRoleConflict(PortInterface* port) { function in class:PortTest |
Completed in 579 milliseconds