Searched refs:DeviceProperties (Results 1 - 5 of 5) sorted by relevance
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device.py | 53 from xdevice import DeviceProperties namespace 222 DeviceProperties.system_sdk: "", 223 DeviceProperties.system_version: "", 224 DeviceProperties.build_number: "", 225 DeviceProperties.cpu_abi: "", 226 DeviceProperties.device_form: "PHYSICAL", 227 DeviceProperties.software_version: "", 228 DeviceProperties.fault_code: "", 229 DeviceProperties.fold_screen: "", 230 DeviceProperties [all...] |
H A D | device_lite.py | 26 from xdevice import DeviceProperties namespace 142 DeviceProperties.sn: convert_serial(self.device_sn), 143 DeviceProperties.model: self.label, 144 DeviceProperties.type_: self.label, 145 DeviceProperties.platform: self.test_platform, 146 DeviceProperties.version: "", 147 DeviceProperties.others: self.device_props
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | constants.py | 27 "DeviceConnectorType", "ReportConst", "DeviceProperties", "AdvanceDeviceOption", 382 class DeviceProperties(object): class 384 DeviceProperties enumeration
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | result_reporter.py | 35 from _core.constants import DeviceProperties namespace 384 device_sn = device.get(DeviceProperties.sn, "") 385 temp = [d for d in self.summary.get_devices() if d.get(DeviceProperties.sn, "") == device_sn]
|
/test/testfwk/xdevice/src/xdevice/ |
H A D | __init__.py | 67 from _core.constants import DeviceProperties namespace 213 "DeviceProperties",
|
Completed in 6 milliseconds