Home
last modified time | relevance | path

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

/external/webrtc/webrtc/libjingle/xmpp/
Drostermodule.h60 XMPP_PRESENCE_UNAVAILABLE = 0, enumerator
Drostermoduleimpl.cc143 return XMPP_PRESENCE_UNAVAILABLE; in available()
146 return XMPP_PRESENCE_UNAVAILABLE; in available()
160 else if (available == XMPP_PRESENCE_UNAVAILABLE) in set_available()
Drostermodule_unittest.cc304 set_available(XMPP_PRESENCE_UNAVAILABLE)); in TEST_F()
Dchatroommoduleimpl.cc495 else if (presence->available() == XMPP_PRESENCE_UNAVAILABLE) { in ServerChangedOtherPresence()