Home
last modified time | relevance | path

Searched refs:shell_with_output (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/developer_test/aw/python/distributed/distribute/
Ddistribute.py136 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)
/test/testfwk/developer_test/aw/python/distributed/common/
Ddevices.py201 def shell_with_output(self, command=""): member in DeviceShell
Ddrivers.py65 stdout_info = device.shell_with_output(command)