OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnConnectionDestroyed
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/p2p/base/
turnport_unittest.cc
108
this, &TestConnectionWrapper::
OnConnectionDestroyed
);
114
void
OnConnectionDestroyed
(Connection* conn) {
197
void
OnConnectionDestroyed
(Connection* conn) { connection_destroyed_ = true; }
285
conn->SignalDestroyed.connect(this, &TurnPortTest::
OnConnectionDestroyed
);
[
all
...]
p2ptransportchannel.cc
272
this, &P2PTransportChannel::
OnConnectionDestroyed
);
[
all
...]
port.cc
266
conn->SignalDestroyed.connect(this, &Port::
OnConnectionDestroyed
);
642
void Port::
OnConnectionDestroyed
(Connection* conn) {
[
all
...]
turnport.cc
464
conn->SignalDestroyed.connect(this, &TurnPort::
OnConnectionDestroyed
);
[
all
...]
Completed in 1298 milliseconds