Home
last modified time | relevance | path

Searched refs:DeviceLabelType (Results 1 - 12 of 12) sorted by relevance

/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice_lite.py28 from xdevice import DeviceLabelType namespace
238 if self.label == DeviceLabelType.wifiiot:
240 elif self.label == DeviceLabelType.ipcamera and \
243 elif self.label == DeviceLabelType.ipcamera and \
246 elif self.label == DeviceLabelType.watch_gt:
265 if self.label != DeviceLabelType.wifiiot and \
266 self.label != DeviceLabelType.ipcamera and \
267 self.label != DeviceLabelType.watch_gt:
/test/testfwk/xdevice/plugins/devicetest/driver/
H A Ddevice_test.py26 from xdevice import DeviceLabelType namespace
231 if device.label == DeviceLabelType.ipcamera:
246 if device.label == DeviceLabelType.ipcamera or device.label == \
247 DeviceLabelType.watch_gt:
249 if device.label == DeviceLabelType.phone:
400 if device.label == DeviceLabelType.phone:
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Doption_util.py23 from _core.constants import DeviceLabelType namespace
65 options, DeviceLabelType.ipcamera, test_source)
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit_lite.py40 from xdevice import DeviceLabelType namespace
572 if device.label != DeviceLabelType.ipcamera:
588 if device.label != DeviceLabelType.ipcamera:
H A Dkit.py32 from xdevice import DeviceLabelType namespace
342 if device_class == "DeviceLite" and device.label == DeviceLabelType.ipcamera:
/test/testfwk/developer_test/src/core/driver/
H A Dlite_driver.py28 from xdevice import DeviceLabelType namespace
330 device_options[0].label != DeviceLabelType.wifiiot:
H A Ddrivers.py35 from xdevice import DeviceLabelType namespace
550 device_options[0].label != DeviceLabelType.phone:
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dc_driver_lite.py23 from xdevice import DeviceLabelType namespace
64 device_options[0].label != DeviceLabelType.wifiiot:
H A Dcpp_driver_lite.py25 from xdevice import DeviceLabelType namespace
76 device_options[0].label != DeviceLabelType.ipcamera:
/test/testfwk/xdevice/src/xdevice/_core/
H A Dconstants.py25 "DeviceLabelType", "GTestConst", "ManagerType",
72 class DeviceLabelType(object): class
74 DeviceLabelType enumeration
/test/testfwk/xdevice/src/xdevice/
H A D__init__.py51 from _core.constants import DeviceLabelType namespace
197 "DeviceLabelType",
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dscheduler.py48 from _core.constants import DeviceLabelType namespace
268 device.label in [DeviceLabelType.ipcamera]:

Completed in 13 milliseconds