Home
last modified time | relevance | path

Searched refs:IceMessage (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dport_unittest.cc84 static IceMessage* CopyStunMessage(const IceMessage* src) { in CopyStunMessage()
85 IceMessage* dst = new IceMessage(); in CopyStunMessage()
126 IceMessage* last_stun_msg() { return last_stun_msg_.get(); } in last_stun_msg()
175 IceMessage* msg = new IceMessage; in SendTo()
212 rtc::scoped_ptr<IceMessage> last_stun_msg_;
289 IceMessage* msg, const std::string& rf, in OnUnknownAddress()
704 IceMessage* CreateStunMessage(int type) { in CreateStunMessage()
705 IceMessage* msg = new IceMessage(); in CreateStunMessage()
710 IceMessage* CreateStunMessageWithUsername(int type, in CreateStunMessageWithUsername()
712 IceMessage* msg = CreateStunMessage(type); in CreateStunMessageWithUsername()
[all …]
Dportinterface.h27 class IceMessage; variable
91 ProtocolType, IceMessage*, const std::string&,
Dport.cc281 rtc::scoped_ptr<IceMessage> msg; in OnReadPacket()
327 IceMessage** out_msg, std::string* out_username) { in GetStunMessage()
344 rtc::scoped_ptr<IceMessage> stun_msg(new IceMessage()); in GetStunMessage()
461 const rtc::SocketAddress& addr, IceMessage* stun_msg, in MaybeIceRoleConflict()
672 : StunRequest(new IceMessage()), in ConnectionRequest()
884 rtc::scoped_ptr<IceMessage> msg; in OnReadPacket()
956 void Connection::HandleBindingRequest(IceMessage* msg) { in HandleBindingRequest()
Dport.h279 IceMessage* stun_msg,
336 IceMessage** out_msg, std::string* out_username);
540 void HandleBindingRequest(IceMessage* msg);
Dstun.h618 class IceMessage : public StunMessage {
629 virtual StunMessage* CreateNew() const { return new IceMessage(); } in CreateNew()
Dp2ptransportchannel.h226 IceMessage* stun_msg,
Dstun_unittest.cc1209 IceMessage msg; in TEST_F()
1227 IceMessage msg2; in TEST_F()
1284 IceMessage msg; in TEST_F()
Dp2ptransportchannel_unittest.cc1945 cricket::IceMessage request; in TEST_F()
2063 cricket::IceMessage request; in TEST_F()
2167 cricket::IceMessage request; in TEST_F()
Dp2ptransportchannel.cc495 IceMessage* stun_msg, const std::string &remote_username, in OnUnknownAddress()
Dturnport_unittest.cc172 cricket::IceMessage* msg, const std::string& rf, in OnTurnUnknownAddress()