OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SessionMessage
(Results
1 - 5
of
5
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
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)
[
all
...]
sessionmessages.h
79
struct
SessionMessage
{
80
SessionMessage
() : action_elem(NULL), stanza(NULL) {}
82
SessionMessage
(SignalingProtocol protocol, ActionType type,
205
SessionMessage
* msg,
212
void WriteSessionMessage(const
SessionMessage
& msg,
session.cc
611
void Session::OnIncomingMessage(const
SessionMessage
& msg) {
671
SessionMessage
msg;
732
bool Session::OnInitiateMessage(const
SessionMessage
& msg,
762
bool Session::OnAcceptMessage(const
SessionMessage
& msg, MessageError* error) {
784
bool Session::OnRejectMessage(const
SessionMessage
& msg, MessageError* error) {
793
bool Session::OnInfoMessage(const
SessionMessage
& msg) {
798
bool Session::OnTerminateMessage(const
SessionMessage
& msg,
813
bool Session::OnTransportInfoMessage(const
SessionMessage
& msg,
827
bool Session::OnTransportAcceptMessage(const
SessionMessage
& msg,
834
bool Session::OnNotifyMessage(const
SessionMessage
& msg
[
all
...]
sessionmessages.cc
160
SessionMessage
* msg,
176
SessionMessage
* msg,
198
SessionMessage
* msg,
208
SessionMessage
* msg,
226
buzz::XmlElement* WriteGingleAction(const
SessionMessage
& msg,
236
buzz::XmlElement* WriteJingleAction(const
SessionMessage
& msg,
254
void WriteSessionMessage(const
SessionMessage
& msg,
[
all
...]
sessionmanager.cc
148
SessionMessage
msg;
196
SessionMessage
msg;
Completed in 6730 milliseconds