Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/
D__init__.py118 from _core.utils import start_standing_subprocess
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddevice.py43 from xdevice import start_standing_subprocess
983 device_hilog_proc = start_standing_subprocess(
/test/testfwk/xdevice/src/xdevice/_core/
Dutils.py63 def start_standing_subprocess(cmd, pipe=subprocess.PIPE, return_result=False): function