Searched refs:SessionMessage (Results 1 – 5 of 5) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | session.h | 501 void OnIncomingMessage(const SessionMessage& msg); 517 bool OnInitiateMessage(const SessionMessage& msg, MessageError* error); 518 bool OnAcceptMessage(const SessionMessage& msg, MessageError* error); 519 bool OnRejectMessage(const SessionMessage& msg, MessageError* error); 520 bool OnInfoMessage(const SessionMessage& msg); 521 bool OnTerminateMessage(const SessionMessage& msg, MessageError* error); 522 bool OnTransportInfoMessage(const SessionMessage& msg, MessageError* error); 523 bool OnTransportAcceptMessage(const SessionMessage& msg, MessageError* error); 524 bool OnNotifyMessage(const SessionMessage& msg, MessageError* error); 525 bool OnUpdateMessage(const SessionMessage& msg, MessageError* error);
|
D | sessionmessages.h | 79 struct SessionMessage { struct 80 SessionMessage() : action_elem(NULL), stanza(NULL) {} in SessionMessage() function 82 SessionMessage(SignalingProtocol protocol, ActionType type, in SessionMessage() function 205 SessionMessage* msg, 212 void WriteSessionMessage(const SessionMessage& msg,
|
D | session.cc | 611 void Session::OnIncomingMessage(const SessionMessage& msg) { in OnIncomingMessage() 671 SessionMessage msg; in OnFailedSend() 732 bool Session::OnInitiateMessage(const SessionMessage& msg, in OnInitiateMessage() 762 bool Session::OnAcceptMessage(const SessionMessage& msg, MessageError* error) { in OnAcceptMessage() 784 bool Session::OnRejectMessage(const SessionMessage& msg, MessageError* error) { in OnRejectMessage() 793 bool Session::OnInfoMessage(const SessionMessage& msg) { in OnInfoMessage() 798 bool Session::OnTerminateMessage(const SessionMessage& msg, in OnTerminateMessage() 813 bool Session::OnTransportInfoMessage(const SessionMessage& msg, in OnTransportInfoMessage() 827 bool Session::OnTransportAcceptMessage(const SessionMessage& msg, in OnTransportAcceptMessage() 834 bool Session::OnNotifyMessage(const SessionMessage& msg, in OnNotifyMessage() [all …]
|
D | sessionmessages.cc | 160 SessionMessage* msg, in ParseGingleSessionMessage() 176 SessionMessage* msg, in ParseJingleSessionMessage() 198 SessionMessage* msg, in ParseHybridSessionMessage() 208 SessionMessage* msg, in ParseSessionMessage() 226 buzz::XmlElement* WriteGingleAction(const SessionMessage& msg, in WriteGingleAction() 236 buzz::XmlElement* WriteJingleAction(const SessionMessage& msg, in WriteJingleAction() 254 void WriteSessionMessage(const SessionMessage& msg, in WriteSessionMessage()
|
D | sessionmanager.cc | 148 SessionMessage msg; in OnIncomingMessage() 196 SessionMessage msg; in OnFailedSend()
|