Home
last modified time | relevance | path

Searched refs:STR_GET (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
Dmucroomuniquehangoutidtask.cc19 : IqTask(parent, STR_GET, lookup_server_jid, MakeUniqueRequestXml()) { in MucRoomUniqueHangoutIdTask()
Ddiscoitemsquerytask.cc21 : IqTask(parent, STR_GET, to, MakeRequest(node)) { in DiscoItemsQueryTask()
Dpingtask.cc70 MakeIq(buzz::STR_GET, Jid(STR_EMPTY), task_id())); in ProcessStart()
Dmucroomdiscoverytask.cc20 : IqTask(parent, STR_GET, room_jid, in MucRoomDiscoveryTask()
Djingleinfotask.cc28 MakeIq(STR_GET, Jid(), task_id())); in ProcessStart()
Dpubsub_task.cc86 MakeIq(buzz::STR_GET, pubsub_node_jid_, task_id())); in SubscribeToNode()
Dpubsubtasks.cc150 : IqTask(parent, STR_GET, pubsubjid, CreatePubSubItemsElem(node)) { in PubSubRequestTask()
Dconstants.h39 extern const char STR_GET[];
Dconstants.cc44 const char STR_GET[] = "get"; variable