Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 21 of 21) sorted by relevance

/openthread-latest/tools/otci/tests/
Dtest_otci.py181 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/
Dcommand_handlers.py67 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
Dconnectors.py51 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
Dotci.py67 …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/
DREADME.md32 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/
Dotbr_docker.py93 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/
DOT_Sniffer.py61 p_discover.wait()
115 self.subprocess.wait()
/openthread-latest/tools/cp-caps/
Drcp_caps_test.py240 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/
Dsniffer.py208 self._file_sync_done.wait()
210 self._tshark_proc.wait()
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dtest_psa_compliance.py124 proc.wait()
/openthread-latest/tools/harness-simulation/posix/
Dlaunch_testbed.py211 ret = max(ret, sniffer_proc.wait())
/openthread-latest/tests/scripts/thread-cert/
Dnode.py101 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/
Dhdlc_interface.cpp652 VerifyOrExit(-1 != wait(nullptr) || errno == ECHILD, perror("wait RCP")); in CloseFile()
/openthread-latest/tests/toranj/ncp/
Dwpan.py362 self._wpantund_process.wait()
662 node._wpantund_process.wait()
/openthread-latest/third_party/mbedtls/repo/
DCONTRIBUTING.md13 - [Backports](#long-term-support-branches): provide a backport if needed (it's fine to wait until t…
DChangeLog3420 applications to wait for a network context to become ready before reading
/openthread-latest/tests/toranj/cli/
Dcli.py209 self._cli_process.wait()
/openthread-latest/tests/toranj/
DREADME_NCP.md252 - `timeout` gives amount of time (in seconds) to wait for all operations to finish. (default is 20 …
/openthread-latest/etc/cmake/
Doptions.cmake340 …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/
Dpsa-thread-safety.md127 … free all PSA resources. This is because any such operation would need to wait for all other threa…
/openthread-latest/src/cli/
DREADME.md1315 - 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…