Home
last modified time | relevance | path

Searched defs:OnRoleConflict (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/p2p/base/
Dp2p_transport_channel.cc1100 void P2PTransportChannel::OnRoleConflict(PortInterface* port) { in OnRoleConflict() function in cricket::P2PTransportChannel
Dp2p_transport_channel_unittest.cc329 void OnRoleConflict(bool role_conflict) { role_conflict_ = role_conflict; } in OnRoleConflict() function
865 void OnRoleConflict(IceTransportInternal* channel) { in OnRoleConflict() function in cricket::P2PTransportChannelTestBase
Dport_unittest.cc776 void OnRoleConflict(PortInterface* port) { role_conflict_ = true; } in OnRoleConflict() function in cricket::PortTest