HomeSort by relevance Sort by last modified time
    Searched refs:XMPP_PRESENCE_AVAILABLE (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/libjingle/xmpp/
rostermodule.h 61 XMPP_PRESENCE_AVAILABLE = 1,
rostermodule_unittest.cc 286 set_available(XMPP_PRESENCE_AVAILABLE));
320 set_available(XMPP_PRESENCE_AVAILABLE));
368 TEST_OK(directed_presence->set_available(XMPP_PRESENCE_AVAILABLE));
chatroommoduleimpl.cc 481 if (presence->available() == XMPP_PRESENCE_AVAILABLE) {
490 if (presence->available() == XMPP_PRESENCE_AVAILABLE) {
rostermoduleimpl.cc 150 return XMPP_PRESENCE_AVAILABLE;
158 if (available == XMPP_PRESENCE_AVAILABLE)

Completed in 72 milliseconds