Home
last modified time | relevance | path

Searched refs:SignalCandidateGathered (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dtransportchannelimpl.h82 SignalCandidateGathered; variable
Dtransportcontroller_unittest.cc123 channel1->SignalCandidateGathered(channel1, CreateCandidate(1)); in CreateChannelsAndCompleteConnection_w()
124 channel2->SignalCandidateGathered(channel2, CreateCandidate(1)); in CreateChannelsAndCompleteConnection_w()
661 channel->SignalCandidateGathered(channel, CreateCandidate(1)); in TEST_F()
Ddtlstransportchannel.cc111 channel_->SignalCandidateGathered.connect( in DtlsTransportChannelWrapper()
610 SignalCandidateGathered(this, c); in OnCandidateGathered()
Dtransportcontroller.cc163 channel->SignalCandidateGathered.connect( in CreateTransportChannel_w()
Dp2ptransportchannel.cc478 SignalCandidateGathered(this, candidates[i]); in OnCandidatesReady()
Dp2ptransportchannel_unittest.cc310 channel->SignalCandidateGathered.connect( in CreateChannel()