Home
last modified time | relevance | path

Searched refs:XMPP_CONNECTION_STATUS_UNKNOWN (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
Drostermodule.h66 XMPP_CONNECTION_STATUS_UNKNOWN = 0, enumerator
Dchatroommodule_unittest.cc194 chatroom->RequestEnterChatroom("", XMPP_CONNECTION_STATUS_UNKNOWN, "en"); in TestEnterExitChatroom()
Dchatroommoduleimpl.cc249 case XMPP_CONNECTION_STATUS_UNKNOWN: in GetAttrValueFor()
338 if (connection_status != XMPP_CONNECTION_STATUS_UNKNOWN) { in RequestConnectionStatusChange()
Drostermoduleimpl.cc277 return XMPP_CONNECTION_STATUS_UNKNOWN; in connection_status()