Searched refs:run_cmd_follow (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/amp-utility/tftp/ |
A D | haasdevice.py | 55 def run_cmd_follow(self,cmd,ending,timeout = 10): member in HaaSboard 169 … ret = self._board.run_cmd_follow(self.CMD_REBOOT.encode('utf-8'),self.FLAG_REBOOT.encode('utf-8')) 191 ret = self._board.run_cmd_follow(cmd.encode('utf-8'),self.FLAG_WIFI.encode('utf-8'),10) 227 self._board.run_cmd_follow(tftp_get_cmd.encode('utf-8'),b"tftp received") 250 ret = self._board.run_cmd_follow(unzip_cmd.encode('utf-8'),b"unzip succeed") 264 self._board.run_cmd_follow(run_cmd.encode('utf-8'), '\r\n'.encode('utf-8'))
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | haasboard.py | 301 def run_cmd_follow(self,cmd,ending,timeout = 10): member in HaaSboard
|
Completed in 4 milliseconds