Home
last modified time | relevance | path

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

/external/libweave/src/notification/
Dxmpp_channel.cc443 void XmppChannel::OnPingResponse(base::Time sent_time, in OnPingResponse() argument
445 VLOG(1) << "XMPP response received after " << (base::Time::Now() - sent_time); in OnPingResponse()
451 void XmppChannel::OnPingTimeout(base::Time sent_time) { in OnPingTimeout() argument
453 << (base::Time::Now() - sent_time); in OnPingTimeout()
Dxmpp_channel.h118 void OnPingResponse(base::Time sent_time, std::unique_ptr<XmlNode> reply);
119 void OnPingTimeout(base::Time sent_time);
/external/webrtc/webrtc/p2p/base/
Dport.h407 SentPing(const std::string id, uint32_t sent_time) in SentPing()
408 : id(id), sent_time(sent_time) {} in SentPing()
411 uint32_t sent_time; member
Dport.cc43 pings_since_last_response[maximum_failures - 1].sent_time + rtt_estimate; in TooManyFailures()
56 return now > (first.sent_time + maximum_time); in TooLongWithoutResponse()
1064 << now - pings_since_last_response_[0].sent_time in UpdateState()
1079 << now - pings_since_last_response_[0].sent_time in UpdateState()
/external/webrtc/webrtc/libjingle/xmpp/
Dpresencestatus.h54 const std::string& sent_time() const { return sent_time_; } in sent_time() function