Searched refs:shell_with_output (Results 1 – 3 of 3) sorted by relevance
136 output = device.shell_with_output(check_command)215 output = device.shell_with_output("getprop ro.hardware")220 output = device.shell_with_output("ifconfig")237 output = device.shell_with_output("param get ohos.boot.hardware")242 output = device.shell_with_output("ifconfig waln0")265 device_info = device.shell_with_output(dumpsys_command)
201 def shell_with_output(self, command=""): member in DeviceShell
65 stdout_info = device.shell_with_output(command)