Home
last modified time | relevance | path

Searched refs:QN_GOOGLE_PSTN_CONFERENCE_STATUS (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
Dconstants.h308 extern const StaticQName QN_GOOGLE_PSTN_CONFERENCE_STATUS;
Drostermodule_unittest.cc249 XmlElement* status = new XmlElement(QN_GOOGLE_PSTN_CONFERENCE_STATUS); in TEST_F()
Dchatroommoduleimpl.cc340 new XmlElement(QN_GOOGLE_PSTN_CONFERENCE_STATUS); in RequestConnectionStatusChange()
Dconstants.cc344 const StaticQName QN_GOOGLE_PSTN_CONFERENCE_STATUS = { NS_GOOGLE_PSTN_CONFERENCE, "status" }; variable
Drostermoduleimpl.cc279 XmlElement* con = raw_xml_->FirstNamed(QN_GOOGLE_PSTN_CONFERENCE_STATUS); in connection_status()