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

  /external/webrtc/webrtc/libjingle/xmpp/
xmpplogintask.cc 51 iqId_(STR_EMPTY),
259 iqId_ = pctx_->NextId();
260 iq.AddAttr(QN_ID, iqId_);
276 if (element->Name() != QN_IQ || element->Attr(QN_ID) != iqId_ ||
293 iqId_ = pctx_->NextId();
294 iq.AddAttr(QN_ID, iqId_);
305 if (element->Name() != QN_IQ || element->Attr(QN_ID) != iqId_ ||
xmpplogintask.h 72 std::string iqId_;

Completed in 54 milliseconds