HomeSort by relevance Sort by last modified time
    Searched refs:heartbeat (Results 1 - 12 of 12) 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 618 // stream ack. Receive a heartbeat to confirm the ack.
651 // Receive a heartbeat confirming the ack (and receive the heartbeat ack).
652 scoped_ptr<mcs_proto::HeartbeatPing> heartbeat(
654 heartbeat->set_last_stream_id_received(2);
665 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 104 .heartbeat = healthd_mode_nop_heartbeat,
111 .heartbeat = healthd_mode_charger_heartbeat,
118 .heartbeat = healthd_mode_nop_heartbeat,
302 healthd_mode_ops->heartbeat();
healthd.h 83 void (*heartbeat)(void); member in struct:healthd_mode_ops
117 // Return 0 to indicate the usual kernel log battery status heartbeat message
  /external/chromium_org/content/test/data/media/
encrypted_media_utils.js 16 var HEART_BEAT_HEADER = 'HEARTBEAT';
86 console.log('onKeyMessage - heartbeat', e);
107 // Only External Clear Key sends a HEARTBEAT message.
109 failTest('Unexpected heartbeat from ' + e.keySystem);
114 failTest('Heartbeat message with unexpected defaultURL: ' + e.defaultURL);
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_input.c 615 switch (cp->heartbeat.hb_info.addr_family) {
618 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_in)) {
620 sin->sin_family = cp->heartbeat.hb_info.addr_family;
622 sin->sin_len = cp->heartbeat.hb_info.addr_len;
625 memcpy(&sin->sin_addr, cp->heartbeat.hb_info.address,
634 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_in6)) {
636 sin6->sin6_family = cp->heartbeat.hb_info.addr_family;
638 sin6->sin6_len = cp->heartbeat.hb_info.addr_len;
641 memcpy(&sin6->sin6_addr, cp->heartbeat.hb_info.address,
650 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_conn))
    [all...]
sctp_header.h 103 /* heartbeat info parameter */
316 /* Heartbeat Request (HEARTBEAT) */
323 struct sctp_heartbeat heartbeat; member in struct:sctp_heartbeat_chunk
326 /* ... 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 528 milliseconds