Home | History | Annotate | Download | only in base

Lines Matching defs:WriteActionMessage

1626   if (!WriteActionMessage(type, action, stanza.get(), error))
1634 bool Session::WriteActionMessage(ActionType type, const Action& action,
1638 if (!WriteActionMessage(PROTOCOL_JINGLE, type, action, stanza, error))
1640 if (!WriteActionMessage(PROTOCOL_GINGLE, type, action, stanza, error))
1643 if (!WriteActionMessage(current_protocol_, type, action, stanza, error))
1650 bool Session::WriteActionMessage(SignalingProtocol protocol,