Home
last modified time | relevance | path

Searched refs:DeviceProperties (Results 1 - 5 of 5) sorted by relevance

/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice.py53 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 Ddevice_lite.py26 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 Dconstants.py27 "DeviceConnectorType", "ReportConst", "DeviceProperties", "AdvanceDeviceOption",
382 class DeviceProperties(object): class
384 DeviceProperties enumeration
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dresult_reporter.py35 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__.py67 from _core.constants import DeviceProperties namespace
213 "DeviceProperties",

Completed in 6 milliseconds