/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | concurrent.py | 92 def __init__(self, test_driver, task, environment, message_queue): 97 self.environment = environment 107 if self.environment is None: 111 listener.device_sn = self.environment.devices[0].device_sn 130 execute_message = ExecuteMessage('', self.environment, self.test_driver, self.name) 143 if self.environment is None: 149 self.environment.__get_serial__(), exception), 161 for device in config.environment.devices: 190 if self.environment i [all...] |
H A D | scheduler.py | 34 from _core.environment.manager_env import EnvironmentManager 176 environment = None 184 environment = env_manager.apply_environment(device_options) 185 applied_device_cnt = len(environment.devices) 188 return environment 190 env_manager.release_environment(environment) 198 return environment 201 def __free_environment__(cls, environment): 203 env_manager.release_environment(environment) 237 def _decc_task_setup(self, environment, tas [all...] |
/test/testfwk/xdevice/src/xdevice/ |
H A D | __init__.py | 133 from _core.environment.manager_env import DeviceSelectionOption 134 from _core.environment.manager_env import EnvironmentManager 135 from _core.environment.env_pool import EnvPool 136 from _core.environment.env_pool import XMLNode 137 from _core.environment.env_pool import Selector 138 from _core.environment.env_pool import DeviceNode 139 from _core.environment.env_pool import DeviceSelector 140 from _core.environment.env_pool import is_env_pool_run_mode 141 from _core.environment.device_state import DeviceEvent 142 from _core.environment [all...] |
/test/testfwk/xdevice/src/xdevice/_core/environment/ |
H A D | manager_env.py | 30 from _core.environment.device_state import DeviceAllocationState 96 Class representing environment manager that 119 def __init__(self, environment="", user_config_file=""): 125 self.env_start(environment, user_config_file) 130 def env_start(self, environment="", user_config_file=""): 132 config_file=user_config_file, env=environment) 148 if manager_instance.init_environment(environment, user_config_file): 165 environment = Environment() 171 environment.add_device(device, index) 181 return environment [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/ |
H A D | manager_device.py | 42 from ohos.environment.dmlib import DeviceConnector 43 from ohos.environment.dmlib import HDC_NAME 44 from ohos.environment.dmlib import HDC_STD_NAME 82 def init_environment(self, environment: str = "", user_config_file: str = "") -> bool: 83 return self._start_device_monitor(environment, user_config_file) 88 def _start_device_monitor(self, environment: str = "", user_config_file: str = "") -> bool: 91 config_file=user_config_file, env=environment) 92 devices = ohos_manager.get_devices("environment/device")
|
/test/xts/acts/storage/storageenvironmentjstest/entry/src/ohosTest/js/test/ |
H A D | Common.js | 16 import environment from '@ohos.file.environment'; 29 environment,
|
/test/testfwk/developer_test/src/main/ |
H A D | _init_global_config.py | 110 import ohos.environment namespace 111 _iter_module_plugins([ohos.environment])
|
/test/testfwk/xdevice/plugins/devicetest/core/suite/ |
H A D | test_suite.py | 171 environment = self.configs.get("request").config.environment 181 "devices": [] if environment is None else environment.get_description(),
|
/test/xts/acts/ability/ability_runtime/aacommand/AACommand07/ |
H A D | hvigorw.bat | 22 @rem Add %NODE_HOME%/bin to the PATH environment variable 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/aacommand/AACommandPrintOneTest/ |
H A D | hvigorw.bat | 22 @rem Add %NODE_HOME%/bin to the PATH environment variable 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/abilitystagemonitor/abilitystagemonitortest/ |
H A D | hvigorw.bat | 22 @rem Add %NODE_HOME%/bin to the PATH environment variable 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/abilitytoolabilitydelegatortest/ |
H A D | hvigorw.bat | 22 @rem Add %NODE_HOME%/bin to the PATH environment variable 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/actsabilityamstest/actsbacktocallerabilitywithresulttest/ |
H A D | hvigorw.bat | 22 @rem Add %NODE_HOME%/bin to the PATH environment variable 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/actsabilityamstest/systemappa/ |
H A D | hvigorw.bat | 22 @rem Add %NODE_HOME%/bin to the PATH environment variable 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/actsabilityrecoverytest/actsrecoveryability/ |
H A D | hvigorw.bat | 22 @rem Add %NODE_HOME%/bin to the PATH environment variable 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/actsautofilltest/ActsAutoFillAutomaticTest/ |
H A D | hvigorw.bat | 22 @rem Add %NODE_HOME%/bin to the PATH environment variable 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/actscalltest/systemappcalleea/ |
H A D | hvigorw.bat | 22 @rem Add %NODE_HOME%/bin to the PATH environment variable 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/actsjsdataabilitytest/ |
H A D | hvigorw.bat | 22 @rem Add %NODE_HOME%/bin to the PATH environment variable 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/actsnfcselecttypes/ActsNFCSelectTypesTestRelyFifth/ |
H A D | hvigorw.bat | 22 @rem Add %NODE_HOME%/bin to the PATH environment variable 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/actsnfcselecttypes/ActsNFCSelectTypesTestRelySecond/ |
H A D | hvigorw.bat | 22 @rem Add %NODE_HOME%/bin to the PATH environment variable 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/actsnfcselecttypes/ActsNFCSelectTypesTestRelyThird/ |
H A D | hvigorw.bat | 22 @rem Add %NODE_HOME%/bin to the PATH environment variable 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/actsqueryfunctiontest/actsgetabilitystatestagetest/ |
H A D | hvigorw.bat | 22 @rem Add %NODE_HOME%/bin to the PATH environment variable 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/actsresponseglobalparamupdatetest/actsresponseglobalparamupdaterelyb/ |
H A D | hvigorw.bat | 22 @rem Add %NODE_HOME%/bin to the PATH environment variable 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/actsstartabilitygetdisplayidtest/ |
H A D | hvigorw.bat | 22 @rem Add %NODE_HOME%/bin to the PATH environment variable 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/actssupportfunction/fasupportfunction/ |
H A D | hvigorw.bat | 22 @rem Add %NODE_HOME%/bin to the PATH environment variable 55 echo Please set the NODE_HOME variable in your environment to match the
|