Home
last modified time | relevance | path

Searched refs:DeviceAllocationState (Results 1 - 10 of 10) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/environment/
H A Ddevice_state.py91 if old_state == DeviceAllocationState.allocated:
94 new_state = DeviceAllocationState.checking_availability
98 if old_state == DeviceAllocationState.allocated:
101 new_state = DeviceAllocationState.unknown
103 new_state = DeviceAllocationState.allocated
105 new_state = DeviceAllocationState.available
107 new_state = DeviceAllocationState.unknown
109 new_state = DeviceAllocationState.ignored
111 new_state = DeviceAllocationState.available
117 class DeviceAllocationState class
[all...]
H A Dmanager_env.py30 from _core.environment.device_state import DeviceAllocationState namespace
343 DeviceAllocationState.available:
348 DeviceAllocationState.available and \
350 DeviceAllocationState.allocated:
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/
H A Dmanager_lite.py24 from xdevice import DeviceAllocationState namespace
81 DeviceAllocationState.available
104 DeviceAllocationState.allocated
120 DeviceAllocationState.allocated:
122 DeviceAllocationState.available
H A Dmanager_device.py35 from xdevice import DeviceAllocationState namespace
296 if new_state == DeviceAllocationState.checking_availability:
309 new_state == DeviceAllocationState.available:
319 DeviceAllocationState.unknown:
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Demulator.py21 from xdevice import DeviceAllocationState namespace
48 self.device_allocation_state = DeviceAllocationState.available
H A Ddevice_lite.py32 from xdevice import DeviceAllocationState namespace
122 device_allocation_state = DeviceAllocationState.available
297 self.device_allocation_state = DeviceAllocationState.unusable
363 self.device_allocation_state = DeviceAllocationState.unusable
H A Ddevice.py45 from xdevice import DeviceAllocationState namespace
184 device_allocation_state = DeviceAllocationState.available
549 self.device_allocation_state = DeviceAllocationState.unavailable
/test/testfwk/developer_test/src/core/testkit/
H A Dkit_lite.py33 from xdevice import DeviceAllocationState namespace
106 device.device_allocation_state = DeviceAllocationState.unusable
145 device.device_allocation_state = DeviceAllocationState.unusable
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit_lite.py31 from xdevice import DeviceAllocationState namespace
86 device.device_allocation_state = DeviceAllocationState.unusable
120 device.device_allocation_state = DeviceAllocationState.unusable
/test/testfwk/xdevice/src/xdevice/
H A D__init__.py147 DeviceAllocationState namespace
244 "DeviceAllocationState",

Completed in 8 milliseconds