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

  /external/libweave/src/notification/
xmpp_channel.h 118 void OnPingResponse(base::Time sent_time, std::unique_ptr<XmlNode> reply);
119 void OnPingTimeout(base::Time sent_time);
xmpp_channel.cc 443 void XmppChannel::OnPingResponse(base::Time sent_time,
445 VLOG(1) << "XMPP response received after " << (base::Time::Now() - sent_time);
451 void XmppChannel::OnPingTimeout(base::Time sent_time) {
453 << (base::Time::Now() - sent_time);
  /external/webrtc/webrtc/p2p/base/
port.h 407 SentPing(const std::string id, uint32_t sent_time)
408 : id(id), sent_time(sent_time) {}
411 uint32_t sent_time; member in struct:cricket::Connection::SentPing
port.cc 43 pings_since_last_response[maximum_failures - 1].sent_time + rtt_estimate;
56 return now > (first.sent_time + maximum_time);
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
presencestatus.h 54 const std::string& sent_time() const { return sent_time_; } function in class:buzz::PresenceStatus

Completed in 1298 milliseconds