Home
last modified time | relevance | path

Searched refs:process_heartbeat_response (Results 1 – 2 of 2) sorted by relevance

/external/autotest/scheduler/shard/
Dshard_client_unittest.py284 original_process_heartbeat_response = sut.process_heartbeat_response
288 sut.process_heartbeat_response = failing_process_heartbeat_response
291 sut.process_heartbeat_response = original_process_heartbeat_response
322 original_process_heartbeat_response = sut.process_heartbeat_response
326 sut.process_heartbeat_response = failing_process_heartbeat_response
331 sut.process_heartbeat_response = original_process_heartbeat_response
Dshard_client.py158 def process_heartbeat_response(self, heartbeat_response): member in ShardClient
419 self.process_heartbeat_response(response)