Home
last modified time | relevance | path

Searched refs:user_config_file (Results 1 – 5 of 5) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/environment/
Dmanager_env.py101 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/
Dmanager_lite.py54 def init_environment(self, environment="", user_config_file=""): argument
59 config_file=user_config_file, env=environment).get_com_device(
Dmanager_device.py70 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/
Dconstants.py76 def user_config_file(self): member in ConfigFileConst
/test/testfwk/xdevice/src/xdevice/_core/
Dinterface.py75 def init_environment(self, environment, user_config_file): argument