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

  /external/webrtc/webrtc/libjingle/xmpp/
iqtask.cc 42 stanza->Attr(buzz::QN_TYPE) != buzz::STR_ERROR) {
pingtask.cc 38 stanza->Attr(buzz::QN_TYPE) != buzz::STR_ERROR) {
presencereceivetask.cc 57 if (stanza->Attr(QN_TYPE) == STR_ERROR) {
pubsub_task.cc 61 if (stanza->Attr(buzz::QN_TYPE) == buzz::STR_ERROR) {
constants.h 42 extern const char STR_ERROR[];
constants.cc 47 const char STR_ERROR[] = "error";

Completed in 383 milliseconds