Home
last modified time | relevance | path

Searched refs:TestDeviceState (Results 1 - 7 of 7) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/environment/
H A Ddevice_state.py25 class TestDeviceState(Enum): class
34 return TestDeviceState.NOT_AVAILABLE
36 return TestDeviceState.ONLINE
38 return TestDeviceState.ONLINE
40 return TestDeviceState.NOT_AVAILABLE
42 return TestDeviceState.RECOVERY
44 return TestDeviceState.FASTBOOT
46 return TestDeviceState.NOT_AVAILABLE
H A Ddevice_monitor.py22 from _core.environment.device_state import TestDeviceState namespace
73 return self.wait_for_device_state(TestDeviceState.NOT_AVAILABLE,
79 return self.wait_for_device_state(TestDeviceState.ONLINE, wait_time)
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/
H A Dmanager_device.py32 from xdevice import TestDeviceState namespace
174 if device.test_device_state == TestDeviceState.ONLINE:
188 if device.test_device_state == TestDeviceState.ONLINE:
262 TestDeviceState.get_test_device_state(
392 new_state = TestDeviceState.get_test_device_state(idevice.device_state)
396 if new_state == TestDeviceState.ONLINE:
402 elif new_state == TestDeviceState.NOT_AVAILABLE:
418 new_state = TestDeviceState.get_test_device_state(idevice.device_state)
420 if test_device.test_device_state == TestDeviceState.ONLINE:
423 elif new_state == TestDeviceState
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Demulator.py22 from xdevice import TestDeviceState namespace
47 self.test_device_state = TestDeviceState.ONLINE
H A Ddevice.py47 from xdevice import TestDeviceState namespace
548 self.test_device_state = TestDeviceState.NOT_AVAILABLE
/test/testfwk/xdevice/plugins/devicetest/controllers/tools/
H A Dscreen_agent.py26 from xdevice import TestDeviceState namespace
120 if hasattr(_device, 'test_device_state') and _device.test_device_state != TestDeviceState.ONLINE:
/test/testfwk/xdevice/src/xdevice/
H A D__init__.py142 from _core.environment.device_state import TestDeviceState namespace
241 "TestDeviceState",

Completed in 7 milliseconds