Home
last modified time | relevance | path

Searched refs:execute_platform_command (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/tools/otci/otci/
H A Dcommand_handlers.py55 def execute_platform_command(self, cmd: str, timeout: float) -> List[str]: member in OTCommandHandler
140 def execute_platform_command(self, cmd, timeout=10) -> List[str]: member in OtCliCommandRunner
275 def execute_platform_command(self, cmd, timeout=10) -> List[str]: member in OtbrSshCommandRunner
325 def execute_platform_command(self, cmd: str, timeout: float = 10) -> List[str]: member in OtbrAdbCommandRunner
H A Dotci.py139 …def execute_platform_command(self, cmd: str, timeout: float = 10, silent: bool = False) -> List[st… member in OTCI
150 output = self.__otcmd.execute_platform_command(cmd, timeout)
2776 output = self.execute_platform_command('command -v iperf3')
2830 output = self.execute_platform_command(cmd, timeout=transmit_time + wait_time)
2876 output = self.execute_platform_command(cmd, timeout)