OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnRoleConflict
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portproxy.h
96
void
OnRoleConflict
(PortInterface* port);
portproxy.cc
37
impl_->SignalRoleConflict.connect(this, &PortProxy::
OnRoleConflict
);
169
void PortProxy::
OnRoleConflict
(PortInterface* port) {
dtlstransportchannel.cc
124
&DtlsTransportChannelWrapper::
OnRoleConflict
);
612
void DtlsTransportChannelWrapper::
OnRoleConflict
(
dtlstransportchannel.h
237
void
OnRoleConflict
(TransportChannelImpl* channel);
p2ptransportchannel.h
209
void
OnRoleConflict
(PortInterface* port);
transport.h
437
void
OnRoleConflict
(TransportChannelImpl* channel);
p2ptransportchannel_unittest.cc
230
void
OnRoleConflict
(bool role_conflict) { role_conflict_ = role_conflict; }
318
this, &P2PTransportChannelTestBase::
OnRoleConflict
);
621
void
OnRoleConflict
(cricket::TransportChannelImpl* channel) {
622
GetEndpoint(channel)->
OnRoleConflict
(true);
[
all
...]
p2ptransportchannel.cc
372
this, &P2PTransportChannel::
OnRoleConflict
);
581
void P2PTransportChannel::
OnRoleConflict
(PortInterface* port) {
[
all
...]
transport.cc
194
impl->SignalRoleConflict.connect(this, &Transport::
OnRoleConflict
);
585
void Transport::
OnRoleConflict
(TransportChannelImpl* channel) {
session.h
461
virtual void
OnRoleConflict
();
session.cc
524
this, &BaseSession::
OnRoleConflict
);
769
void BaseSession::
OnRoleConflict
() {
[
all
...]
port_unittest.cc
544
port->SignalRoleConflict.connect(this, &PortTest::
OnRoleConflict
);
560
void
OnRoleConflict
(PortInterface* port) {
[
all
...]
Completed in 126 milliseconds