OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetLocalTransportDescription
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/p2p/base/
transport_unittest.cc
66
ASSERT_TRUE(transport_->
SetLocalTransportDescription
(local_desc,
110
ASSERT_TRUE(transport_->
SetLocalTransportDescription
(desc,
116
ASSERT_TRUE(transport_->
SetLocalTransportDescription
(new_local_desc,
130
ASSERT_TRUE(transport_->
SetLocalTransportDescription
(desc,
139
ASSERT_TRUE(transport_->
SetLocalTransportDescription
(new_local_desc,
153
ASSERT_TRUE(transport_->
SetLocalTransportDescription
(desc,
168
ASSERT_TRUE(transport_->
SetLocalTransportDescription
(new_local_desc,
186
ASSERT_TRUE(transport_->
SetLocalTransportDescription
(local_desc,
199
ASSERT_TRUE(transport_->
SetLocalTransportDescription
(local_desc,
transport.h
211
bool
SetLocalTransportDescription
(const TransportDescription& description,
225
// which will happen in
SetLocalTransportDescription
.
transport.cc
96
bool Transport::
SetLocalTransportDescription
(
243
SetLocalTransportDescription
(desc, CA_OFFER, nullptr);
transportcontroller_unittest.cc
118
transport_controller_->
SetLocalTransportDescription
(
120
transport_controller_->
SetLocalTransportDescription
(
329
EXPECT_TRUE(transport_controller_->
SetLocalTransportDescription
(
384
EXPECT_TRUE(transport_controller_->
SetLocalTransportDescription
(
657
EXPECT_TRUE(transport_controller_->
SetLocalTransportDescription
(
transportcontroller.h
63
bool
SetLocalTransportDescription
(const std::string& transport_name,
transportcontroller.cc
97
bool TransportController::
SetLocalTransportDescription
(
419
return transport->
SetLocalTransportDescription
(tdesc, action, err);
dtlstransportchannel_unittest.cc
176
ASSERT_TRUE(transport_->
SetLocalTransportDescription
(
183
ASSERT_EQ(expect_success, transport_->
SetLocalTransportDescription
(
[
all
...]
/external/webrtc/talk/app/webrtc/
webrtcsession.cc
[
all
...]
Completed in 200 milliseconds