OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_success
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/cros/
crash_test.py
179
def _set_sending_mock(self, mock_enabled,
send_success
=True):
186
@param
send_success
: If mock_enabled this is True for the mocking to
190
if
send_success
:
371
send_success
,
379
@param
send_success
: True to make the crash_sender success, False to
385
self._set_sending_mock(mock_enabled=True,
send_success
=
send_success
)
414
send_success
: if it attempted, was the crash send successful.
470
send_success
= 'Mocking successful send' in output
476
'
send_success
': send_success
[
all
...]
/external/autotest/client/site_tests/logging_CrashSender/
logging_CrashSender.py
45
not result['
send_success
'] or
115
not result['
send_success
'] or
157
if not result['send_attempt'] or not result['
send_success
']:
183
not result['
send_success
'] or
199
result = self._call_sender_one_crash(
send_success
=False)
200
if not result['send_attempt'] or result['
send_success
']:
Completed in 80 milliseconds