HomeSort by relevance Sort by last modified time
    Searched full:send_success (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/cros/crash/
crash_test.py 188 def _set_sending_mock(self, mock_enabled, send_success=True):
195 @param send_success: If mock_enabled this is True for the mocking to
199 if send_success:
388 send_success,
396 @param send_success: True to make the crash_sender success, False to
402 self._set_sending_mock(mock_enabled=True, send_success=send_success)
431 send_success: if it attempted, was the crash send successful.
487 send_success = 'Mocking successful send' in output
493 'send_success': send_success
    [all...]
user_crash_test.py 338 if (not result['send_attempt'] or not result['send_success'] or
  /external/autotest/client/site_tests/logging_CrashSender/
logging_CrashSender.py 45 not result['send_success'] or
114 not result['send_success'] or
156 if not result['send_attempt'] or not result['send_success']:
182 not result['send_success'] or
198 result = self._call_sender_one_crash(send_success=False)
199 if not result['send_attempt'] or result['send_success']:
  /device/google/cuttlefish_common/host/libs/usbip/
client.cpp 208 bool send_success = false; local
210 send_success = device->handle_control_transfer(
218 send_success = device->handle_data_transfer(
229 if (!send_success) {
  /external/autotest/client/site_tests/logging_KernelCrash/
logging_KernelCrash.py 98 if (not result['send_attempt'] or not result['send_success'] or

Completed in 256 milliseconds