| /openthread-latest/tools/otci/tests/ |
| D | test_otci.py | 181 leader.wait(10) 230 leader.wait(3) 236 leader.wait(10) 305 leader.wait(1) 314 leader.wait(1) 397 client.wait(3) 399 client.wait(10) 404 client.wait(3) 464 client.wait(3) 504 client.wait(3) [all …]
|
| /openthread-latest/tools/otci/otci/ |
| D | command_handlers.py | 67 def wait(self, duration: float) -> List[str]: member in OTCommandHandler 127 self.wait(3) 129 self.wait(1) 143 def wait(self, duration: float) -> List[str]: member in OtCliCommandRunner 144 self.__otcli.wait(duration) 186 lines = self.wait(1) 271 self.wait(3) 294 def wait(self, duration: float) -> List[str]: member in OtbrSshCommandRunner 321 self.wait(3) 335 def wait(self, duration: float) -> List[str]: member in OtbrAdbCommandRunner
|
| D | connectors.py | 51 def wait(self, duration: float) -> None: member in OtCliHandler 92 def wait(self, duration: float): member in OtCliPopen 105 self.__otcli_proc.wait() 169 def wait(self, duration: float): member in OtCliSerial
|
| D | otci.py | 67 …def wait(self, duration: float, expect_line: Optional[Union[str, Pattern, Collection[Any]]] = None… member in OTCI 76 self.__otcmd.wait(duration) 81 output = self.__otcmd.wait(1) 104 self.wait(2) 2868 self.__otcmd.wait(1)
|
| /openthread-latest/tools/otci/ |
| D | README.md | 32 node1.wait(5) 37 node1.wait(3) 47 node2.wait(10, expect_line="Join success") 51 node2.wait(5)
|
| /openthread-latest/tools/harness-simulation/posix/otbr_sim/ |
| D | otbr_docker.py | 93 self._socat_proc.wait() 107 self._ot_rcp_proc.wait(1) 119 self._ot_rcp_proc.wait() 167 launch_proc.wait()
|
| /openthread-latest/tools/harness-sniffer/ |
| D | OT_Sniffer.py | 61 p_discover.wait() 115 self.subprocess.wait()
|
| /openthread-latest/tools/cp-caps/ |
| D | rcp_caps_test.py | 240 self.__dut.wait(1) 431 self.__dut.wait(0.1) 539 self.__dut.wait(1) 548 self.__dut.wait(1) 576 self.__dut.wait(1) 601 sender.wait(1) 611 sender.wait(1)
|
| /openthread-latest/tools/harness-simulation/posix/sniffer_sim/ |
| D | sniffer.py | 208 self._file_sync_done.wait() 210 self._tshark_proc.wait()
|
| /openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
| D | test_psa_compliance.py | 124 proc.wait()
|
| /openthread-latest/tools/harness-simulation/posix/ |
| D | launch_testbed.py | 211 ret = max(ret, sniffer_proc.wait())
|
| /openthread-latest/tests/scripts/thread-cert/ |
| D | node.py | 101 self._ot_rcp_proc.wait(1) 203 self.pexpect.wait() 245 self._docker_proc.wait() 251 self._ot_rcp_proc.wait() 258 self._socat_proc.wait() 282 proc.wait() 771 self.pexpect.wait()
|
| /openthread-latest/src/posix/platform/ |
| D | hdlc_interface.cpp | 652 VerifyOrExit(-1 != wait(nullptr) || errno == ECHILD, perror("wait RCP")); in CloseFile()
|
| /openthread-latest/tests/toranj/ncp/ |
| D | wpan.py | 362 self._wpantund_process.wait() 662 node._wpantund_process.wait()
|
| /openthread-latest/third_party/mbedtls/repo/ |
| D | CONTRIBUTING.md | 13 - [Backports](#long-term-support-branches): provide a backport if needed (it's fine to wait until t…
|
| D | ChangeLog | 3420 applications to wait for a network context to become ready before reading
|
| /openthread-latest/tests/toranj/cli/ |
| D | cli.py | 209 self._cli_process.wait()
|
| /openthread-latest/tests/toranj/ |
| D | README_NCP.md | 252 - `timeout` gives amount of time (in seconds) to wait for all operations to finish. (default is 20 …
|
| /openthread-latest/etc/cmake/ |
| D | options.cmake | 340 …TX_WAIT_TIME_SECS OPENTHREAD_SPINEL_CONFIG_RCP_TX_WAIT_TIME_SECS "set RCP TX wait TIME in seconds")
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/ |
| D | psa-thread-safety.md | 127 … free all PSA resources. This is because any such operation would need to wait for all other threa…
|
| /openthread-latest/src/cli/ |
| D | README.md | 1315 - Response timeout in msec (wait time to rx response) 3032 - timeout: Time in seconds to wait for the final ICMPv6 Echo Reply after sending out the request. T…
|