Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/
D__init__.py108 from _core.utils import is_proc_running
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddmlib.py45 from xdevice import is_proc_running
132 if not is_proc_running(connector_name):
752 if is_proc_running(HdcHelper.CONNECTOR_NAME):
/test/testfwk/xdevice/src/xdevice/_core/
Dutils.py119 def is_proc_running(pid, name=None): function