Home
last modified time | relevance | path

Searched refs:IqRequest (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/remoting/signaling/
Diq_sender.cc43 scoped_ptr<IqRequest> IqSender::SendIq(scoped_ptr<buzz::XmlElement> stanza, in SendIq()
49 return scoped_ptr<IqRequest>(); in SendIq()
52 scoped_ptr<IqRequest> request(new IqRequest(this, callback, addressee)); in SendIq()
58 scoped_ptr<IqRequest> IqSender::SendIq(const std::string& type, in SendIq()
65 void IqSender::RemoveRequest(IqRequest* request) { in RemoveRequest()
109 IqRequest* request = it->second; in OnSignalStrategyIncomingStanza()
124 IqRequest::IqRequest(IqSender* sender, const IqSender::ReplyCallback& callback, in IqRequest() function in remoting::IqRequest
131 IqRequest::~IqRequest() { in ~IqRequest()
135 void IqRequest::SetTimeout(base::TimeDelta timeout) { in SetTimeout()
137 FROM_HERE, base::Bind(&IqRequest::OnTimeout, AsWeakPtr()), timeout); in SetTimeout()
[all …]
Diq_sender.h28 class IqRequest; variable
37 typedef base::Callback<void(IqRequest* request,
48 scoped_ptr<IqRequest> SendIq(scoped_ptr<buzz::XmlElement> stanza,
52 scoped_ptr<IqRequest> SendIq(const std::string& type,
64 typedef std::map<std::string, IqRequest*> IqRequestMap;
65 friend class IqRequest; variable
74 void RemoveRequest(IqRequest* request);
83 class IqRequest : public base::SupportsWeakPtr<IqRequest> {
85 IqRequest(IqSender* sender, const IqSender::ReplyCallback& callback,
87 ~IqRequest();
[all …]
Djingle_info_request.h53 void OnResponse(IqRequest* request, const buzz::XmlElement* stanza);
56 scoped_ptr<IqRequest> request_;
Diq_sender_unittest.cc40 MOCK_METHOD2(OnReply, void(IqRequest* request, const XmlElement* reply));
86 scoped_ptr<IqRequest> request_;
Dlog_to_server.cc67 scoped_ptr<IqRequest> req = iq_sender_->SendIq( in SendPendingEntries()
Djingle_info_request.cc47 void JingleInfoRequest::OnResponse(IqRequest* request, in OnResponse()
/external/chromium_org/remoting/host/
Dregister_support_host_request.h27 class IqRequest; variable
68 void ProcessResponse(IqRequest* request, const buzz::XmlElement* response);
81 scoped_ptr<IqRequest> request_;
Dheartbeat_sender.h29 class IqRequest; variable
121 void ProcessResponse(IqRequest* request, const buzz::XmlElement* response);
135 scoped_ptr<IqRequest> request_;
Dregister_support_host_request.cc165 void RegisterSupportHostRequest::ProcessResponse(IqRequest* request, in ProcessResponse()
Dheartbeat_sender.cc123 void HeartbeatSender::ProcessResponse(IqRequest* request, in ProcessResponse()
/external/chromium_org/remoting/protocol/
Djingle_session.h101 IqRequest* request,
109 void OnTransportInfoResponse(IqRequest* request,
168 std::set<IqRequest*> pending_requests_;
171 std::list<IqRequest*> transport_info_requests_;
Djingle_session.cc311 scoped_ptr<IqRequest> request = session_manager_->iq_sender()->SendIq( in SendMessage()
333 IqRequest* request, in OnMessageResponse()
369 scoped_ptr<IqRequest> request = session_manager_->iq_sender()->SendIq( in SendTransportInfo()
381 void JingleSession::OnTransportInfoResponse(IqRequest* request, in OnTransportInfoResponse()
/external/chromium_org/google_apis/gcm/protocol/
Dmcs.proto157 * IqRequest must contain a single extension. IqResponse may contain 0 or 1