Home
last modified time | relevance | path

Searched refs:LiteDeviceExecuteCommandError (Results 1 – 4 of 4) sorted by relevance

/test/testfwk/xdevice/plugins/ohos/src/ohos/
Dexception.py66 class LiteDeviceExecuteCommandError(LiteDeviceError): class
68 super(LiteDeviceExecuteCommandError, self).__init__(
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddmlib_lite.py27 from ohos.exception import LiteDeviceExecuteCommandError
87 raise LiteDeviceExecuteCommandError("execute file not exist",
/test/testfwk/developer_test/src/core/driver/
Dlite_driver.py42 from ohos.exception import LiteDeviceExecuteCommandError
359 except (LiteDeviceExecuteCommandError, Exception) as exception:
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
Ddrivers_lite.py55 from ohos.exception import LiteDeviceExecuteCommandError
680 except (LiteDeviceExecuteCommandError, Exception) as exception:
966 except (LiteDeviceExecuteCommandError, Exception) as exception: