Home
last modified time | relevance | path

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

/external/webrtc/webrtc/libjingle/xmpp/
Drostermodule_unittest.cc286 set_available(XMPP_PRESENCE_AVAILABLE)); in TEST_F()
320 set_available(XMPP_PRESENCE_AVAILABLE)); in TEST_F()
368 TEST_OK(directed_presence->set_available(XMPP_PRESENCE_AVAILABLE)); in TEST_F()
Drostermodule.h61 XMPP_PRESENCE_AVAILABLE = 1, enumerator
Dchatroommoduleimpl.cc481 if (presence->available() == XMPP_PRESENCE_AVAILABLE) { in ServerChangedOtherPresence()
490 if (presence->available() == XMPP_PRESENCE_AVAILABLE) { in ServerChangedOtherPresence()
Drostermoduleimpl.cc150 return XMPP_PRESENCE_AVAILABLE; in available()
158 if (available == XMPP_PRESENCE_AVAILABLE) in set_available()