Home
last modified time | relevance | path

Searched refs:RecordTime (Results 1 – 6 of 6) sorted by relevance

/tools/acloud/public/actions/
Dremote_host_gf_device_factory_test.py189 self._mock_remote_host_client.RecordTime.assert_has_calls([
194 self._mock_remote_host_client.RecordTime.call_count)
379 self._mock_remote_host_client.RecordTime.assert_called_once_with(
397 self._mock_remote_host_client.RecordTime.assert_has_calls([
401 self._mock_remote_host_client.RecordTime.call_count)
422 self._mock_remote_host_client.RecordTime.call_count)
446 self._mock_remote_host_client.RecordTime.call_count)
Dremote_host_cf_device_factory.py97 start_time = self._compute_client.RecordTime(
113 start_time = self._compute_client.RecordTime(
118 start_time = self._compute_client.RecordTime(
Dremote_host_gf_device_factory.py194 start_time = client.RecordTime(timed_stage, start_time)
199 start_time = client.RecordTime(timed_stage, start_time)
210 client.RecordTime(timed_stage, start_time)
Dremote_host_cf_device_factory_test.py37 mock_client.RecordTime.side_effect = (
/tools/acloud/internal/lib/
Dremote_host_client_test.py45 self.assertEqual(1.0, client.RecordTime("TIME", 0.25))
Dremote_host_client.py50 def RecordTime(self, key, start_time): member in RemoteHostClient