Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 25 of 40) sorted by relevance

12

/openthread-latest/tools/tcat_ble_client/ble/
Dble_stream_secure.py64 async def do_handshake(self, timeout=30.0): argument
112 async def recv(self, buffersize, timeout=1): argument
/openthread-latest/tools/harness-thci/
DOpenThread_BR.py98 def bash(self, cmd, timeout): argument
180 def bash(self, cmd, timeout=10): argument
206 def __bashExpect(self, expected, timeout=20, endswith=False): argument
232 def __bashRead(self, timeout=1): argument
249 def __bashReadLine(self, timeout=1): argument
344 def _beforeRegisterMulticast(self, sAddr='ff04::1234:777a:1', timeout=300): argument
382 def bash(self, cmd, timeout=DEFAULT_COMMAND_TIMEOUT, sudo=True): argument
385 def bash_unwatched(self, cmd, timeout=DEFAULT_COMMAND_TIMEOUT, sudo=True): argument
438 def ping(self, strDestination, ilength=0, hop_limit=5, timeout=5): argument
DOpenThread.py274 def _beforeRegisterMulticast(self, sAddr, timeout): argument
293 def __executeCommand(self, cmd, timeout=DEFAULT_COMMAND_TIMEOUT): argument
344 def __expect(self, expected, timeout=5, endswith=False): argument
1197 def wait_for_attach_to_the_network(self, expected_role, timeout, raise_assert=False): argument
1280 def _reset(self, timeout=3): argument
1299 def reset_and_wait_for_connection(self, timeout=3): argument
1317 def resetAndRejoin(self, timeout): argument
1333 def ping(self, strDestination, ilength=0, hop_limit=64, timeout=5): argument
3161 def registerMulticast(self, listAddr=('ff04::1234:777a:1',), timeout=MLR_TIMEOUT_MIN): argument
/openthread-latest/tools/harness-simulation/posix/sniffer_sim/
Dsniffer_transport.py74 def recv(self, bufsize, timeout): argument
146 def recv(self, bufsize, timeout): argument
/openthread-latest/tools/harness-simulation/harness/Thread_Harness/THCI/
DOpenThread_BR_Sim.py87 def bash(self, cmd, timeout): argument
/openthread-latest/tools/otci/otci/
Dcommand_handlers.py122 def execute_command(self, cmd, timeout=10) -> List[str]: argument
140 def execute_platform_command(self, cmd, timeout=10) -> List[str]: argument
275 def execute_platform_command(self, cmd, timeout=10) -> List[str]: argument
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/
Dcommon.c100 uint32_t timeout) in fuzz_recv_timeout()
/openthread-latest/src/cli/
Dcli_ping.cpp130 uint32_t timeout; in Process() local
Dcli_bbr.cpp122 uint32_t timeout = 0; in Process() local
Dcli_commissioner.cpp233 uint32_t timeout = kDefaultJoinerTimeout; in Process() local
/openthread-latest/tests/scripts/thread-cert/
Dtest_srp_register_500_services.py152 def _wait_client_all_services_registered(self, client, timeout=60): argument
Dnode.py792 def _expect(self, pattern, timeout=-1, *args, **kwargs): argument
808 def _expect_done(self, timeout=-1): argument
876 def read_cert_messages_in_commissioning_log(self, timeout=-1): argument
1454 def set_epskc(self, keystring: str, timeout=120000, port=0): argument
1659 def register_multicast_listener(self, *ipaddrs: Union[IPv6Address, str], timeout=None): argument
1850 def set_child_supervision_check_timeout(self, timeout): argument
1940 def set_timeout(self, timeout): argument
2583 def scan(self, result=1, timeout=10): argument
2604 def scan_energy(self, timeout=10): argument
2616 …def ping(self, ipaddr, num_responses=1, size=8, timeout=5, count=1, interval=1, hoplimit=64, inter… argument
[all …]
Dthread_cert.py641 def wait_route_established(self, node1: int, node2: int, timeout=10): argument
/openthread-latest/examples/platforms/simulation/
Dsystem.c229 struct timeval timeout; in otSysProcessDrivers() local
/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_usrreq.c484 int timeout; in tcp_usrclosed() local
/openthread-latest/src/posix/platform/
Dhdlc_interface.cpp282 struct timeval timeout; in WaitForFrame() local
393 struct timeval timeout = {kMaxWaitTime / 1000, (kMaxWaitTime % 1000) * 1000}; in WaitForWritable() local
Dsystem.cpp378 struct timeval timeout = {0, 0}; in trySelect() local
Dspi_interface.cpp616 struct timeval timeout = {kSecPerDay, 0}; in UpdateFdSet() local
/openthread-latest/third_party/mbedtls/repo/library/
Dnet_sockets.c453 int mbedtls_net_poll(mbedtls_net_context *ctx, uint32_t rw, uint32_t timeout) in mbedtls_net_poll()
582 size_t len, uint32_t timeout) in mbedtls_net_recv_timeout()
Dssl_cache.c371 void mbedtls_ssl_cache_set_timeout(mbedtls_ssl_cache_context *cache, int timeout) in mbedtls_ssl_cache_set_timeout()
/openthread-latest/tools/harness-automation/autothreadharness/
Dharness_case.py157 timeout = hasattr(settings, 'TIMEOUT') and settings.TIMEOUT or DEFAULT_TIMEOUT variable in HarnessCase
/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_test_common_source.c227 uint32_t timeout) in recv_timeout_cb()
/openthread-latest/tests/toranj/ncp/
Dwpan.py524 def commissioner_add_joiner(self, eui64, pskd, timeout='100'): argument
527 …missioner_add_joiner_with_discerner(self, discerner_value, discerner_bit_len, pskd, timeout='100'): argument
736 def prepare_listener(self, local_port, timeout=1): argument
743 def perform_async_tx_rx(timeout=20): argument
929 def _set_listen_timeout(self, timeout): argument
1270 def timeout(self): member in ChildEntry
1469 def timeout(self): member in AddressCacheEntry
/openthread-latest/tools/harness-simulation/harness/Thread_Harness/Sniffer/
DSimSniffer.py74 timeout=None, argument
/openthread-latest/src/core/thread/
Dmle_router.cpp1590 uint32_t timeout = 0; in HandleTimeTick() local
2000 uint32_t timeout; in HandleChildIdRequest() local
2160 uint32_t timeout; in HandleChildUpdateRequest() local
2375 uint32_t timeout; in HandleChildUpdateResponse() local

12