Home
last modified time | relevance | path

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

12

/openthread-2.7.6/tools/harness-thci/
DOpenThread_BR.py85 def bash(self, cmd, timeout): argument
160 def bash(self, cmd, timeout=10): argument
186 def __bashExpect(self, expected, timeout=20, endswith=False): argument
212 def __bashRead(self, timeout=1): argument
229 def __bashReadLine(self, timeout=1): argument
332 def bash(self, cmd, timeout=DEFAULT_COMMAND_TIMEOUT): argument
335 def bash_unwatched(self, cmd, timeout=DEFAULT_COMMAND_TIMEOUT): argument
383 def ping(self, strDestination, ilength=0, hop_limit=5, timeout=5): argument
DOpenThread.py263 def __executeCommand(self, cmd, timeout=DEFAULT_COMMAND_TIMEOUT): argument
306 def __expect(self, expected, timeout=5, endswith=False): argument
1330 def ping(self, strDestination, ilength=0, hop_limit=64, timeout=5): argument
1647 def resetAndRejoin(self, timeout): argument
3362 def registerMulticast(self, sAddr='ff04::1234:777a:1', timeout=MLR_TIMEOUT_MIN): argument
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dssl_cookie.h63 unsigned long timeout; /*!< timeout delay, in seconds if HAVE_TIME, member
Dssl_cache.h84 int timeout; /*!< cache entry timeout */ member
/openthread-2.7.6/third_party/mbedtls/repo/programs/fuzz/
Dcommon.c91 uint32_t timeout ) in fuzz_recv_timeout()
/openthread-2.7.6/examples/platforms/simulation/
Dsystem.c192 struct timeval timeout; in otSysProcessDrivers() local
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dssl_cache.c305 void mbedtls_ssl_cache_set_timeout( mbedtls_ssl_cache_context *cache, int timeout ) in mbedtls_ssl_cache_set_timeout()
Dnet_sockets.c455 int mbedtls_net_poll( mbedtls_net_context *ctx, uint32_t rw, uint32_t timeout ) in mbedtls_net_poll()
577 size_t len, uint32_t timeout ) in mbedtls_net_recv_timeout()
/openthread-2.7.6/src/posix/platform/
Dhdlc_interface.cpp263 struct timeval timeout; in WaitForFrame() local
355 struct timeval timeout = {kMaxWaitTime / 1000, (kMaxWaitTime % 1000) * 1000}; in WaitForWritable() local
Dspi_interface.cpp645 struct timeval timeout = {kSecPerDay, 0}; in UpdateFdSet() local
765 struct timeval timeout; in WaitForFrame() local
Dsystem.cpp266 struct timeval timeout = {0, 0}; in trySelect() local
/openthread-2.7.6/tools/otci/otci/
Dcommand_handlers.py106 def execute_command(self, cmd, timeout=10) -> List[str]: argument
/openthread-2.7.6/tools/harness-automation/autothreadharness/
Dharness_case.py157 timeout = hasattr(settings, 'TIMEOUT') and settings.TIMEOUT or DEFAULT_TIMEOUT variable in HarnessCase
/openthread-2.7.6/tests/toranj/
Dwpan.py525 def commissioner_add_joiner(self, eui64, pskd, timeout='100'): argument
528 …missioner_add_joiner_with_discerner(self, discerner_value, discerner_bit_len, pskd, timeout='100'): argument
737 def prepare_listener(self, local_port, timeout=1): argument
744 def perform_async_tx_rx(timeout=20): argument
930 def _set_listen_timeout(self, timeout): argument
1274 def timeout(self): member in ChildEntry
1473 def timeout(self): member in AddressCacheEntry
/openthread-2.7.6/tests/scripts/thread-cert/
Dnode.py539 def _expect(self, pattern, timeout=-1, *args, **kwargs): argument
555 def _expect_done(self, timeout=-1): argument
641 def read_cert_messages_in_commissioning_log(self, timeout=-1): argument
1192 def register_multicast_listener(self, *ipaddrs: Union[IPv6Address, str], timeout=None): argument
1427 def set_timeout(self, timeout): argument
1841 …def ping(self, ipaddr, num_responses=1, size=8, timeout=5, count=1, interval=1, hoplimit=64, inter… argument
2885 …def ping_ether(self, ipaddr, num_responses=1, size=None, timeout=5, ttl=None, interface='eth0') ->… argument
2960 def browse_mdns_services(self, name, timeout=2): argument
2979 def discover_mdns_service(self, instance, name, host_name, timeout=2): argument
Dthread_cert.py522 def wait_route_established(self, node1: int, node2: int, timeout=10): argument
Dnetwork_diag.py205 def timeout(self): member in ChildTableEntry
Dcommand.py489 timeout=CheckType.OPTIONAL, argument
/openthread-2.7.6/src/cli/
Dcli_commissioner.cpp128 uint32_t timeout = kDefaultJoinerTimeout; in ProcessJoiner() local
Dcli.cpp541 uint32_t timeout = 0; in ProcessBackboneRouterMgmtMlr() local
2620 uint32_t timeout; in ProcessMlrReg() local
3199 uint32_t timeout; in ProcessPing() local
/openthread-2.7.6/src/core/thread/
Dmle_router.cpp1798 uint32_t timeout = 0; in HandleTimeTick() local
2202 uint32_t timeout; in HandleChildIdRequest() local
2362 uint32_t timeout; in HandleChildUpdateRequest() local
2564 uint32_t timeout; in HandleChildUpdateResponse() local
Dnetwork_diagnostic.cpp217 uint8_t timeout = 0; in AppendChildTable() local
/openthread-2.7.6/src/ncp/
Dncp_base_ftd.cpp636 uint8_t timeout = 0; in HandlePropertySet() local
761 uint32_t timeout; in HandlePropertyInsert() local
/openthread-2.7.6/src/core/backbone_router/
Dbbr_manager.cpp169 uint32_t timeout; in HandleMulticastListenerRegistration() local
/openthread-2.7.6/tools/spi-hdlc-adapter/
Dspi-hdlc-adapter.c1497 struct timeval timeout; in main() local

12