Searched refs:shell_with_output (Results 1 – 3 of 3) sorted by relevance
102 output = device.shell_with_output(check_command)112 output = device.shell_with_output("getprop ro.hardware")117 output = device.shell_with_output("ifconfig")134 output = device.shell_with_output("param get ohos.boot.hardware")139 output = device.shell_with_output("ifconfig waln0")162 device_info = device.shell_with_output(dumpsys_command)
65 stdout_info = device.shell_with_output(command)
227 def shell_with_output(self, command=""): member in DeviceShell