Home
last modified time | relevance | path

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

/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/
Dmanager_lite.py54 def init_environment(self, environment="", user_config_file=""): argument
Dmanager_device.py70 def init_environment(self, environment="", user_config_file=""): argument
76 def _start_device_monitor(self, environment="", user_config_file=""): argument
/test/testfwk/xdevice/src/xdevice/_core/environment/
Dmanager_env.py98 def __init__(self, environment="", user_config_file=""): argument
105 def env_start(self, environment="", user_config_file=""): argument
/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