Home
last modified time | relevance | path

Searched defs:retry_count (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/net/
DDnsOverHttpsTest.py169 def _verify_tls_completed(self, retry_count=5): argument
/tools/asuite/adevice/src/
Ddevice.rs283 let mut retry_count = 0; in run_process_with_retry_until_timeout() localVariable