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.py238 original_process_heartbeat_response = sut.process_heartbeat_response
242 sut.process_heartbeat_response = failing_process_heartbeat_response
245 sut.process_heartbeat_response = original_process_heartbeat_response
276 original_process_heartbeat_response = sut.process_heartbeat_response
280 sut.process_heartbeat_response = failing_process_heartbeat_response
285 sut.process_heartbeat_response = original_process_heartbeat_response
Dshard_client.py135 def process_heartbeat_response(self, heartbeat_response): member in ShardClient
320 self.process_heartbeat_response(response)