Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/_core/environment/
Dmanager_env.py27 from _core.constants import ProductForm
41 ProductForm.phone: "Phone",
42 ProductForm.tablet: "Tablet",
43 ProductForm.car: "Car",
44 ProductForm.television: "Tv",
45 ProductForm.watch: "Watch",
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddevice.py31 from xdevice import ProductForm
167 label = ProductForm.phone
191 'default': ProductForm.phone,
192 'phone': ProductForm.phone,
193 'car': ProductForm.car,
194 'tv': ProductForm.television,
195 'watch': ProductForm.watch,
196 'tablet': ProductForm.tablet,
197 '2in1': ProductForm._2in1,
198 'nosdcard': ProductForm.phone
[all …]
/test/testfwk/xdevice/src/xdevice/_core/
Dconstants.py41 class ProductForm(object): class
/test/testfwk/xdevice/src/xdevice/
D__init__.py51 from _core.constants import ProductForm