Searched refs:device_options (Results 1 – 9 of 9) sorted by relevance
/test/testfwk/xdevice/src/xdevice/_core/environment/ |
D | manager_env.py | 137 def apply_environment(self, device_options): argument 139 for device_option in device_options: 204 def check_device_exist(self, device_options): argument 209 for device_option in device_options:
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
D | scheduler.py | 393 device_options = self.get_device_options(options, 404 environment = env_manager.apply_environment(device_options) 405 if len(environment.devices) == len(device_options): 411 if env_manager.check_device_exist(device_options): 416 len(device_options), 426 device_options = [] 434 device_options = cls._find_device_options( 439 device_options = cls._find_device_options( 442 device_options = cls._calculate_device_options( 443 device_options, environment_config, options, test_source) [all …]
|
D | request.py | 184 device_options = Scheduler.get_device_options( 187 device_options)
|
/test/testfwk/developer_test/src/core/driver/ |
D | lite_driver.py | 86 def __check_environment__(self, device_options): argument 321 def __check_environment__(self, device_options): argument 322 if len(device_options) != 1 or \ 323 device_options[0].label != DeviceLabelType.wifiiot: 455 def __check_environment__(self, device_options): argument
|
D | drivers.py | 540 def __check_environment__(self, device_options): argument 541 if len(device_options) == 1 and device_options[0].label is None: 543 if len(device_options) != 1 or \ 544 device_options[0].label != DeviceLabelType.phone: 832 def __check_environment__(self, device_options): argument 1178 def __check_environment__(self, device_options): argument
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
D | drivers_lite.py | 126 def __check_environment__(self, device_options): argument 127 if len(device_options) != 1 or \ 128 device_options[0].label != DeviceLabelType.ipcamera: 631 def __check_environment__(self, device_options): argument 632 if len(device_options) != 1 or \ 633 device_options[0].label != DeviceLabelType.wifiiot: 906 def __check_environment__(self, device_options): argument 907 if len(device_options) != 1 or \ 908 device_options[0].label != DeviceLabelType.ipcamera: 1028 def __check_environment__(self, device_options): argument [all …]
|
D | openharmony.py | 111 def __check_environment__(self, device_options): argument 275 def __check_environment__(self, device_options): argument 722 def __check_environment__(self, device_options): argument 857 def __check_environment__(self, device_options): argument 1291 def __check_environment__(self, device_options): argument
|
D | drivers.py | 259 def __check_environment__(self, device_options): argument 575 def __check_environment__(self, device_options): argument 906 def __check_environment__(self, device_options): argument
|
/test/testfwk/xdevice/src/xdevice/_core/ |
D | interface.py | 136 def __check_environment__(self, device_options): argument
|