Searched refs:IqStanzaHandler (Results 1 - 5 of 5) sorted by relevance

/external/libweave/src/notification/
H A Dxmpp_iq_stanza_handler.h27 class IqStanzaHandler { class in namespace:weave
32 IqStanzaHandler(XmppChannelInterface* xmpp_channel,
77 base::WeakPtrFactory<IqStanzaHandler> weak_ptr_factory_{this};
78 DISALLOW_COPY_AND_ASSIGN(IqStanzaHandler);
H A Dxmpp_iq_stanza_handler.cc50 IqStanzaHandler::IqStanzaHandler(XmppChannelInterface* xmpp_channel, function in class:weave::IqStanzaHandler
54 void IqStanzaHandler::SendRequest(const std::string& type,
66 void IqStanzaHandler::SendRequestWithCustomTimeout(
80 base::Bind(&IqStanzaHandler::OnTimeOut, weak_ptr_factory_.GetWeakPtr(),
90 bool IqStanzaHandler::HandleIqStanza(std::unique_ptr<XmlNode> stanza) {
133 void IqStanzaHandler::OnTimeOut(RequestId id,
H A Dxmpp_channel.h84 friend class IqStanzaHandler;
156 std::unique_ptr<IqStanzaHandler> iq_stanza_handler_;
H A Dxmpp_iq_stanza_handler_unittest.cc63 IqStanzaHandler::ResponseCallback callback(int id) {
80 IqStanzaHandler iq_stanza_handler_{&mock_xmpp_channel_, &task_runner_};
H A Dxmpp_channel.cc102 iq_stanza_handler_{new IqStanzaHandler{this, task_runner}} {

Completed in 76 milliseconds