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

  /external/chromium_org/google_apis/gcm/engine/
heartbeat_manager_unittest.cc 27 // Bypass the heartbeat timer, and send the heartbeat now.
44 // Starts the heartbeat manager.
48 // Helper functions for verifying heartbeat manager effects.
81 // Basic initialization. No heartbeat should be pending.
86 // Acknowledging a heartbeat before starting the manager should have no effect.
92 // Starting the manager should start the heartbeat timer.
100 // Acking the heartbeat should trigger a new heartbeat timer.
104 base::TimeTicks heartbeat = manager()->GetNextHeartbeatTime() local
147 base::TimeTicks heartbeat = manager()->GetNextHeartbeatTime(); local
    [all...]
mcs_client_unittest.cc 707 // stream ack. Receive a heartbeat to confirm the ack.
740 // Receive a heartbeat confirming the ack (and receive the heartbeat ack).
741 scoped_ptr<mcs_proto::HeartbeatPing> heartbeat(
743 heartbeat->set_last_stream_id_received(2);
754 heartbeat.PassAs<const google::protobuf::MessageLite>()));
  /external/chromium_org/remoting/host/
heartbeat_sender.cc 31 const char kHeartbeatQueryTag[] = "heartbeat";
40 const char kHeartbeatResultTag[] = "heartbeat-result";
102 // Make sure we don't send another heartbeat before the heartbeat interval
109 // Make sure we don't send another heartbeat before the heartbeat interval
115 VLOG(1) << "Sending heartbeat stanza to " << directory_bot_jid_;
132 // If the host was registered immediately before it sends a heartbeat,
134 // host ID in the heartbeat. So even if all of the first few heartbeats
152 LOG(ERROR) << "Received error in response to heartbeat:
    [all...]
  /system/core/healthd/
healthd.cpp 105 .heartbeat = healthd_mode_nop_heartbeat,
112 .heartbeat = healthd_mode_charger_heartbeat,
119 .heartbeat = healthd_mode_nop_heartbeat,
303 healthd_mode_ops->heartbeat();
healthd.h 84 void (*heartbeat)(void); member in struct:healthd_mode_ops
118 // Return 0 to indicate the usual kernel log battery status heartbeat message
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_input.c 608 switch (cp->heartbeat.hb_info.addr_family) {
611 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_in)) {
612 store.sin.sin_family = cp->heartbeat.hb_info.addr_family;
614 store.sin.sin_len = cp->heartbeat.hb_info.addr_len;
617 memcpy(&store.sin.sin_addr, cp->heartbeat.hb_info.address,
626 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_in6)) {
627 store.sin6.sin6_family = cp->heartbeat.hb_info.addr_family;
629 store.sin6.sin6_len = cp->heartbeat.hb_info.addr_len;
632 memcpy(&store.sin6.sin6_addr, cp->heartbeat.hb_info.address, sizeof(struct in6_addr));
640 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_conn))
    [all...]
sctp_header.h 97 /* heartbeat info parameter */
310 /* Heartbeat Request (HEARTBEAT) */
317 struct sctp_heartbeat heartbeat; member in struct:sctp_heartbeat_chunk
320 /* ... used for Heartbeat Ack (HEARTBEAT ACK) */
sctp_output.c     [all...]
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 201 this.heartbeat = function() {
928 var heartbeat = function() {
929 rpc.heartbeat();
930 setTimeout(heartbeat, 500);
932 heartbeat();
  /external/chromium_org/remoting/webapp/
host_list.js 284 // never sent a heartbeat, then there will be no jabberId.
  /external/iproute2/doc/
ip-cref.tex 537 TX errors: aborted fifo window heartbeat
    [all...]

Completed in 705 milliseconds