Home
last modified time | relevance | path

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

/test/xdevice/src/xdevice/_core/environment/
Dmanager_lite.py51 def init_environment(self, environment="", user_config_file=""): argument
Dmanager_env.py84 def __init__(self, environment="", user_config_file=""): argument
91 def env_start(self, environment="", user_config_file=""): argument
/test/xdevice/extension/src/xdevice_extension/_core/environment/
Dmanager_device.py68 def init_environment(self, environment="", user_config_file=""): argument
74 def _start_device_monitor(self, environment="", user_config_file=""): argument
/test/developertest/src/core/
Dconstants.py75 def user_config_file(self): member in ConfigFileConst
/test/xdevice/src/xdevice/_core/
Dinterface.py69 def init_environment(self, environment, user_config_file): argument