Home
last modified time | relevance | path

Searched refs:getAllParam (Results 1 - 5 of 5) sorted by relevance

/developtools/integration_verification/DeployDevice/src/util/
H A Dconfig.py16 def getAllParam(param_file): function
19 # @Method: getAllParam(param_file)
24 # @eg: getAllParam(xxx.properties)
56 adb_config_param = getAllParam(adb_config_path)
57 box_config_param = getAllParam(box_config_path)
58 device_config_param = getAllParam(device_config_path)
59 global_config_param = getAllParam(global_config_path)
60 linux_config_param = getAllParam(linux_config_path)
61 windows_config_param = getAllParam(windows_config_path)
62 errorcode_config_param = getAllParam(errorcode_config_pat
[all...]
/developtools/integration_verification/DeployDevice/resource/common/
H A Dcbg_start.py14 def getAllParam(param_file): function
94 param_dict = getAllParam(configPath)
/developtools/integration_verification/DeployDevice/src/core/
H A Drun.py18 from aw.Param.UpgradeParam import getAllParam namespace
116 param_dict = getAllParam(param_file)
H A Dbase.py33 self.params_dict = upgrade_param.getAllParam(param)
/developtools/integration_verification/DeployDevice/src/aw/Param/
H A DUpgradeParam.py63 def getAllParam(param_file): function
66 # @Method: getAllParam(param_file)
71 # @eg: getAllParam(xxx.properties)

Completed in 3 milliseconds