Searched refs:user_config_file (Results 1 – 5 of 5) sorted by relevance
/test/testfwk/xdevice/src/xdevice/_core/environment/ |
D | manager_env.py | 101 def __init__(self, environment="", user_config_file=""): argument 105 self.env_start(environment, user_config_file) 108 def env_start(self, environment="", user_config_file=""): argument 111 config_file=user_config_file, env=environment).get_log_level() 121 user_config_file)
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/ |
D | manager_lite.py | 54 def init_environment(self, environment="", user_config_file=""): argument 59 config_file=user_config_file, env=environment).get_com_device(
|
D | manager_device.py | 70 def init_environment(self, environment="", user_config_file=""): argument 71 self._start_device_monitor(environment, user_config_file) 76 def _start_device_monitor(self, environment="", user_config_file=""): argument 79 config_file=user_config_file, env=environment).get_device( 87 config_file=user_config_file, env=environment).get_sn_list(
|
/test/testfwk/developer_test/src/core/ |
D | constants.py | 76 def user_config_file(self): member in ConfigFileConst
|
/test/testfwk/xdevice/src/xdevice/_core/ |
D | interface.py | 75 def init_environment(self, environment, user_config_file): argument
|