Home
last modified time | relevance | path

Searched refs:DeviceOsType (Results 1 - 6 of 6) sorted by relevance

/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/
H A Dmanager_lite.py22 from xdevice import DeviceOsType namespace
69 plugin_id=DeviceOsType.lite)[0]
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice_lite.py25 from xdevice import DeviceOsType namespace
111 @Plugin(type=Plugin.DEVICE, id=DeviceOsType.lite)
121 device_os_type = DeviceOsType.lite
H A Ddevice.py33 from xdevice import DeviceOsType namespace
164 @Plugin(type=Plugin.DEVICE, id=DeviceOsType.default)
182 device_os_type = DeviceOsType.default
H A Ddmlib.py29 from xdevice import DeviceOsType namespace
358 items, DeviceOsType.default)
/test/testfwk/xdevice/src/xdevice/_core/
H A Dconstants.py21 __all__ = ["DeviceOsType", "ProductForm", "TestType", "TestExecType",
33 class DeviceOsType(object): class
35 DeviceOsType enumeration
/test/testfwk/xdevice/src/xdevice/
H A D__init__.py53 from _core.constants import DeviceOsType namespace
199 "DeviceOsType",

Completed in 8 milliseconds