Home
last modified time | relevance | path

Searched refs:xmpp_status (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
Dxmppengine.h316 xmpp_status = (x); \
317 if (XMPP_FAILED(xmpp_status)) { \
318 return xmpp_status; \
325 xmpp_status = (x); \
326 if (XMPP_FAILED(xmpp_status)) { \
Dchatroommoduleimpl.cc367 XmppReturnStatus xmpp_status = XMPP_RETURN_OK; in SendMessage() local
393 return xmpp_status; in SendMessage()
474 XmppReturnStatus xmpp_status = XMPP_RETURN_OK; in ServerChangedOtherPresence() local
504 return xmpp_status; in ServerChangedOtherPresence()